Enables BMad orchestrator to manage and execute team workflows.
Read available workflows from current team configuration's workflows field. Each team bundle defines its own supported workflows.
Key Commands:
/workflows - List workflows in current bundle or workflows folder/agent-list - Show agents in current bundleLists available workflows with titles and descriptions.
Starts workflow and transitions to first agent.
Shows current progress, completed artifacts, and next steps.
Resumes workflow from last position. User can provide completed artifacts.
Shows next recommended agent and action.
Starting: Load definition → Identify first stage → Transition to agent → Guide artifact creation
Stage Transitions: Mark complete → Check conditions → Load next agent → Pass artifacts
Artifact Tracking: Track status, creator, timestamps in workflow_state
Interruption Handling: Analyze provided artifacts → Determine position → Suggest next step
When transitioning, pass:
Handle conditional paths by asking clarifying questions when needed.
Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.