From flow
Reviews, finishes, archives, reverts, validates, and cleans up Flow work after implementation phases, with verification, spec checks, test runs, and knowledge capture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flow:flow-completionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this lifecycle skill for review, finish, archive, revert, docs, validation, and final cleanup work.
Use this lifecycle skill for review, finish, archive, revert, docs, validation, and final cleanup work.
spec.md, learnings, patterns, and knowledge chapters reflect the current state.User: "Finish this flow."
Action: run verification, review against the spec, close or explain remaining tasks, sync markdown, elevate reusable patterns, and present finish options.
npx claudepluginhub cofin/flow --plugin flowExecutes Flow epics/tasks with flowctl tracking, git staging/commits, quality checks. Invoke via /flow-next:work with IDs like fn-1-add-oauth or spec files.
Executes plan tasks sequentially with TDD, requires diff review and CI pass before each commit. Manages worktrees and branch state for concurrent flows.
Enforces evidence-based completion discipline: run verification commands (tests, lints, type checks, builds) before claiming work is done. Prevents false completion by requiring captured output.