Run Epic - Autonomous Story Pipeline
Execute the complete BMAD development pipeline for all remaining stories in the specified Epic.
Prerequisites
- •Epic file exists in
_bmad-output/planning-artifacts/ - •Git repository initialized with remote
- •GitHub CLI (
gh) authenticated
Pipeline Per Story
- •Branch: Create feature branch from main
- •SM Agent: Create story via
bmad-smsubagent - •Dev Agent: Implement story via
bmad-devsubagent - •Review Agent: Code review + auto-fix via
bmad-reviewersubagent - •QA Agent: E2E tests (if frontend) via
bmad-qasubagent - •Git: Commit, push, create PR, merge
Usage
Provide the Epic identifier or file path:
code
Run the epic pipeline for Epic-001
Subagent Invocation Pattern
Each phase spawns a specialized subagent:
code
use_subagent with agent_name="bmad-{role}" and autonomous instructions
Risk Acknowledgment
This runs autonomously without confirmations. Ensure:
- •Tests are comprehensive
- •CI/CD will catch issues
- •You can revert if needed