Flow Sprint
Generates or updates sprint-status.yaml in BMAD-compatible format (development_status as a flat key:status map, plus
Flow Status
Pure sprint dashboard. Lists every epic and story with its status (using symbols), grouped by epic, in YAML order. No
Flow Commit
COMMIT phase of a story: builds a conventional-commits message (type(scope): description) from the story file
Flow Prd
Creation of a PRD (Product Requirements Document) with step-by-step discipline, single source of truth for scope.
Flow Brainstorm
Guided brainstorming to design a product from scratch (greenfield analysis phase). Interactive facilitation with
Flow Story
CREATE phase of a story: parent orchestrator that fans out parallel research (corpus map + conventions audit) via
Flow Review
REVIEW phase of a story: parent orchestrator that fans out 3 adversarial reviewers (Blind Hunter, Edge Case Hunter,
Flow Help
Orientation skill. Detects the current flow phase from .agents/ artifacts and recommends ONE next command among
Flow Introspect
Introspection of an existing project (brownfield): documents the actual state + produces an LLM-optimized project-context.md
Flow Quick
Bypass of the full flow pipeline: user intent -> delivered code -> review, in one loop. For fixes, small features,
Flow Architecture
Technical decisions derived from the PRD (solutioning phase). Step-by-step collaborative conversation, append-only
Flow Brief
Product brief structured by guided questions (analysis phase). 1-2 page executive synthesis of the product concept.
Flow Recall
Pre-flight semantic check: scans the .agents/ corpus before a new intention (brief, PRD update, story creation) and surfaces contradictions, overlaps and co-mentions with what is already frozen. Read-only, advisory — never blocks.
Flow Dev
DEV phase of a story: parent orchestrator that fans out 3 pre-dev sub-agents (find-similar-impl, check-dependencies,
Flow Retro
End-of-epic retrospective in party mode (multi-role dialogues), with critical readiness exploration and preparation
Flow Course Correct
Mid-sprint course correction for a major change: pivot, new constraint, blocker. Systematically analyzes impact
Flow Epics
Breaks the PRD and architecture into epics + actionable stories with BDD acceptance criteria (solutioning phase).
Flow Auto
Orchestrator that loops through every ready-for-dev story in the sprint in order, chaining /flow-story -> /flow-dev