workflow

workflow is a command for Claude Code from thrashr888/AllBeads. It costs 7 tokens per session (540 once invoked), scanned A, original, MIT.

A command-line guide for managing repositories and their work items with AllBeads. It covers finding repositories, planning tasks, implementing them, closing them, and checking project rules.

In plain words
What is it for?
Use it to onboard repositories, create larger tasks called epics, add specifications, claim ready work, update statuses, close tasks, push code, and run compliance checks.
Why use it?
It turns a multi-step repository workflow into a documented sequence, so teams know what to do before and during development.

Command for Claude Code

Part of the allbeads plugin — 1 skill, 19 commands, 4 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/thrashr888/allbeads/workflow
Clone the repo
git clone --depth 1 https://github.com/thrashr888/AllBeads

Made for: Claude Code.

Or install allbeads, the plugin that ships this one along with the rest of its 1 skill, 19 commands, 4 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workflow

README.md
[![agentmods](https://agentmods.dev/badge/commands/thrashr888/allbeads/workflow.svg)](https://agentmods.dev/commands/thrashr888/allbeads/workflow)
Your own site
<a href="https://agentmods.dev/commands/thrashr888/allbeads/workflow"><img src="https://agentmods.dev/badge/commands/thrashr888/allbeads/workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 540 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00007 $0.00540
Opus 5 $0.00003 $0.00270
Sonnet 5 $0.00001 $0.00108
Haiku 4.5 $0.00001 $0.00054

Measured 4d ago against content hash 1b07abafff13, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/commands/workflow.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AllBeads Workflow Guide

The Big Picture

[GitHub Repos] → [ab scan] → [ab onboard] → [AllBeads Contexts]
                                                    ↓
[ab context new] → [New Repo] → [bd init] → [Managed Context]
                                                    ↓
[Planning] → [bd create epics] → [Add specs] → [Ready for work]
                                                    ↓
[ab ready] → [Claim task] → [Implement] → [ab close] → [Push]

Workflow Phases

1. Discovery

Find repos to manage:

ab scan github <username>      # Your repos
ab scan github <org>           # Org repos
ab context list               # Already managed

2. Onboarding

Bring repos into AllBeads:

# Existing repo
ab onboard <repo-url>

# New repo
ab context new <name> --private

3. Planning

Create work items with specs:

bd create --title="..." --type=epic
bd comments add <id> "<spec>"

4. Execution

Complete the work:

ab ready                      # Find work
ab update <id> --status=in_progress
# ... implement ...
ab close <id>
git push

5. Governance

Maintain quality:

ab governance check           # Policy compliance
ab agents list               # Agent coverage
ab stats                     # Health metrics

Key Commands by Phase

Phase Command Purpose
Discovery ab scan github Find repos
Onboarding ab onboard Add to AllBeads
Planning ab context new Create new repo
Planning bd create Create work items
Execution ab ready Find work
Execution ab close Complete work
Governance ab governance check Verify policies

Session Protocol

Every session should:

  1. ab prime - Load context
  2. ab ready - Find work
  3. Work on tasks
  4. bd sync - Save beads
  5. git push - Push changes

See Also

  • AGENTS.md - Quick agent reference
  • CLAUDE.md - Full project guide
  • /prime - Context priming
  • /ready - Ready work

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 91 lines · 7 tokens per session scan A 1b07abafff13

Subscribe to this mod's changes

workflow is a command published in the GitHub repository thrashr888/AllBeads (8 stars, last pushed 5d ago), licensed MIT. It adds 7 tokens to every session and 540 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.