Files
BMAD-METHOD/docs/reference/agents/index.md
forcetrainer e535f94325 docs: comprehensive style guide update with reference and glossary standards
Style Guide Additions:
- Add Reference Structure section with 6 document types (Index, Catalog,
  Deep-Dive, Configuration, Glossary, Comprehensive)
- Add Glossary Structure section with table-based format leveraging
  Starlight's right-nav for navigation
- Include checklists for both new document types

Reference Docs Updated:
- agents/index.md: Catalog format, universal commands tip admonition
- configuration/core-tasks.md: Configuration format with admonitions
- configuration/global-config.md: Table-based config reference
- workflows/index.md: Minimal index format
- workflows/core-workflows.md: Catalog format
- workflows/document-project.md: Deep-dive with Quick Facts admonition
- workflows/bmgd-workflows.md: Comprehensive format, removed ~30 hr rules

Glossary Rewritten:
- Converted from 373 lines with ### headers to 123 lines with tables
- Right nav now shows 9 categories instead of 50+ terms
- Added italic context markers (*BMGD.*, *Brownfield.*, etc.)
- Alphabetized terms within categories
- Removed redundant inline TOC

All Docs:
- Remove horizontal rules (---) per style guide
- Remove "Related" sections (sidebar handles navigation)
- Standardize admonition usage
- Archive deleted workflow customization docs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 00:23:05 -05:00

3.8 KiB

title, description
title description
Agents Reference Complete reference for BMad Method agents and their commands

Quick reference of all BMad Method agents and their available commands.

:::tip[Universal Commands] All agents support: *menu (redisplay options), *dismiss (dismiss agent), and *party-mode (multi-agent collaboration). :::

Analyst (Mary)

Business analysis and research.

Commands:

  • *workflow-status — Get workflow status or initialize tracking
  • *brainstorm-project — Guided brainstorming session
  • *research — Market, domain, competitive, or technical research
  • *product-brief — Create a product brief (input for PRD)
  • *document-project — Document existing brownfield projects

PM (John)

Product requirements and planning.

Commands:

  • *workflow-status — Get workflow status or initialize tracking
  • *create-prd — Create Product Requirements Document
  • *create-epics-and-stories — Break PRD into epics and user stories (after Architecture)
  • *implementation-readiness — Validate PRD, UX, Architecture, Epics alignment
  • *correct-course — Course correction during implementation

Architect (Winston)

System architecture and technical design.

Commands:

  • *workflow-status — Get workflow status or initialize tracking
  • *create-architecture — Create architecture document to guide development
  • *implementation-readiness — Validate PRD, UX, Architecture, Epics alignment
  • *create-excalidraw-diagram — System architecture or technical diagrams
  • *create-excalidraw-dataflow — Data flow diagrams

SM (Bob)

Sprint planning and story preparation.

Commands:

  • *sprint-planning — Generate sprint-status.yaml from epic files
  • *create-story — Create story from epic (prep for development)
  • *validate-create-story — Validate story quality
  • *epic-retrospective — Team retrospective after epic completion
  • *correct-course — Course correction during implementation

DEV (Amelia)

Story implementation and code review.

Commands:

  • *dev-story — Execute story workflow (implementation with tests)
  • *code-review — Thorough code review

Quick Flow Solo Dev (Barry)

Fast solo development without handoffs.

Commands:

  • *quick-spec — Architect technical spec with implementation-ready stories
  • *quick-dev — Implement tech spec end-to-end solo
  • *code-review — Review and improve code

TEA (Murat)

Test architecture and quality strategy.

Commands:

  • *framework — Initialize production-ready test framework
  • *atdd — Generate E2E tests first (before implementation)
  • *automate — Comprehensive test automation
  • *test-design — Create comprehensive test scenarios
  • *trace — Map requirements to tests, quality gate decision
  • *nfr-assess — Validate non-functional requirements
  • *ci — Scaffold CI/CD quality pipeline
  • *test-review — Review test quality

UX Designer (Sally)

User experience and UI design.

Commands:

  • *create-ux-design — Generate UX design and UI plan from PRD
  • *validate-design — Validate UX specification and design artifacts
  • *create-excalidraw-wireframe — Create website or app wireframe

Technical Writer (Paige)

Technical documentation and diagrams.

Commands:

  • *document-project — Comprehensive project documentation
  • *generate-mermaid — Generate Mermaid diagrams
  • *create-excalidraw-flowchart — Process and logic flow visualizations
  • *create-excalidraw-diagram — System architecture or technical diagrams
  • *create-excalidraw-dataflow — Data flow visualizations
  • *validate-doc — Review documentation against standards
  • *improve-readme — Review and improve README files
  • *explain-concept — Create clear technical explanations
  • *standards-guide — Show BMad documentation standards