From flow
Implements Beads tasks or spec.md items with TDD: claim ready work, write failing tests, implement minimally, commit, close task, and sync. Skips Beads when unavailable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flow:flow-executionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this lifecycle skill when implementation starts after a Flow plan or ready Beads task exists.
Use this lifecycle skill when implementation starts after a Flow plan or ready Beads task exists.
Beads mode: Skip every
bdinvocation when the SessionStart hook reportsBeads Backend: Missing (None)orDisabled via plugin config (useBeads=false). Treatspec.mdmarkers as fallback source of truth and skip/flow:sync. Never halt for missing Beads. See../flow/references/discipline.md.
bd ready and claim it before editing.bd note.User: "Implement auth flow."
Action: claim the next ready Beads task, add code-path notes, write a failing auth test, implement the minimal behavior, verify, commit, close the task, and sync.
npx claudepluginhub cofin/flow --plugin flowEnforces a rigid task flow—epic to sub-tasks—using brainstorms, plans, TDD, worktrees, and code reviews integrated with Superpowers and Beads CLI.
Guides task implementation using Conductor's TDD workflow, managing phase checkpoints, git commits, and verification protocols.