+
+ /bmad-help
+ Run this anytime to see what to do next — or ask it a question like "what should I do to build a web app?"
+
+
+
Loading agents is optional. If your IDE supports slash commands, you can run workflows directly.
+
+
+
+
+
+
+
+
+
+
+
Select a track above to see the workflow.
+
+
+
+
Analysis
+
+
+
/brainstorm-project
+
Analyst
+
+
Guided ideation using 60+ techniques to explore your project idea and create brainstorm notes.
+
+
↓
+
+
+
/research
+
Analyst
+
+
Market, technical, or competitive research producing a structured research document.
+
+
↓
+
+
+
/product-brief
+
Analyst
+
+
Combines brainstorm and research into a foundation document covering problem, users, and MVP scope.
+
+
↓
+
+
+
Planning
+
+
+
/quick-spec
+
Barry
+
+
Analyzes your codebase, auto-detects stack, and produces tech-spec.md with implementation-ready story files.
+
+
↓
+
+
+
/create-prd
+
PM
+
+
Creates PRD.md with user personas, requirements, success metrics, and risks.
+
+
↓
+
+
+
/create-ux-design
+
UX Designer
+
+
Creates ux-design.md with user journeys, wireframes, and a design system.
+
+
↓
+
+
+
Solutioning
+
+
+
/create-architecture
+
Architect
+
+
Designs system architecture with ADRs covering data, API, security, and deployment decisions.
+
+
↓
+
+
+
/create-epics-and-stories
+
PM
+
+
Breaks PRD and architecture into epic files with prioritized, technically-informed stories.
+
+
↓
+
+
+
/implementation-readiness
+
Architect
+
+
Validates cohesion across all planning documents to confirm you're ready to build.
+
+
↓
+
+
+
Implementation
+
+
+
/sprint-planning
+
SM
+
+
Initializes sprint-status.yaml to track all stories through development. Run once.
+
+
↓
+
+
+
+
↻ Repeat for each story
+
+
+
/create-story
+
SM
+
+
Prepares a story file with full context and acceptance criteria from the epic.
+
+
↓
+
+
+
/dev-story
+
DEV
+
+
Implements production code and tests following architecture patterns.
+
+
↓
+
+
+
/code-review
+
DEV
+
+
Reviews code for quality, architecture alignment, tests, and security.
+
+
+
↓
+
+
+
/epic-retrospective
+
SM
+
+
Captures learnings from a completed epic to improve the next one.
+
+
+
+
+
+
+
+
diff --git a/website/_basement/pages/workflow-guide.astro b/website/_basement/pages/workflow-guide.astro
new file mode 100644
index 00000000..f9f929df
--- /dev/null
+++ b/website/_basement/pages/workflow-guide.astro
@@ -0,0 +1,17 @@
+---
+import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
+import WorkflowGuide from '../components/WorkflowGuide.astro';
+---
+
+