refactor(ux): consolidate BMAD skills, update design system, and clean up Prisma generated client

This commit is contained in:
Sepehr Ramezani
2026-04-19 19:21:27 +02:00
parent 5296c4da2c
commit 25529a24b8
2476 changed files with 127934 additions and 101962 deletions

View File

@@ -1,30 +1,32 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,anytime,,,false,project-knowledge,*
BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,anytime,,,false,output_folder,project context
BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,anytime,,,false,implementation_artifacts,spec and project implementation
BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,anytime,,,false,planning_artifacts,change proposal
BMad Method,bmad-agent-tech-writer,Write Document,WD,"Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review.",write,,anytime,,,false,project-knowledge,document
BMad Method,bmad-agent-tech-writer,Update Standards,US,Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.,update-standards,,anytime,,,false,_bmad/_memory/tech-writer-sidecar,standards
BMad Method,bmad-agent-tech-writer,Mermaid Generate,MG,Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.,mermaid,,anytime,,,false,planning_artifacts,mermaid diagram
BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.,validate,[path],anytime,,,false,planning_artifacts,validation report
BMad Method,bmad-agent-tech-writer,Explain Concept,EC,Create clear technical explanations with examples and diagrams for complex concepts.,explain,[topic],anytime,,,false,project_knowledge,explanation
BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,1-analysis,,,false,planning_artifacts,brainstorming session
BMad Method,bmad-market-research,Market Research,MR,"Market analysis competitive landscape customer needs and trends.",,1-analysis,,,false,"planning_artifacts|project-knowledge",research documents
BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,1-analysis,,,false,"planning_artifacts|project_knowledge",research documents
BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,1-analysis,,,false,"planning_artifacts|project_knowledge",research documents
BMad Method,bmad-product-brief,Create Brief,CB,A guided experience to nail down your product idea.,,1-analysis,,,false,planning_artifacts,product brief
BMad Method,bmad-create-prd,Create PRD,CP,Expert led facilitation to produce your Product Requirements Document.,,2-planning,,,true,planning_artifacts,prd
BMad Method,bmad-validate-prd,Validate PRD,VP,,,[path],2-planning,bmad-create-prd,,false,planning_artifacts,prd validation report
BMad Method,bmad-edit-prd,Edit PRD,EP,,,[path],2-planning,bmad-validate-prd,,false,planning_artifacts,updated prd
BMad Method,bmad-create-ux-design,Create UX,CU,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project.",,2-planning,bmad-create-prd,,false,planning_artifacts,ux design
BMad Method,bmad-create-architecture,Create Architecture,CA,Guided workflow to document technical decisions.,,3-solutioning,,,true,planning_artifacts,architecture
BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,,,3-solutioning,bmad-create-architecture,,true,planning_artifacts,epics and stories
BMad Method,bmad-check-implementation-readiness,Check Implementation Readiness,IR,Ensure PRD UX Architecture and Epics Stories are aligned.,,3-solutioning,bmad-create-epics-and-stories,,true,planning_artifacts,readiness report
BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story.,,4-implementation,,,true,implementation_artifacts,sprint status
BMad Method,bmad-sprint-status,Sprint Status,SS,Anytime: Summarize sprint status and route to next workflow.,,4-implementation,bmad-sprint-planning,,false,,
BMad Method,bmad-create-story,Create Story,CS,"Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation.",create,,4-implementation,bmad-sprint-planning,bmad-create-story:validate,true,implementation_artifacts,story
BMad Method,bmad-create-story,Validate Story,VS,Validates story readiness and completeness before development work begins.,validate,,4-implementation,bmad-create-story:create,bmad-dev-story,false,implementation_artifacts,story validation report
BMad Method,bmad-dev-story,Dev Story,DS,Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed.,,4-implementation,bmad-create-story:validate,,true,,
BMad Method,bmad-code-review,Code Review,CR,Story cycle: If issues back to DS if approved then next CS or ER if epic complete.,,4-implementation,bmad-dev-story,,false,,
BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that.,,4-implementation,bmad-dev-story,,false,implementation_artifacts,test suite
BMad Method,bmad-retrospective,Retrospective,ER,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC.,,4-implementation,bmad-code-review,,false,implementation_artifacts,retrospective
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
bmm,anytime,Document Project,DP,,skill:bmad-document-project,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
bmm,anytime,Generate Project Context,GPC,,skill:bmad-generate-project-context,bmad-bmm-generate-project-context,false,analyst,Create Mode,"Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects and quick-flow.",output_folder,"project context",
bmm,anytime,Quick Spec,QS,,skill:bmad-quick-spec,bmad-bmm-quick-spec,false,quick-flow-solo-dev,Create Mode,"Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps brownfield additions to well established patterns utilities without extensive planning",planning_artifacts,"tech spec",
bmm,anytime,Quick Dev,QD,,skill:bmad-quick-dev,bmad-bmm-quick-dev,false,quick-flow-solo-dev,Create Mode,"Quick one-off tasks small changes simple apps utilities without extensive planning - Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method, unless the user is already working through the implementation phase and just requests a 1 off things not already in the plan",,,
bmm,anytime,Quick Dev New Preview,QQ,,skill:bmad-quick-dev-new-preview,bmad-bmm-quick-dev-new-preview,false,quick-flow-solo-dev,Create Mode,"Unified quick flow (experimental): clarify intent plan implement review and present in a single workflow",implementation_artifacts,"tech spec implementation",
bmm,anytime,Correct Course,CC,,skill:bmad-correct-course,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal",
bmm,anytime,Write Document,WD,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Describe in detail what you want, and the agent will follow the documentation best practices defined in agent memory. Multi-turn conversation with subprocess for research/review.",project-knowledge,"document",
bmm,anytime,Update Standards,US,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.",_bmad/_memory/tech-writer-sidecar,"standards",
bmm,anytime,Mermaid Generate,MG,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.",planning_artifacts,"mermaid diagram",
bmm,anytime,Validate Document,VD,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.",planning_artifacts,"validation report",
bmm,anytime,Explain Concept,EC,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Create clear technical explanations with examples and diagrams for complex concepts. Breaks down into digestible sections using task-oriented approach.",project_knowledge,"explanation",
bmm,1-analysis,Brainstorm Project,BP,10,skill:bmad-brainstorming,bmad-brainstorming,false,analyst,data=_bmad/bmm/data/project-context-template.md,"Expert Guided Facilitation through a single or multiple techniques",planning_artifacts,"brainstorming session",
bmm,1-analysis,Market Research,MR,20,skill:bmad-market-research,bmad-bmm-market-research,false,analyst,Create Mode,"Market analysis competitive landscape customer needs and trends","planning_artifacts|project-knowledge","research documents",
bmm,1-analysis,Domain Research,DR,21,skill:bmad-domain-research,bmad-bmm-domain-research,false,analyst,Create Mode,"Industry domain deep dive subject matter expertise and terminology","planning_artifacts|project_knowledge","research documents",
bmm,1-analysis,Technical Research,TR,22,skill:bmad-technical-research,bmad-bmm-technical-research,false,analyst,Create Mode,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project_knowledge","research documents",
bmm,1-analysis,Create Brief,CB,30,skill:bmad-create-product-brief,bmad-bmm-create-product-brief,false,analyst,Create Mode,"A guided experience to nail down your product idea",planning_artifacts,"product brief",
bmm,2-planning,Create PRD,CP,10,skill:bmad-create-prd,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
bmm,2-planning,Validate PRD,VP,20,skill:bmad-validate-prd,bmad-bmm-validate-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report",
bmm,2-planning,Edit PRD,EP,25,skill:bmad-edit-prd,bmad-bmm-edit-prd,false,pm,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd",
bmm,2-planning,Create UX,CU,30,skill:bmad-create-ux-design,bmad-bmm-create-ux-design,false,ux-designer,Create Mode,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project",planning_artifacts,"ux design",
bmm,3-solutioning,Create Architecture,CA,10,skill:bmad-create-architecture,bmad-bmm-create-architecture,true,architect,Create Mode,"Guided Workflow to document technical decisions",planning_artifacts,architecture,
bmm,3-solutioning,Create Epics and Stories,CE,30,skill:bmad-create-epics-and-stories,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
bmm,3-solutioning,Check Implementation Readiness,IR,70,skill:bmad-check-implementation-readiness,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
bmm,4-implementation,Sprint Planning,SP,10,skill:bmad-sprint-planning,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
bmm,4-implementation,Sprint Status,SS,20,skill:bmad-sprint-status,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
bmm,4-implementation,Validate Story,VS,35,skill:bmad-create-story,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report",
bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
bmm,4-implementation,Dev Story,DS,40,skill:bmad-dev-story,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
bmm,4-implementation,Code Review,CR,50,skill:bmad-code-review,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
bmm,4-implementation,QA Automation Test,QA,45,skill:bmad-qa-generate-e2e-tests,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
bmm,4-implementation,Retrospective,ER,60,skill:bmad-retrospective,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
1 module skill phase display-name name menu-code code after sequence action workflow-file args command required agent before options description output-location outputs
2 BMad Method bmm bmad-document-project anytime Document Project Document Project DP DP skill:bmad-document-project anytime bmad-bmm-document-project project-knowledge false analyst false Create Mode Analyze an existing project to produce useful documentation. Analyze an existing project to produce useful documentation * project-knowledge *
3 BMad Method bmm bmad-generate-project-context anytime Generate Project Context Generate Project Context GPC GPC skill:bmad-generate-project-context anytime bmad-bmm-generate-project-context output_folder false analyst false Create Mode Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects. Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects and quick-flow. project context output_folder project context
4 BMad Method bmm bmad-quick-dev anytime Quick Dev Quick Spec QQ QS skill:bmad-quick-spec anytime bmad-bmm-quick-spec implementation_artifacts false quick-flow-solo-dev false Create Mode Unified intent-in code-out workflow: clarify plan implement review and present. Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps brownfield additions to well established patterns utilities without extensive planning spec and project implementation planning_artifacts tech spec
5 BMad Method bmm bmad-correct-course anytime Correct Course Quick Dev CC QD skill:bmad-quick-dev anytime bmad-bmm-quick-dev planning_artifacts false quick-flow-solo-dev false Create Mode Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories. Quick one-off tasks small changes simple apps utilities without extensive planning - Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method, unless the user is already working through the implementation phase and just requests a 1 off things not already in the plan change proposal
6 BMad Method bmm bmad-agent-tech-writer anytime Write Document Quick Dev New Preview WD QQ write skill:bmad-quick-dev-new-preview bmad-bmm-quick-dev-new-preview false quick-flow-solo-dev Create Mode Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review. Unified quick flow (experimental): clarify intent plan implement review and present in a single workflow project-knowledge implementation_artifacts document tech spec implementation
7 BMad Method bmm bmad-agent-tech-writer anytime Update Standards Correct Course US CC update-standards skill:bmad-correct-course bmad-bmm-correct-course false sm Create Mode Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions. Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories _bmad/_memory/tech-writer-sidecar planning_artifacts standards change proposal
8 BMad Method bmm bmad-agent-tech-writer anytime Mermaid Generate Write Document MG WD mermaid _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml false tech-writer Create a Mermaid diagram based on user description. Will suggest diagram types if not specified. Describe in detail what you want, and the agent will follow the documentation best practices defined in agent memory. Multi-turn conversation with subprocess for research/review. planning_artifacts project-knowledge mermaid diagram document
9 BMad Method bmm bmad-agent-tech-writer anytime Validate Document Update Standards VD US validate _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml [path] false tech-writer Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority. Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions. planning_artifacts _bmad/_memory/tech-writer-sidecar validation report standards
10 BMad Method bmm bmad-agent-tech-writer anytime Explain Concept Mermaid Generate EC MG explain _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml [topic] false tech-writer Create clear technical explanations with examples and diagrams for complex concepts. Create a Mermaid diagram based on user description. Will suggest diagram types if not specified. project_knowledge planning_artifacts explanation mermaid diagram
11 BMad Method bmm bmad-brainstorming anytime Brainstorm Project Validate Document BP VD _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml 1-analysis planning_artifacts false tech-writer false Expert guided facilitation through a single or multiple techniques. Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority. brainstorming session planning_artifacts validation report
12 BMad Method bmm bmad-market-research anytime Market Research Explain Concept MR EC _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml 1-analysis planning_artifacts|project-knowledge false tech-writer false Market analysis competitive landscape customer needs and trends. Create clear technical explanations with examples and diagrams for complex concepts. Breaks down into digestible sections using task-oriented approach. research documents project_knowledge explanation
13 BMad Method bmm bmad-domain-research 1-analysis Domain Research Brainstorm Project DR BP 10 skill:bmad-brainstorming 1-analysis bmad-brainstorming planning_artifacts|project_knowledge false analyst false data=_bmad/bmm/data/project-context-template.md Industry domain deep dive subject matter expertise and terminology. Expert Guided Facilitation through a single or multiple techniques research documents planning_artifacts brainstorming session
14 BMad Method bmm bmad-technical-research 1-analysis Technical Research Market Research TR MR 20 skill:bmad-market-research 1-analysis bmad-bmm-market-research planning_artifacts|project_knowledge false analyst false Create Mode Technical feasibility architecture options and implementation approaches. Market analysis competitive landscape customer needs and trends research documents planning_artifacts|project-knowledge research documents
15 BMad Method bmm bmad-product-brief 1-analysis Create Brief Domain Research CB DR 21 skill:bmad-domain-research 1-analysis bmad-bmm-domain-research planning_artifacts false analyst false Create Mode A guided experience to nail down your product idea. Industry domain deep dive subject matter expertise and terminology product brief planning_artifacts|project_knowledge research documents
16 BMad Method bmm bmad-create-prd 1-analysis Create PRD Technical Research CP TR 22 skill:bmad-technical-research 2-planning bmad-bmm-technical-research planning_artifacts false analyst true Create Mode Expert led facilitation to produce your Product Requirements Document. Technical feasibility architecture options and implementation approaches prd planning_artifacts|project_knowledge research documents
17 BMad Method bmm bmad-validate-prd 2-planning 1-analysis Validate PRD Create Brief VP CB bmad-create-prd 30 skill:bmad-create-product-brief [path] bmad-bmm-create-product-brief false analyst Create Mode A guided experience to nail down your product idea planning_artifacts prd validation report product brief
18 BMad Method bmm bmad-edit-prd 2-planning Edit PRD Create PRD EP CP bmad-validate-prd 10 skill:bmad-create-prd [path] bmad-bmm-create-prd false true pm Create Mode Expert led facilitation to produce your Product Requirements Document planning_artifacts updated prd prd
19 BMad Method bmm bmad-create-ux-design bmad-create-prd 2-planning Create UX Validate PRD CU VP 20 skill:bmad-validate-prd 2-planning bmad-bmm-validate-prd planning_artifacts false pm false Validate Mode Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project. Validate PRD is comprehensive lean well organized and cohesive ux design planning_artifacts prd validation report
20 BMad Method bmm bmad-create-architecture 2-planning Create Architecture Edit PRD CA EP 25 skill:bmad-edit-prd 3-solutioning bmad-bmm-edit-prd planning_artifacts false pm true Edit Mode Guided workflow to document technical decisions. Improve and enhance an existing PRD architecture planning_artifacts updated prd
21 BMad Method bmm bmad-create-epics-and-stories bmad-create-architecture 2-planning Create Epics and Stories Create UX CE CU 30 skill:bmad-create-ux-design 3-solutioning bmad-bmm-create-ux-design planning_artifacts false ux-designer true Create Mode Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project epics and stories planning_artifacts ux design
22 BMad Method bmm bmad-check-implementation-readiness bmad-create-epics-and-stories 3-solutioning Check Implementation Readiness Create Architecture IR CA 10 skill:bmad-create-architecture 3-solutioning bmad-bmm-create-architecture planning_artifacts true architect true Create Mode Ensure PRD UX Architecture and Epics Stories are aligned. Guided Workflow to document technical decisions readiness report planning_artifacts architecture
23 BMad Method bmm bmad-sprint-planning 3-solutioning Sprint Planning Create Epics and Stories SP CE 30 skill:bmad-create-epics-and-stories 4-implementation bmad-bmm-create-epics-and-stories implementation_artifacts true pm true Create Mode Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story. Create the Epics and Stories Listing sprint status planning_artifacts epics and stories
24 BMad Method bmm bmad-sprint-status bmad-sprint-planning 3-solutioning Sprint Status Check Implementation Readiness SS IR 70 skill:bmad-check-implementation-readiness 4-implementation bmad-bmm-check-implementation-readiness true architect false Validate Mode Anytime: Summarize sprint status and route to next workflow. Ensure PRD UX Architecture and Epics Stories are aligned planning_artifacts readiness report
25 BMad Method bmm bmad-create-story 4-implementation Create Story Sprint Planning CS SP bmad-sprint-planning 10 create skill:bmad-sprint-planning bmad-bmm-sprint-planning true sm bmad-create-story:validate Create Mode Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation. Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan. implementation_artifacts story sprint status
26 BMad Method bmm bmad-create-story 4-implementation Validate Story Sprint Status VS SS bmad-create-story:create 20 validate skill:bmad-sprint-status bmad-bmm-sprint-status false sm bmad-dev-story Create Mode Validates story readiness and completeness before development work begins. Anytime: Summarize sprint status and route to next workflow implementation_artifacts story validation report
27 BMad Method bmm bmad-dev-story bmad-create-story:validate 4-implementation Dev Story Validate Story DS VS 35 skill:bmad-create-story 4-implementation bmad-bmm-create-story false sm true Validate Mode Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed. Validates story readiness and completeness before development work begins implementation_artifacts story validation report
28 BMad Method bmm bmad-code-review bmad-dev-story 4-implementation Code Review Create Story CR CS 30 skill:bmad-create-story 4-implementation bmad-bmm-create-story true sm false Create Mode Story cycle: If issues back to DS if approved then next CS or ER if epic complete. Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER implementation_artifacts story
29 BMad Method bmm bmad-qa-generate-e2e-tests bmad-dev-story 4-implementation QA Automation Test Dev Story QA DS 40 skill:bmad-dev-story 4-implementation bmad-bmm-dev-story implementation_artifacts true dev false Create Mode Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that. Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed test suite
30 BMad Method bmm bmad-retrospective bmad-code-review 4-implementation Retrospective Code Review ER CR 50 skill:bmad-code-review 4-implementation bmad-bmm-code-review implementation_artifacts false dev false Create Mode Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC. Story cycle: If issues back to DS if approved then next CS or ER if epic complete retrospective
31 bmm 4-implementation QA Automation Test QA 45 skill:bmad-qa-generate-e2e-tests bmad-bmm-qa-automate false qa Create Mode Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that. implementation_artifacts test suite
32 bmm 4-implementation Retrospective ER 60 skill:bmad-retrospective bmad-bmm-retrospective false sm Create Mode Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC implementation_artifacts retrospective