From flow
Executes Flow tasks from Beads or spec.md: claim ready work via bd ready, apply TDD red-green-refactor, record notes with bd note, commit changes, close tasks, sync markdown.
npx claudepluginhub cofin/flow --plugin flowThis skill uses the workspace's default tool permissions.
Use this lifecycle skill when implementation starts after a Flow plan or ready Beads task exists.
Executes flow plan tasks one-by-one with TDD: reviews diffs before commits, requires bin/flow ci to pass, enforces project architecture standards.
Guides task implementation using Conductor's TDD workflow, phase checkpoints, git commits, and verification protocols.
Enforces structured dev workflow using Beads for task tracking/dependencies, Superpowers for brainstorm/plan/TDD/review, git worktrees for isolation. Triggers at session start, before tasks, or unclear workflow.
Share bugs, ideas, or general feedback.
Use this lifecycle skill when implementation starts after a Flow plan or ready Beads task exists.
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.