Skip to content
🤖 Consolidated, AI-optimized BMAD docs: llms-full.txt. Fetch this plain text file for complete context.

Agents

This page lists the default BMM (Agile suite) agents that install with BMad Method, along with their skill IDs, menu triggers, and primary workflows. Each agent is invoked as a skill.

  • Each agent is available as a skill, generated by the installer. The skill ID (e.g., bmad-dev) is used to invoke the agent.
  • Triggers are the short menu codes (e.g., CP) and fuzzy matches shown in each agent menu.
  • QA (Quinn) is the lightweight test automation agent in BMM. The full Test Architect (TEA) lives in its own module.
AgentSkill IDTriggersPrimary workflows
Analyst (Mary)bmad-analystBP, RS, CB, DPBrainstorm Project, Research, Create Brief, Document Project
Product Manager (John)bmad-pmCP, VP, EP, CE, IR, CCCreate/Validate/Edit PRD, Create Epics and Stories, Implementation Readiness, Correct Course
Architect (Winston)bmad-architectCA, IRCreate Architecture, Implementation Readiness
Scrum Master (Bob)bmad-smSP, CS, ER, CCSprint Planning, Create Story, Epic Retrospective, Correct Course
Developer (Amelia)bmad-devDS, CRDev Story, Code Review
QA Engineer (Quinn)bmad-qaQAAutomate (generate tests for existing features)
Quick Flow Solo Dev (Barry)bmad-masterQS, QD, CRQuick Spec, Quick Dev, Code Review
UX Designer (Sally)bmad-ux-designerCUCreate UX Design
Technical Writer (Paige)bmad-tech-writerDP, WD, US, MG, VD, ECDocument Project, Write Document, Update Standards, Mermaid Generate, Validate Doc, Explain Concept

Agent menu triggers use two different invocation types. Knowing which type a trigger uses helps you provide the right input.

Most triggers load a structured workflow file. Type the trigger code and the agent starts the workflow, prompting you for input at each step.

Examples: CP (Create PRD), DS (Dev Story), CA (Create Architecture), QS (Quick Spec)

Conversational triggers (arguments required)

Section titled “Conversational triggers (arguments required)”

Some triggers start a free-form conversation instead of a structured workflow. These expect you to describe what you need alongside the trigger code.

AgentTriggerWhat to provide
Technical Writer (Paige)WDDescription of the document to write
Technical Writer (Paige)USPreferences or conventions to add to standards
Technical Writer (Paige)MGDiagram description and type (sequence, flowchart, etc.)
Technical Writer (Paige)VDDocument to validate and focus areas
Technical Writer (Paige)ECConcept name to explain

Example:

WD Write a deployment guide for our Docker setup
MG Create a sequence diagram showing the auth flow
EC Explain how the module system works