fix: integrate deepseek, resolve silent google api errors, fix google cloud keys
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2s

This commit is contained in:
2026-05-17 17:11:06 +02:00
parent 669cf7fde8
commit b50419e2ec
2062 changed files with 272359 additions and 523 deletions

View File

@@ -1,31 +1,33 @@
module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
bmm,anytime,Document Project,DP,,_bmad/bmm/workflows/document-project/workflow.yaml,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
bmm,anytime,Generate Project Context,GPC,,_bmad/bmm/workflows/generate-project-context/workflow.md,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,,_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md,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,,_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md,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,Correct Course,CC,,_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml,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,_bmad/core/workflows/brainstorming/workflow.md,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,_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md,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,_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md,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,_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md,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,_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md,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,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md,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,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md,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,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md,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,_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md,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,_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md,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,_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md,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,_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md,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,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml,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,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
bmm,4-implementation,Validate Story,VS,35,_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml,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,_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml,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,_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml,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,_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml,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,_bmad/bmm/workflows/qa/automate/workflow.yaml,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,_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml,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,
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
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,An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you.,,-A,1-analysis,,,false,planning_artifacts,product brief
BMad Method,bmad-prfaq,PRFAQ Challenge,WB,Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief.,,-H,1-analysis,,,false,planning_artifacts,prfaq document
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-checkpoint-preview,Checkpoint,CK,Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs.,,,4-implementation,,,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
1 module skill name display-name code menu-code description workflow-file action command sequence args phase agent after options before required output-location outputs
2 bmm BMad Method _meta Document Project DP Analyze an existing project to produce useful documentation _bmad/bmm/workflows/document-project/workflow.yaml bmad-bmm-document-project anytime analyst Create Mode false project-knowledge https://docs.bmad-method.org/llms.txt *
3 bmm BMad Method bmad-document-project Generate Project Context Document Project GPC DP 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. Analyze an existing project to produce useful documentation. _bmad/bmm/workflows/generate-project-context/workflow.md bmad-bmm-generate-project-context anytime analyst Create Mode false output_folder project-knowledge project context *
4 bmm BMad Method bmad-generate-project-context Quick Spec Generate Project Context QS GPC 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 Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects. _bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md bmad-bmm-quick-spec anytime quick-flow-solo-dev Create Mode false planning_artifacts output_folder tech spec project context
5 bmm BMad Method bmad-quick-dev Quick Dev Quick Dev QD QQ 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 Unified intent-in code-out workflow: clarify plan implement review and present. _bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md bmad-bmm-quick-dev anytime quick-flow-solo-dev Create Mode false implementation_artifacts spec and project implementation
6 bmm BMad Method bmad-correct-course Correct Course Correct Course CC CC Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories. _bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml bmad-bmm-correct-course anytime sm Create Mode false planning_artifacts change proposal
7 bmm BMad Method bmad-agent-tech-writer Write Document Write Document WD WD 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. Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review. _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml write anytime tech-writer false project-knowledge document
8 bmm BMad Method bmad-agent-tech-writer Update Standards Update Standards US US Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions. _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml update-standards anytime tech-writer false _bmad/_memory/tech-writer-sidecar standards
9 bmm BMad Method bmad-agent-tech-writer Mermaid Generate Mermaid Generate MG MG Create a Mermaid diagram based on user description. Will suggest diagram types if not specified. _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml mermaid anytime tech-writer false planning_artifacts mermaid diagram
10 bmm BMad Method bmad-agent-tech-writer Validate Document Validate Document VD VD Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority. _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml validate [path] anytime tech-writer false planning_artifacts validation report
11 bmm BMad Method bmad-agent-tech-writer Explain Concept Explain Concept EC EC Create clear technical explanations with examples and diagrams for complex concepts. Breaks down into digestible sections using task-oriented approach. Create clear technical explanations with examples and diagrams for complex concepts. _bmad/bmm/agents/tech-writer/tech-writer.agent.yaml explain [topic] anytime tech-writer false project_knowledge explanation
12 bmm BMad Method bmad-brainstorming Brainstorm Project Brainstorm Project BP BP Expert Guided Facilitation through a single or multiple techniques Expert guided facilitation through a single or multiple techniques. _bmad/core/workflows/brainstorming/workflow.md bmad-brainstorming 10 1-analysis analyst data=_bmad/bmm/data/project-context-template.md false planning_artifacts brainstorming session
13 bmm BMad Method bmad-market-research Market Research Market Research MR MR Market analysis competitive landscape customer needs and trends Market analysis competitive landscape customer needs and trends. _bmad/bmm/workflows/1-analysis/research/workflow-market-research.md bmad-bmm-market-research 20 1-analysis analyst Create Mode false planning_artifacts|project-knowledge research documents
14 bmm BMad Method bmad-domain-research Domain Research Domain Research DR DR Industry domain deep dive subject matter expertise and terminology Industry domain deep dive subject matter expertise and terminology. _bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md bmad-bmm-domain-research 21 1-analysis analyst Create Mode false planning_artifacts|project_knowledge research documents
15 bmm BMad Method bmad-technical-research Technical Research Technical Research TR TR Technical feasibility architecture options and implementation approaches Technical feasibility architecture options and implementation approaches. _bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md bmad-bmm-technical-research 22 1-analysis analyst Create Mode false planning_artifacts|project_knowledge research documents
16 bmm BMad Method bmad-product-brief Create Brief Create Brief CB CB A guided experience to nail down your product idea An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you. _bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md bmad-bmm-create-product-brief 30 -A 1-analysis analyst Create Mode false planning_artifacts product brief
17 bmm BMad Method bmad-prfaq Create PRD PRFAQ Challenge CP WB Expert led facilitation to produce your Product Requirements Document Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief. _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md bmad-bmm-create-prd 10 -H 2-planning 1-analysis pm Create Mode true false planning_artifacts prd prfaq document
18 bmm BMad Method bmad-create-prd Validate PRD Create PRD VP CP Validate PRD is comprehensive lean well organized and cohesive Expert led facilitation to produce your Product Requirements Document. _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md bmad-bmm-validate-prd 20 2-planning pm Validate Mode false true planning_artifacts prd validation report prd
19 bmm BMad Method bmad-validate-prd Edit PRD Validate PRD EP VP Improve and enhance an existing PRD _bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md bmad-bmm-edit-prd 25 [path] 2-planning pm bmad-create-prd Edit Mode false planning_artifacts updated prd prd validation report
20 bmm BMad Method bmad-edit-prd Create UX Edit PRD CU EP Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project _bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md bmad-bmm-create-ux-design 30 [path] 2-planning ux-designer bmad-validate-prd Create Mode false planning_artifacts ux design updated prd
21 bmm BMad Method bmad-create-ux-design Create Architecture Create UX CA CU Guided Workflow to document technical decisions Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project. _bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md bmad-bmm-create-architecture 10 3-solutioning 2-planning architect bmad-create-prd Create Mode true false planning_artifacts architecture ux design
22 bmm BMad Method bmad-create-architecture Create Epics and Stories Create Architecture CE CA Create the Epics and Stories Listing Guided workflow to document technical decisions. _bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md bmad-bmm-create-epics-and-stories 30 3-solutioning pm Create Mode true planning_artifacts epics and stories architecture
23 bmm BMad Method bmad-create-epics-and-stories Check Implementation Readiness Create Epics and Stories IR CE Ensure PRD UX Architecture and Epics Stories are aligned _bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md bmad-bmm-check-implementation-readiness 70 3-solutioning architect bmad-create-architecture Validate Mode true planning_artifacts readiness report epics and stories
24 bmm BMad Method bmad-check-implementation-readiness Sprint Planning Check Implementation Readiness SP IR 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. Ensure PRD UX Architecture and Epics Stories are aligned. _bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml bmad-bmm-sprint-planning 10 4-implementation 3-solutioning sm bmad-create-epics-and-stories Create Mode true implementation_artifacts planning_artifacts sprint status readiness report
25 bmm BMad Method bmad-sprint-planning Sprint Status Sprint Planning SS SP Anytime: Summarize sprint status and route to next workflow Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story. _bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml bmad-bmm-sprint-status 20 4-implementation sm Create Mode false true implementation_artifacts sprint status
26 bmm BMad Method bmad-sprint-status Validate Story Sprint Status VS SS Validates story readiness and completeness before development work begins Anytime: Summarize sprint status and route to next workflow. _bmad/bmm/workflows/4-implementation/create-story/workflow.yaml bmad-bmm-create-story 35 4-implementation sm bmad-sprint-planning Validate Mode false implementation_artifacts story validation report
27 bmm BMad Method bmad-create-story Create Story Create Story CS CS 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 Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation. _bmad/bmm/workflows/4-implementation/create-story/workflow.yaml create bmad-bmm-create-story 30 4-implementation sm bmad-sprint-planning Create Mode bmad-create-story:validate true implementation_artifacts story
28 bmm BMad Method bmad-create-story Dev Story Validate Story DS VS 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. _bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml validate bmad-bmm-dev-story 40 4-implementation dev bmad-create-story:create Create Mode bmad-dev-story true false implementation_artifacts story validation report
29 bmm BMad Method bmad-dev-story Code Review Dev Story CR DS Story cycle: If issues back to DS if approved then next CS or ER if epic complete Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed. _bmad/bmm/workflows/4-implementation/code-review/workflow.yaml bmad-bmm-code-review 50 4-implementation dev bmad-create-story:validate Create Mode false true
30 bmm BMad Method bmad-code-review QA Automation Test Code Review QA CR 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. Story cycle: If issues back to DS if approved then next CS or ER if epic complete. _bmad/bmm/workflows/qa/automate/workflow.yaml bmad-bmm-qa-automate 45 4-implementation qa bmad-dev-story Create Mode false implementation_artifacts test suite
31 bmm BMad Method bmad-checkpoint-preview Retrospective Checkpoint ER CK Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs. _bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml bmad-bmm-retrospective 60 4-implementation sm Create Mode false implementation_artifacts retrospective
32 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
33 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