AgentSkillsCN

Help

展示可用的 BMAD 命令、代理及工作流

SKILL.md
--- frontmatter
description: Show available BMAD commands, agents, and workflows
user-invocable: true

BMAD Method Help

Quick Start

bash
/bmad:init      # Initialize BMAD in your project
/bmad:status    # Check workflow status
/bmad:help      # Show this help

Agents

BMAD provides specialized agents for each phase of development:

AgentNameRole
📊 analystMaryBusiness analysis, research, product briefs
📋 pmJohnProduct requirements, epics, stories
🎨 ux-designerSallyUser experience design
🏗️ architectWinstonSystem architecture
🏃 smBobSprint planning, story preparation
💻 devAmeliaStory implementation
🧪 teaMuratTest architecture, quality strategy
🔧 quinnQuinnQA automation, API and E2E tests
📚 tech-writerPaigeDocumentation
🚀 quick-flow-solo-devBarrySolo dev quick flow

Workflows by Phase

Phase 1: Analysis

CommandDescription
/bmad:brainstormGuided brainstorming session
/bmad:researchMarket, domain, competitive research
/bmad:product-briefCreate executive product brief
/bmad:document-projectDocument existing project

Phase 2: Planning

CommandDescription
/bmad:create-prdCreate Product Requirements Document
/bmad:validate-prdValidate PRD quality
/bmad:edit-prdUpdate existing PRD
/bmad:create-ux-designCreate UX design specification

Phase 3: Solutioning

CommandDescription
/bmad:create-architectureCreate system architecture
/bmad:epics-storiesBreak PRD into epics and stories
/bmad:implementation-readinessValidate alignment before implementation

Phase 4: Implementation

CommandDescription
/bmad:sprint-planningGenerate sprint status tracking
/bmad:create-storyPrepare story with full context
/bmad:dev-storyImplement story tests and code
/bmad:code-reviewComprehensive code review
/bmad:correct-courseCourse correction mid-implementation

Quick Flow (Solo Dev)

CommandDescription
/bmad:quick-specLean tech spec with stories
/bmad:quick-devEnd-to-end implementation

Test Architecture

CommandDescription
/bmad:test-frameworkInitialize test framework
/bmad:atddAutomated test design
/bmad:test-designCreate test scenarios

Project Levels

LevelScopeStoriesRecommended Flow
0Single change1quick-spec → quick-dev
1Small feature1-10brief → tech-spec → dev
2Medium feature5-15brief → PRD → arch → sprints
3Complex12-40Full BMAD flow
4Enterprise40+Full BMAD + TEA

More Information