feat: add reminders page, BMad skills upgrade, MCP server refactor

- Add reminders page with navigation support
- Upgrade BMad builder module to skills-based architecture
- Refactor MCP server: extract tools and auth into separate modules
- Add connections cache, custom AI provider support
- Update prisma schema and generated client
- Various UI/UX improvements and i18n updates
- Add service worker for PWA support

Made-with: Cursor
This commit is contained in:
Sepehr Ramezani
2026-04-13 21:02:53 +02:00
parent 18ed116e0d
commit fa7e166f3e
3099 changed files with 397228 additions and 14584 deletions

View File

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