Update project structure and configurations

This commit is contained in:
2026-05-23 10:19:55 +02:00
parent ab5dc7e568
commit 62efea0646
1832 changed files with 83568 additions and 51829 deletions

View File

@@ -1,4 +1,5 @@
module,phase,name,code,sequence,workflow-file,command,required,agent-name,agent-command,agent-display-name,agent-title,options,description,output-location,outputs
BMad Method,_meta,,,,,,false,,,,,,,https://docs.bmad-method.org/llms.txt,
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
@@ -6,6 +7,7 @@ BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified doc
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,,,,,false,planning_artifacts,brainstorming session,
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-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,,,,,false,,,
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-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,,,,,false,planning_artifacts,change proposal,
BMad Method,bmad-create-architecture,Create Architecture,CA,Guided workflow to document technical decisions.,,3-solutioning,false,,,,,true,planning_artifacts,architecture,
@@ -20,7 +22,8 @@ BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive su
BMad Method,bmad-edit-prd,Edit PRD,EP,,,[path],2-planning,bmad-validate-prd,,,,,false,planning_artifacts,updated prd
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,,,,,false,output_folder,project context,
BMad Method,bmad-market-research,Market Research,MR,Market analysis competitive landscape customer needs and trends.,,1-analysis,false,,,,,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,,,,,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-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-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-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,anytime,false,,,,,false,implementation_artifacts,spec and project implementation,
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,
@@ -28,7 +31,9 @@ BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by
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-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,1-analysis,false,,,,,false,planning_artifacts|project_knowledge,research documents,
BMad Method,bmad-validate-prd,Validate PRD,VP,,,[path],2-planning,bmad-create-prd,,,,,false,planning_artifacts,prd validation report
Core,_meta,,,,,,false,,,,,,,https://docs.bmad-method.org/llms.txt,
Core,bmad-brainstorming,Brainstorming,BSP,Use early in ideation or when stuck generating ideas.,,anytime,false,,,,,false,{output_folder}/brainstorming,brainstorming session,
Core,bmad-customize,BMad Customize,BC,"Use when you want to change how an agent or workflow behaves — add persistent facts, swap templates, insert activation hooks, or customize menus. Scans what's customizable, picks the right scope (agent vs workflow), writes the override to _bmad/custom/, and verifies the merge. No TOML hand-authoring required.",,anytime,false,,,,,false,{project-root}/_bmad/custom,TOML override files,
Core,bmad-distillator,Distillator,DG,Use when you need token-efficient distillates that preserve all information for downstream LLM consumption.,[path],anytime,false,,,,,false,adjacent to source document or specified output_path,distillate markdown file(s),
Core,bmad-editorial-review-prose,Editorial Review - Prose,EP,Use after drafting to polish written content.,[path],anytime,false,,,,,false,report located with target document,three-column markdown table with suggested fixes,
Core,bmad-editorial-review-structure,Editorial Review - Structure,ES,Use when doc produced from multiple subprocesses or needs structural improvement.,[path],anytime,false,,,,,false,report located with target document,,
@@ -38,8 +43,9 @@ Core,bmad-party-mode,Party Mode,PM,Orchestrate multi-agent discussions when you
Core,bmad-review-adversarial-general,Adversarial Review,AR,"Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews.",[path],anytime,false,,,,,false,,,
Core,bmad-review-edge-case-hunter,Edge Case Hunter Review,ECH,Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven.,[path],anytime,false,,,,,false,,,
Core,bmad-shard-doc,Shard Document,SD,Use when doc becomes too large (>500 lines) to manage effectively.,[path],anytime,false,,,,,false,,,
Creative Intelligence Suite,bmad-brainstorming,Brainstorming,BS,Facilitate brainstorming sessions using one or more techniques.,,anytime,false,,,,,false,output_folder,brainstorming session results,
Creative Intelligence Suite,bmad-cis-design-thinking,Design Thinking,DT,Guide human-centered design processes using empathy-driven methodologies.,,anytime,false,,,,,false,output_folder,design thinking,
Creative Intelligence Suite,bmad-cis-innovation-strategy,Innovation Strategy,IS,Identify disruption opportunities and architect business model innovation.,,anytime,false,,,,,false,output_folder,innovation strategy,
Creative Intelligence Suite,bmad-cis-problem-solving,Problem Solving,PS,Apply systematic problem-solving methodologies to crack complex challenges.,,anytime,false,,,,,false,output_folder,problem solution,
Creative Intelligence Suite,bmad-cis-storytelling,Storytelling,ST,Craft compelling narratives using proven story frameworks and techniques.,,anytime,false,,,,,false,output_folder,narrative/story,
Creative Intelligence Suite,_meta,,,,,,false,,,,,,,https://cis-docs.bmad-method.org/llms.txt,
Creative Intelligence Suite,bmad-brainstorming,Brainstorming,BS,Facilitate brainstorming sessions using one or more techniques.,,anytime,false,,,,,false,output_folder,brainstorming session results
,
Creative Intelligence Suite,bmad-cis-design-thinking,Design Thinking,DT,Guide human-centered design processes using empathy-driven methodologies.,,anytime,false,,,,,false,output_folder,design thinking
,
Creative Intelligence Suite,bmad-cis-innovation-strategy,Innovation Strategy,IS,Identify disruption opportunities and architect business model innovation.,,anytime,false,,,,,false,output_folder,innovation strategy
1 module phase name code sequence workflow-file command required agent-name agent-command agent-display-name agent-title options description output-location outputs
2 BMad Method _meta false https://docs.bmad-method.org/llms.txt
3 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
4 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
5 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
7 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
8 BMad Method bmad-brainstorming Brainstorm Project BP Expert guided facilitation through a single or multiple techniques. 1-analysis false false planning_artifacts brainstorming session
9 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
10 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 false
11 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
12 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 false planning_artifacts change proposal
13 BMad Method bmad-create-architecture Create Architecture CA Guided workflow to document technical decisions. 3-solutioning false true planning_artifacts architecture
22 BMad Method bmad-edit-prd Edit PRD EP [path] 2-planning bmad-validate-prd false planning_artifacts updated prd
23 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 false output_folder project context
24 BMad Method bmad-market-research Market Research MR Market analysis competitive landscape customer needs and trends. 1-analysis false false planning_artifacts|project-knowledge research documents
25 BMad Method bmad-product-brief bmad-prfaq Create Brief PRFAQ Challenge CB WB A guided experience to nail down your product idea. 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. 1-analysis -H false 1-analysis false planning_artifacts false product brief planning_artifacts prfaq document
26 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
27 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
28 BMad Method bmad-quick-dev Quick Dev QQ Unified intent-in code-out workflow: clarify plan implement review and present. anytime false false implementation_artifacts spec and project implementation
29 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
31 BMad Method bmad-sprint-status Sprint Status SS Anytime: Summarize sprint status and route to next workflow. 4-implementation bmad-sprint-planning false
32 BMad Method bmad-technical-research Technical Research TR Technical feasibility architecture options and implementation approaches. 1-analysis false false planning_artifacts|project_knowledge research documents
33 BMad Method bmad-validate-prd Validate PRD VP [path] 2-planning bmad-create-prd false planning_artifacts prd validation report
34 Core _meta false https://docs.bmad-method.org/llms.txt
35 Core bmad-brainstorming Brainstorming BSP Use early in ideation or when stuck generating ideas. anytime false false {output_folder}/brainstorming brainstorming session
36 Core bmad-customize BMad Customize BC Use when you want to change how an agent or workflow behaves — add persistent facts, swap templates, insert activation hooks, or customize menus. Scans what's customizable, picks the right scope (agent vs workflow), writes the override to _bmad/custom/, and verifies the merge. No TOML hand-authoring required. anytime false false {project-root}/_bmad/custom TOML override files
37 Core bmad-distillator Distillator DG Use when you need token-efficient distillates that preserve all information for downstream LLM consumption. [path] anytime false false adjacent to source document or specified output_path distillate markdown file(s)
38 Core bmad-editorial-review-prose Editorial Review - Prose EP Use after drafting to polish written content. [path] anytime false false report located with target document three-column markdown table with suggested fixes
39 Core bmad-editorial-review-structure Editorial Review - Structure ES Use when doc produced from multiple subprocesses or needs structural improvement. [path] anytime false false report located with target document
43 Core bmad-review-adversarial-general Adversarial Review AR Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews. [path] anytime false false
44 Core bmad-review-edge-case-hunter Edge Case Hunter Review ECH Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven. [path] anytime false false
45 Core bmad-shard-doc Shard Document SD Use when doc becomes too large (>500 lines) to manage effectively. [path] anytime false false
46 Creative Intelligence Suite bmad-brainstorming _meta Brainstorming BS Facilitate brainstorming sessions using one or more techniques. anytime false false output_folder brainstorming session results https://cis-docs.bmad-method.org/llms.txt
47 Creative Intelligence Suite bmad-cis-design-thinking bmad-brainstorming Design Thinking Brainstorming DT BS Guide human-centered design processes using empathy-driven methodologies. Facilitate brainstorming sessions using one or more techniques. anytime false false output_folder design thinking brainstorming session results
48 Creative Intelligence Suite bmad-cis-innovation-strategy bmad-cis-design-thinking Innovation Strategy Design Thinking IS DT Identify disruption opportunities and architect business model innovation. Guide human-centered design processes using empathy-driven methodologies. anytime false false output_folder innovation strategy design thinking
49 Creative Intelligence Suite bmad-cis-problem-solving bmad-cis-innovation-strategy Problem Solving Innovation Strategy PS IS Apply systematic problem-solving methodologies to crack complex challenges. Identify disruption opportunities and architect business model innovation. anytime false false output_folder problem solution innovation strategy
50 Creative Intelligence Suite bmad-cis-storytelling bmad-cis-problem-solving Storytelling Problem Solving ST PS Craft compelling narratives using proven story frameworks and techniques. Apply systematic problem-solving methodologies to crack complex challenges. anytime false false output_folder narrative/story problem solution
51 Creative Intelligence Suite bmad-cis-storytelling Storytelling ST Craft compelling narratives using proven story frameworks and techniques. anytime false false output_folder narrative/story