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

View File

@@ -1,48 +1,52 @@
type,name,module,path,hash
"csv","agent-manifest","_config","_config/agent-manifest.csv","4ec11e6efd7486d27eec98d16eaec4f4d83a734c0421a6b3614f02b3ebc144bf"
"yaml","manifest","_config","_config/manifest.yaml","7206716cef7edba1785b156dfbc560c0e01a81a4f735f8991f4cfe034add49b5"
"yaml","config","_memory","_memory/config.yaml","2a7c52f139d1c9adda953d63f304162a0fdadd36a4f09c2250b19d51c453a6c4"
"yaml","manifest","_config","_config/manifest.yaml","19d8f926ffb5efb60091657d728d9e8e78d2ba75094b0127573e063e97b4d9ed"
"csv","documentation-requirements","bmm","bmm/1-analysis/bmad-document-project/documentation-requirements.csv","d1253b99e88250f2130516b56027ed706e643bfec3d99316727a4c6ec65c6c1d"
"csv","domain-complexity","bmm","bmm/2-plan-workflows/bmad-create-prd/data/domain-complexity.csv","f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770"
"csv","domain-complexity","bmm","bmm/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv","f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770"
"csv","domain-complexity","bmm","bmm/2-plan-workflows/create-prd/data/domain-complexity.csv","f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770"
"csv","domain-complexity","bmm","bmm/3-solutioning/bmad-create-architecture/data/domain-complexity.csv","3dc34ed39f1fc79a51f7b8fc92087edb7cd85c4393a891d220f2e8dd5a101c70"
"csv","module-help","bmm","bmm/module-help.csv","ad71cf7e25bbc28fcd191f65b2d7792836c2821ac4555332f49862ed1fdce5cb"
"csv","module-help","bmm","bmm/module-help.csv","ad86dcf20fdb6442486958be9302a396a4a5158219aa702a173e2f81aa7f1c18"
"csv","project-types","bmm","bmm/2-plan-workflows/bmad-create-prd/data/project-types.csv","7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3"
"csv","project-types","bmm","bmm/2-plan-workflows/bmad-validate-prd/data/project-types.csv","7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3"
"csv","project-types","bmm","bmm/2-plan-workflows/create-prd/data/project-types.csv","7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3"
"csv","project-types","bmm","bmm/3-solutioning/bmad-create-architecture/data/project-types.csv","12343635a2f11343edb1d46906981d6f5e12b9cad2f612e13b09460b5e5106e7"
"json","bmad-manifest","bmm","bmm/1-analysis/bmad-product-brief/bmad-manifest.json","692d2c28e128e5b79ec9e321e8106fa34a314bf8f5581d7ab99b876d2d3ab070"
"json","bmad-manifest","bmm","bmm/1-analysis/bmad-prfaq/bmad-manifest.json","3da3d0a00b21c040f17bbc5d63283f23b432a92214634b211a5396ca864b2c7d"
"json","bmad-manifest","bmm","bmm/1-analysis/bmad-product-brief/bmad-manifest.json","22c9c569e116024e19ce8d57a1572a9be456dadc3df309a6e3922862a72775b6"
"json","project-scan-report-schema","bmm","bmm/1-analysis/bmad-document-project/templates/project-scan-report-schema.json","8466965321f1db22f5013869636199f67e0113706283c285a7ffbbf5efeea321"
"md","architecture-decision-template","bmm","bmm/3-solutioning/bmad-create-architecture/architecture-decision-template.md","5d9adf90c28df61031079280fd2e49998ec3b44fb3757c6a202cda353e172e9f"
"md","artifact-analyzer","bmm","bmm/1-analysis/bmad-prfaq/agents/artifact-analyzer.md","7bdc44830f8d593346ec0ee15e36e1e431432fcc6c38b70bb861999315c9cfa4"
"md","artifact-analyzer","bmm","bmm/1-analysis/bmad-product-brief/agents/artifact-analyzer.md","dcd8c4bb367fa48ff99c26565d164323b2ae057b09642ba7d1fda1683262be2d"
"md","brief-template","bmm","bmm/1-analysis/bmad-product-brief/resources/brief-template.md","d42f0ef6b154b5c314090be393febabd61de3d8de1ecf926124d40d418552b4b"
"md","checklist","bmm","bmm/1-analysis/bmad-document-project/checklist.md","581b0b034c25de17ac3678db2dbafedaeb113de37ddf15a4df6584cf2324a7d7"
"md","checklist","bmm","bmm/4-implementation/bmad-correct-course/checklist.md","d068cfc00d8e4a6bb52172a90eb2e7a47f2441ffb32cdee15eeca220433284a3"
"md","checklist","bmm","bmm/4-implementation/bmad-correct-course/checklist.md","3e082b95def90ccb876e3101ce0bbaf797a0f03a9471e1347361897f27977327"
"md","checklist","bmm","bmm/4-implementation/bmad-create-story/checklist.md","b94e28e774c3be0288f04ea163424bece4ddead5cd3f3680d1603ed07383323a"
"md","checklist","bmm","bmm/4-implementation/bmad-dev-story/checklist.md","630b68c6824a8785003a65553c1f335222b17be93b1bd80524c23b38bde1d8af"
"md","checklist","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/checklist.md","83cd779c6527ff34184dc86f9eebfc0a8a921aee694f063208aee78f80a8fb12"
"md","checklist","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/checklist.md","b58f810aeb1040c2f6758c88aa133afce72f8cc178d3d97ff0fbaa3d943057dc"
"md","checklist","bmm","bmm/4-implementation/bmad-sprint-planning/checklist.md","80b10aedcf88ab1641b8e5f99c9a400c8fd9014f13ca65befc5c83992e367dd7"
"md","contextual-discovery","bmm","bmm/1-analysis/bmad-product-brief/prompts/contextual-discovery.md","96e1cbe24bece94e8a81b7966cb2dd470472aded69dcf906f4251db74dd72a03"
"md","deep-dive-instructions","bmm","bmm/1-analysis/bmad-document-project/workflows/deep-dive-instructions.md","da91056a0973a040fe30c2c0be074e5805b869a9a403b960983157e876427306"
"md","compile-epic-context","bmm","bmm/4-implementation/bmad-quick-dev/compile-epic-context.md","5cfda02f252941e415b80c57b4528f46226b3cbf456ad45d78fcb5a7ef4816e2"
"md","contextual-discovery","bmm","bmm/1-analysis/bmad-product-brief/prompts/contextual-discovery.md","b29d2c555cec9777d43b9aa7193881c468e619db14f366f53a3be5661d0e05b4"
"md","customer-faq","bmm","bmm/1-analysis/bmad-prfaq/references/customer-faq.md","96f8565197649c58908a1d61b6cd805fd01f57da7945ba889c18d087ad597aeb"
"md","deep-dive-instructions","bmm","bmm/1-analysis/bmad-document-project/workflows/deep-dive-instructions.md","a79e24b93a25ab456062916a9dad7b6a16dc43ac0b4b555700d3c3751cff0d25"
"md","deep-dive-template","bmm","bmm/1-analysis/bmad-document-project/templates/deep-dive-template.md","6198aa731d87d6a318b5b8d180fc29b9aa53ff0966e02391c17333818e94ffe9"
"md","deep-dive-workflow","bmm","bmm/1-analysis/bmad-document-project/workflows/deep-dive-workflow.md","a64d98dfa3b771df2853c4fa19a4e9c90d131e409e13b4c6f5e494d6ac715125"
"md","discover-inputs","bmm","bmm/4-implementation/bmad-create-story/discover-inputs.md","dfedba6a8ea05c9a91c6d202c4b29ee3ea793d8ef77575034787ae0fef280507"
"md","draft-and-review","bmm","bmm/1-analysis/bmad-product-brief/prompts/draft-and-review.md","ab191df10103561a9ab7ed5c8f29a8ec4fce25e4459da8e9f3ec759f236f4976"
"md","draft-and-review","bmm","bmm/1-analysis/bmad-product-brief/prompts/draft-and-review.md","e05a02ea67fcd0f4683b9c9bd42ac8673878d403e002037e3962062d11f69059"
"md","epics-template","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/templates/epics-template.md","a804f740155156d89661fa04e7a4264a8f712c4dc227c44fd8ae804a9b0f6b72"
"md","explain-concept","bmm","bmm/1-analysis/bmad-agent-tech-writer/explain-concept.md","6ea82dbe4e41d4bb8880cbaa62d936e40cef18f8c038be73ae6e09c462abafc9"
"md","finalize","bmm","bmm/1-analysis/bmad-product-brief/prompts/finalize.md","ca6d125ff9b536c9e7737c7b4a308ae4ec622ee7ccdc6c4c4abc8561089295ee"
"md","full-scan-instructions","bmm","bmm/1-analysis/bmad-document-project/workflows/full-scan-instructions.md","0544abae2476945168acb0ed48dd8b3420ae173cf46194fe77d226b3b5e7d7ae"
"md","finalize","bmm","bmm/1-analysis/bmad-product-brief/prompts/finalize.md","973a3e2ae70f9c2413c5435591a4b8d1919e8a209c139d063483bc5028922ee3"
"md","full-scan-instructions","bmm","bmm/1-analysis/bmad-document-project/workflows/full-scan-instructions.md","2235945df2ae261265187447ce593238e132a026a9b88d3507a1f1d6808a0263"
"md","full-scan-workflow","bmm","bmm/1-analysis/bmad-document-project/workflows/full-scan-workflow.md","3bff88a392c16602bd44730f32483505e73e65e46e82768809c13a0a5f55608b"
"md","guided-elicitation","bmm","bmm/1-analysis/bmad-product-brief/prompts/guided-elicitation.md","445b7fafb5c1c35a238958d015d413c71ebb8fd3e29dc59d9d68fb581546ee54"
"md","generate-trail","bmm","bmm/4-implementation/bmad-checkpoint-preview/generate-trail.md","4a5936d86fbe5a85285b4535097b1e2edda8849da35586f4b588a982d7224459"
"md","guided-elicitation","bmm","bmm/1-analysis/bmad-product-brief/prompts/guided-elicitation.md","db9c691986aeb9ccc2aae824eefabb1740e64920b5bb9a517e3b7d99bcaa3da5"
"md","index-template","bmm","bmm/1-analysis/bmad-document-project/templates/index-template.md","42c8a14f53088e4fda82f26a3fe41dc8a89d4bcb7a9659dd696136378b64ee90"
"md","instructions","bmm","bmm/1-analysis/bmad-document-project/instructions.md","9f4bc3a46559ffd44289b0d61a0f8f26f829783aa1c0e2a09dfa807fa93eb12f"
"md","internal-faq","bmm","bmm/1-analysis/bmad-prfaq/references/internal-faq.md","26eb83f844cda1ed8efb50f4703d61713ada8a64bd27eb387f759f858b5748de"
"md","mermaid-gen","bmm","bmm/1-analysis/bmad-agent-tech-writer/mermaid-gen.md","1d83fcc5fa842bc31ecd9fd7e45fbf013fabcadf0022d3391fff5b53b48e4b5d"
"md","opportunity-reviewer","bmm","bmm/1-analysis/bmad-product-brief/agents/opportunity-reviewer.md","3b6d770c45962397bfecce5d4b001b03fc0e577aa75f7932084b56efe41edc07"
"md","prd-purpose","bmm","bmm/2-plan-workflows/bmad-create-prd/data/prd-purpose.md","49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee"
"md","prd-purpose","bmm","bmm/2-plan-workflows/bmad-edit-prd/data/prd-purpose.md","49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee"
"md","prd-purpose","bmm","bmm/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md","49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee"
"md","prd-purpose","bmm","bmm/2-plan-workflows/create-prd/data/prd-purpose.md","49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee"
"md","prd-template","bmm","bmm/2-plan-workflows/bmad-create-prd/templates/prd-template.md","7ccccab9c06a626b7a228783b0b9b6e4172e9ec0b10d47bbfab56958c898f837"
"md","press-release","bmm","bmm/1-analysis/bmad-prfaq/references/press-release.md","c406adb0e2d2cc326cbc45d0174f89d014523448ad82bc272293999d22aec596"
"md","prfaq-template","bmm","bmm/1-analysis/bmad-prfaq/assets/prfaq-template.md","b27e6964f0437ab4e78c8c0ffbe5052c28e3b3ef2fc811726cbb394d5a5c7559"
"md","project-context-template","bmm","bmm/3-solutioning/bmad-generate-project-context/project-context-template.md","54e351394ceceb0ac4b5b8135bb6295cf2c37f739c7fd11bb895ca16d79824a5"
"md","project-overview-template","bmm","bmm/1-analysis/bmad-document-project/templates/project-overview-template.md","a7c7325b75a5a678dca391b9b69b1e3409cfbe6da95e70443ed3ace164e287b2"
"md","readiness-report-template","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/templates/readiness-report-template.md","0da97ab1e38818e642f36dc0ef24d2dae69fc6e0be59924dc2dbf44329738ff6"
@@ -50,49 +54,49 @@ type,name,module,path,hash
"md","research.template","bmm","bmm/1-analysis/research/bmad-market-research/research.template.md","507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce"
"md","research.template","bmm","bmm/1-analysis/research/bmad-technical-research/research.template.md","507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce"
"md","skeptic-reviewer","bmm","bmm/1-analysis/bmad-product-brief/agents/skeptic-reviewer.md","fc1642dff30b49032db63f6518c5b34d3932c9efefaea2681186eb963b207b97"
"md","SKILL","bmm","bmm/1-analysis/bmad-agent-analyst/SKILL.md","c3188cf154cea26180baa9e0718a071fcb83d29aa881d9e9b76dbb01890ece81"
"md","SKILL","bmm","bmm/1-analysis/bmad-agent-tech-writer/SKILL.md","ecac70770f81480a43ac843d11d497800090219a34f7666cd8b2f501be297f88"
"md","SKILL","bmm","bmm/1-analysis/bmad-document-project/SKILL.md","f4020613aec74bfeed2661265df35bb8a6f5ef9478c013182e6b5493bed5ce75"
"md","SKILL","bmm","bmm/1-analysis/bmad-product-brief/SKILL.md","0324676e912b28089314836f15c8da012e9fd83cddd4ea1cb7a781688f2e8dbd"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-domain-research/SKILL.md","7b23a45014c45d58616fa24471b9cb315ec5d2b1e4022bc4b9ca83b2dee5588a"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-market-research/SKILL.md","b4a5b2b70cb100c5cea2c69257449ba0b0da3387abeba45c8b50bd2efc600495"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-technical-research/SKILL.md","7bfe56456a8d2676bf2469e8184a8e27fa22a482aefaa4cb2892d7ed8820e8bc"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-agent-pm/SKILL.md","5f09be0854c9c5a46e32f38ba38ac1ed6781195c50b92dcd3720c59d33e9878d"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md","452c4eb335a4728c1a7264b4fb179e53b1f34ae1c57583e7a65b1fde17b4bc3a"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-create-prd/SKILL.md","24de81d7553bb136d1dfb595a3f2fbd45930ece202ea2ac258eb349b4af17b5f"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md","ef05bacf1fbb599bd87b2780f6a5f85cfc3b4ab7e7eb2c0f5376899a1663c5a5"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-edit-prd/SKILL.md","d18f34c8efcaeb90204989c79f425585d0e872ac02f231f3832015b100d0d04b"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-validate-prd/SKILL.md","34241cb23b07aae6e931899abb998974ccdb1a2586c273f2f448aff8a0407c52"
"md","SKILL","bmm","bmm/3-solutioning/bmad-agent-architect/SKILL.md","1039d1e9219b8f5e671b419f043dca52f0e19f94d3e50316c5a8917bc748aa41"
"md","SKILL","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md","307f083fc05c9019b5e12317576965acbcfbd4774cf64ef56c7afcb15d00a199"
"md","SKILL","bmm","bmm/3-solutioning/bmad-create-architecture/SKILL.md","ed60779d105d4d55f9d182fcdfd4a48b361330cd15120fef8b9d8a2a2432e3bf"
"md","SKILL","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md","ec3675d2ab763e7050e5cc2975326b4a37c68ebbc2f4d27458d552f4071939d4"
"md","SKILL","bmm","bmm/3-solutioning/bmad-generate-project-context/SKILL.md","504447984a6c5ea30a14e4dacdd6627dc6bec67d6d51eddd2f328d74db8e6a82"
"md","SKILL","bmm","bmm/4-implementation/bmad-agent-dev/SKILL.md","8e387e4f89ba512eefc4dfeaced01d427577bfa5e2fc6244c758205095cddf11"
"md","SKILL","bmm","bmm/4-implementation/bmad-agent-qa/SKILL.md","65c2c82351febd52ed94566753ff57b15631e60ba7408e61aa92799815feb32d"
"md","SKILL","bmm","bmm/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md","aa548300965db095ea3bdc5411c398fc6a6640172ed5ce22555beaddbd05c6d1"
"md","SKILL","bmm","bmm/4-implementation/bmad-agent-sm/SKILL.md","83472c98a2b5de7684ea1f0abe5fedb3c7056053b9e65c7fdd5398832fff9e43"
"md","SKILL","bmm","bmm/4-implementation/bmad-code-review/SKILL.md","baca10e0257421b41bb07dc23cd4768e57f55f1aebe7b19e702d0b77a7f39a01"
"md","SKILL","bmm","bmm/4-implementation/bmad-correct-course/SKILL.md","400a2fd76a3818b9023a1a69a6237c20b93b5dd51dce1d507a38c10baaaba8cd"
"md","SKILL","bmm","bmm/4-implementation/bmad-create-story/SKILL.md","b1d6b9fbfee53246b46ae1096ada624d1e60c21941e2054fee81c46e1ec079d5"
"md","SKILL","bmm","bmm/4-implementation/bmad-dev-story/SKILL.md","60df7fead13be7cc33669f34fe4d929d95655f8e839f7e5cd5bb715313e17133"
"md","SKILL","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md","2915faf44ebc7bb2783c206bf1e4b82bbff6b35651aa01e33b270ab244ce2dc6"
"md","SKILL","bmm","bmm/4-implementation/bmad-quick-dev/SKILL.md","e4af8798c1cf8bd4f564520270e287a2aa52c1030de76c9c4e04208ae5cdf12d"
"md","SKILL","bmm","bmm/4-implementation/bmad-retrospective/SKILL.md","d5bfc70a01ac9f131716827b5345cf3f7bfdda562c7c66ea2c7a7bd106f44e23"
"md","SKILL","bmm","bmm/4-implementation/bmad-sprint-planning/SKILL.md","7b5f68dcf95c8c9558bda0e4ba55637b0e8f9254577d7ac28072bb9f22c63d94"
"md","SKILL","bmm","bmm/4-implementation/bmad-sprint-status/SKILL.md","fc393cadb4a05050cb847471babbc10ecb65f0cb85da6e61c2cec65bb5dfc73d"
"md","SKILL","bmm","bmm/1-analysis/bmad-agent-analyst/SKILL.md","dff8fbd39de875ccc6735204561f2b7b877788843ecd6e8b6001e7ca7f39641e"
"md","SKILL","bmm","bmm/1-analysis/bmad-agent-tech-writer/SKILL.md","d39ffa2a931361e9fea11ef5eb96da0fc6b8dbab70dc200142404a50b78e7665"
"md","SKILL","bmm","bmm/1-analysis/bmad-document-project/SKILL.md","efe25c8c27116faeeef119078953c38e827db787338fdb2dca65c086f42e0c4b"
"md","SKILL","bmm","bmm/1-analysis/bmad-prfaq/SKILL.md","9e864f574cc2e1411284edb625a17268aab1f894c46baac2edc3bcf1383adaca"
"md","SKILL","bmm","bmm/1-analysis/bmad-product-brief/SKILL.md","044459f71dd94177982629837d47c5e507599f351e0acbab0edf9d36e5f08d2e"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-domain-research/SKILL.md","53d2ee5ccbd1d73290e752cff0235bfdb4928dc5ee70f347992ef15621341124"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-market-research/SKILL.md","720183e577a5f6f307f320703a5ec522190723e957cfe6ad7821d8d833dea0c7"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-technical-research/SKILL.md","1c4b61afaeedd3191db65923253be56084c64e4f832f0e2b9179671f91b5bf20"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-agent-pm/SKILL.md","3a8550daac2df2f01a7c04b66148c1e30b50f81730f043415f2a1aba6314f8a4"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md","3ac99856f0ee9bae3ba05cefab32e90920b4a1fdf0e8c4bf9c440be31f9e5a1f"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-create-prd/SKILL.md","ada295172352839ec0c38c833387bf3d188052b054eeb44686b9ec075c4944f2"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md","24a4123035194bd3517a059417dcd8114db90f99314ed1a51cfdbbaff02860b2"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-edit-prd/SKILL.md","b0ae6e77ca10f1869c5d3ff8f3ed4f8fe0b318982dde870cef944f18207e4197"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-validate-prd/SKILL.md","801127bfb5592608fb8e7d3e5d89f37e7c675ab4710520f87a5db4d8a8240d88"
"md","SKILL","bmm","bmm/3-solutioning/bmad-agent-architect/SKILL.md","1bb79ab9d9ae3180a6142d9d20c2a5cb15ad5d5f28e38a7f847295dd04d2299f"
"md","SKILL","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md","c683db5628781e6dba6fad388ed65cf7561a208e773f72c786918743e379abef"
"md","SKILL","bmm","bmm/3-solutioning/bmad-create-architecture/SKILL.md","b12711f1655cb809bb74a3e11e40943dce225ccba9d01974d5bf521a5867ba23"
"md","SKILL","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md","9db05e4a63ead6e416009fdec250bb9b749b361331964b601559ffeedd2f1c0f"
"md","SKILL","bmm","bmm/3-solutioning/bmad-generate-project-context/SKILL.md","3d8c20e13e62981464365509fc5e1dfd31e70a94e8c08b048a3e3866ea00ff43"
"md","SKILL","bmm","bmm/4-implementation/bmad-agent-dev/SKILL.md","ab47a75e3031bc58a9783e4f8dece8d44dfdacb7ba74cd56f766b260f9993218"
"md","SKILL","bmm","bmm/4-implementation/bmad-checkpoint-preview/SKILL.md","fcdd92af6b97ae64f99a89c37deef0074a974ffa577263e6c79c4b6734c63bda"
"md","SKILL","bmm","bmm/4-implementation/bmad-code-review/SKILL.md","6801f6742156f125185b1eb6e10c58dfde4ff6545b2e6278acf68cbcfbe0abe4"
"md","SKILL","bmm","bmm/4-implementation/bmad-correct-course/SKILL.md","25be5dd528b5c3996e5fa02fc30b72377f688436742c6962f4a1e9a2dac46e55"
"md","SKILL","bmm","bmm/4-implementation/bmad-create-story/SKILL.md","81517ba8ef137a15002d6d21ef18a1e88190c74ac9e0c5b29227e4059870809a"
"md","SKILL","bmm","bmm/4-implementation/bmad-dev-story/SKILL.md","5e7d3bca5051ff8f009bcf608e3fdac3260c2aa6faa8df170a954fe03a4a03f8"
"md","SKILL","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md","ad6025f0279ef9fac2f6c76d8f612c37ccc23f8062b7ac0ac40708b49cc7db80"
"md","SKILL","bmm","bmm/4-implementation/bmad-quick-dev/SKILL.md","2b2e57e5327fc69962e6529a0c17498185b571646a9c7360e5c15be14ea7e63b"
"md","SKILL","bmm","bmm/4-implementation/bmad-retrospective/SKILL.md","997308d999545fa6c82b8652a2973e1d89d82cfbf892531e25e491291a95c33e"
"md","SKILL","bmm","bmm/4-implementation/bmad-sprint-planning/SKILL.md","21946cdaef8115deee6ce322c460e8af39368509d700c778cd7109f50a6821eb"
"md","SKILL","bmm","bmm/4-implementation/bmad-sprint-status/SKILL.md","2fe141bc2033ea341a73fb93349fcee0296d8d8714fcf984ab056bc0abae0a19"
"md","source-tree-template","bmm","bmm/1-analysis/bmad-document-project/templates/source-tree-template.md","109bc335ebb22f932b37c24cdc777a351264191825444a4d147c9b82a1e2ad7a"
"md","spec-template","bmm","bmm/4-implementation/bmad-quick-dev/spec-template.md","714bb6eab8684240af0032dae328942887d8ffbe8ee1de66e986f86076694e5d"
"md","step-01-clarify-and-route","bmm","bmm/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md","10565e87d85c31f6cce36734006e804c349e2bdf3ff26c47f2c72a4e34b4b28a"
"md","spec-template","bmm","bmm/4-implementation/bmad-quick-dev/spec-template.md","3ee15d5a63cf5eeee74149c590668fc61d0e44023eac12988a1ca2a9438a9d39"
"md","step-01-clarify-and-route","bmm","bmm/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md","b5eb9f0cecf2a462885b8e7b4c21abbaec1e95c8abbd76bc410d9090fd8379f0"
"md","step-01-discover","bmm","bmm/3-solutioning/bmad-generate-project-context/steps/step-01-discover.md","8b2c8c7375f8a3c28411250675a28c0d0a9174e6c4e67b3d53619888439c4613"
"md","step-01-document-discovery","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md","56e748671877fa3e34ffaab5c531801e7b72b6b59ee29a2f479e5f904a93d7af"
"md","step-01-gather-context","bmm","bmm/4-implementation/bmad-code-review/steps/step-01-gather-context.md","211f387c4b2172ff98c2f5c5df0fedc4127c47d85b5ec69bbcfb774d3e16fec5"
"md","step-01-document-discovery","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md","c763b512d55906122433cb65c1bcd5b5b283e45eacdc07281c8ec7596b6b3980"
"md","step-01-gather-context","bmm","bmm/4-implementation/bmad-code-review/steps/step-01-gather-context.md","d0ee7558605e9d48b5b6f15d9b535542eb6d922613f529bb520326eacade4171"
"md","step-01-init","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-01-init.md","efee243f13ef54401ded88f501967b8bc767460cec5561b2107fc03fe7b7eab1"
"md","step-01-init","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-01-init.md","64d5501aea0c0005db23a0a4d9ee84cf4e9239f553c994ecc6b1356917967ccc"
"md","step-01-init","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-01-init.md","c9a1627ecd26227e944375eb691e7ee6bc9f5db29a428a5d53e5d6aef8bb9697"
"md","step-01-init","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-01-init.md","922f59e960569f68bbf0d2c17ecdca74e9d9b92c6a802a5ea888e10774be7738"
"md","step-01-init","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-01-init.md","0b257533a0ce34d792f621da35325ec11cb883653e3ad546221ee1f0dee5edcd"
"md","step-01-init","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-01-init.md","5119205b712ebda0cd241c3daad217bb0f6fa9e6cb41d6635aec6b7fe83b838a"
"md","step-01-orientation","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-01-orientation.md","d9e3b949c36d49a025f3535773af2b51888fe4ce616b6d6d69683a122716b1d2"
"md","step-01-validate-prerequisites","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md","5c2aabc871363d84fc2e12fd83a3889e9d752b6bd330e31a0067c96204dd4880"
"md","step-01b-continue","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-01b-continue.md","bdc3677aa220c4822b273d9bc8579669e003cc96d49475ddb3116bdef759cf04"
"md","step-01b-continue","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-01b-continue.md","4d42c6b83eaa720975bf2206a7eea1a8c73ae922668cc2ef03d34c49ab066c19"
@@ -104,19 +108,21 @@ type,name,module,path,hash
"md","step-02-discovery","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-02-discovery.md","9ffd5b31cc869b564e4d78cdc70767f0fb1b04db4c40201ccfa9dde75739fa8d"
"md","step-02-domain-analysis","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-02-domain-analysis.md","385a288d9bbb0adf050bcce4da4dad198a9151822f9766900404636f2b0c7f9d"
"md","step-02-generate","bmm","bmm/3-solutioning/bmad-generate-project-context/steps/step-02-generate.md","b1f063edae66a74026b67a79a245cec7ee85438bafcacfc70dcf6006b495e060"
"md","step-02-plan","bmm","bmm/4-implementation/bmad-quick-dev/step-02-plan.md","28fd4b9c107c3d63188e6b0e3c5c31ed523045324865024ab389e8b6d84e67f4"
"md","step-02-prd-analysis","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md","47538848da0207cc929613ee9294ec317d05404ab19d7a9af612bf757d2a5950"
"md","step-02-review","bmm","bmm/4-implementation/bmad-code-review/steps/step-02-review.md","6c0f85f7be5d1e28af1a538f4393ec4a766c4f2ae6eb3e8fb69cb64a5b0bd325"
"md","step-02-plan","bmm","bmm/4-implementation/bmad-quick-dev/step-02-plan.md","72f4df415adceaaf554166983559e058c6a019d783d0f87cf42c401db3c5f52c"
"md","step-02-prd-analysis","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md","38be2bf4b924c0b5b395b57d68f685d790ade7b1a6c10993d3c550675f87d954"
"md","step-02-review","bmm","bmm/4-implementation/bmad-code-review/steps/step-02-review.md","1883758e0e91fba439497d04417f03d778f3f6fb12754f49aa8cfa5e15489f70"
"md","step-02-technical-overview","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-02-technical-overview.md","9c7582241038b16280cddce86f2943216541275daf0a935dcab78f362904b305"
"md","step-02-walkthrough","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-02-walkthrough.md","66cf893f8f968ee81034e9ccd8c20415692c3a8c23a9a143c2245fe6c800acdc"
"md","step-02b-vision","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02b-vision.md","641fcd72722c34850bf2daf38a4dfc544778999383aa9b33b4e7569de5860721"
"md","step-02c-executive-summary","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02c-executive-summary.md","7abf23a4ae7a7e1653cb86d90fdb1698cbe876628de3273b5638cfb05e34b615"
"md","step-03-competitive-landscape","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-03-competitive-landscape.md","f10aa088ba00c59491507f6519fb314139f8be6807958bb5fd1b66bff2267749"
"md","step-03-complete","bmm","bmm/3-solutioning/bmad-generate-project-context/steps/step-03-complete.md","cf8d1d1904aeddaddb043c3c365d026cd238891cd702c2b78bae032a8e08ae17"
"md","step-03-complete","bmm","bmm/3-solutioning/bmad-generate-project-context/steps/step-03-complete.md","e61463db76a8fa060411aa24127aee936d646b97564e9e2a883494ea50e68464"
"md","step-03-core-experience","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-03-core-experience.md","1f58c8a2f6872f468629ecb67e94f793af9d10d2804fe3e138eba03c090e00c5"
"md","step-03-create-stories","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md","c5b787a82e4e49ed9cd9c028321ee1689f32b8cd69d89eea609b37cd3d481afc"
"md","step-03-customer-pain-points","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md","5b2418ccaaa89291c593efed0311b3895faad1e9181800d382da823a8eb1312a"
"md","step-03-epic-coverage-validation","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md","1935d218641b8e19af9764543ada4d04b58b2ba885a1c41a67194c8f1436d73d"
"md","step-03-implement","bmm","bmm/4-implementation/bmad-quick-dev/step-03-implement.md","eebcaa976b46b56562bc961d81d57ea52a4ba2eb6daaff75e92448bb8b85d6a2"
"md","step-03-detail-pass","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-03-detail-pass.md","d48163b9f305f15af57729a8443142e47beb6c3e977554afe12b39ee49cb9fc0"
"md","step-03-epic-coverage-validation","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md","7b187f03a47cba0325fcfd10240410db9c59d93768342fc2dd3de2a01ec23356"
"md","step-03-implement","bmm","bmm/4-implementation/bmad-quick-dev/step-03-implement.md","4d848865eafe5eeba7d83529c766bd410a9cc20a05de1d6a764954c7275b4749"
"md","step-03-integration-patterns","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-03-integration-patterns.md","005d517a2f962e2172e26b23d10d5e6684c7736c0d3982e27b2e72d905814ad9"
"md","step-03-starter","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-03-starter.md","b7727e0f37bc5325e15abad1c54bef716d617df423336090189efd1d307a0b3f"
"md","step-03-success","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-03-success.md","3959db0848f9a4c99f80ac8d59855f9bb77f833475d3d5512e623d62b52b86dc"
@@ -125,11 +131,12 @@ type,name,module,path,hash
"md","step-04-customer-decisions","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md","f0bc25f2179b7490e7a6704159a32fc9e83ab616022355ed53acfe8e2f7059d5"
"md","step-04-decisions","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-04-decisions.md","7fc0ebb63ab5ad0efc470f1063c15f14f52f5d855da2382fd17576cf060a8763"
"md","step-04-emotional-response","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-04-emotional-response.md","75724811b170c8897e230a49e968e1db357fef3387008b0906b5ff79a43dbff9"
"md","step-04-final-validation","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-04-final-validation.md","6be228c80a97a74fe6b2dca7ded26fdbca3524a4c8590942e150f24e16da68f3"
"md","step-04-final-validation","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-04-final-validation.md","6bca360ae367dbb5dd66e2b97e73ad0538c983bec6b5856adbb68d1239241a09"
"md","step-04-journeys","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-04-journeys.md","a9f2b74f06230916f66a1cf42437e4173061a157642c5eaf0d985d4078872526"
"md","step-04-present","bmm","bmm/4-implementation/bmad-code-review/steps/step-04-present.md","7c9a738036845c9fa9fcfaff3f3efd87123e75749877f334b781b25c9765f59c"
"md","step-04-present","bmm","bmm/4-implementation/bmad-code-review/steps/step-04-present.md","eee5687e9d7da9a0aeffd78180b8289fca804fc2d59896db5f65a8dd476e4869"
"md","step-04-regulatory-focus","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-04-regulatory-focus.md","d22035529efe91993e698b4ebf297bf2e7593eb41d185a661c357a8afc08977b"
"md","step-04-review","bmm","bmm/4-implementation/bmad-quick-dev/step-04-review.md","e441bf5a69951ec2597c485b07dd50f8d18a1ea9cf6535ac052f03b0d0e0ecd0"
"md","step-04-review","bmm","bmm/4-implementation/bmad-quick-dev/step-04-review.md","e62a50a37ab20eb426f5abd44179dfac51548707b5e85e6fe7817c144cbe3dae"
"md","step-04-testing","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-04-testing.md","28a56e868968ea2d18add0df8c4bccced0f94b698e218df3d45ddac072ce369c"
"md","step-04-ux-alignment","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md","f71e5f0d77615e885ae40fdee6b04c1dd6e472c871f87b515fe869cb5f6966fb"
"md","step-05-competitive-analysis","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md","17532051ad232cfc859f09ac3b44f9f4d542eb24cff8d07317126ccdff0d225a"
"md","step-05-domain","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-05-domain.md","983617d33fe6b7e911f34cf6a2adb86be595952ab9a7c7308e7f6b3858b39a12"
@@ -137,176 +144,159 @@ type,name,module,path,hash
"md","step-05-implementation-research","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-05-implementation-research.md","e2b8a2c79bcebadc85f3823145980fa47d7e7be8d1c112f686c6223c8c138608"
"md","step-05-inspiration","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-05-inspiration.md","b0cadcd4665c46d2e6e89bdb45ddfdd4e4aac47b901e59aa156b935878a2b124"
"md","step-05-patterns","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-05-patterns.md","3c80aba507aa46893ef43f07c5c321b985632ef57abc82d5ee93c3d9c2911134"
"md","step-05-present","bmm","bmm/4-implementation/bmad-quick-dev/step-05-present.md","b7d54e83f9a88f1d151d94d8facd6bc8f91ea1494eab6d83f74f3905d85c5018"
"md","step-05-present","bmm","bmm/4-implementation/bmad-quick-dev/step-05-present.md","ea49ce8703d4946ec54a59ff428d52ad64ab2649f49c43230bec1f3d09e85b55"
"md","step-05-technical-trends","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-05-technical-trends.md","fd6c577010171679f630805eb76e09daf823c2b9770eb716986d01f351ce1fb4"
"md","step-05-wrapup","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-05-wrapup.md","c2d4dbc17fed4f8ecbfcb09a2f9c77f0d4562bd27397270e2c27ba37cf4fe073"
"md","step-06-design-system","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-06-design-system.md","1c71e452916c5b9ed000af4dd1b83954ae16887463c73776251e1e734e7d7641"
"md","step-06-final-assessment","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-06-final-assessment.md","dbc3a5e94e804c5dbb89204a194d9c378fd4096f40beec976b84ce4ca26b24cf"
"md","step-06-final-assessment","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-06-final-assessment.md","1b9c8c2a21950f85e052e05309bfcb3bfe38157ba6fca402ccf37444e7f1cee3"
"md","step-06-innovation","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-06-innovation.md","a0b3863e11f1dc91c73871967c26c3a2746a11c29a1cd23ee000df5b6b22f1b3"
"md","step-06-research-completion","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md","ce4820d4a254b1c4c5a876910e7e8912eda8df595a71438d230119ace7f2c38b"
"md","step-06-research-synthesis","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-06-research-synthesis.md","ae7ea9eec7f763073e4e1ec7ef0dd247a2c9c8f8172c84cbcb0590986c67caa2"
"md","step-06-research-synthesis","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-06-research-synthesis.md","01d94ed48e86317754d1dafb328d57bd1ce8832c1f443bfd62413bbd07dcf3a1"
"md","step-06-research-completion","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md","4f5d3158a8462656d6959d29544ed5c92cb925641e2205e47af05c124fcd7666"
"md","step-06-research-synthesis","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-06-research-synthesis.md","805f2cb7005a4fb0c4da52ea38d45de863f3e840e0f2de1456c414831cdbdf59"
"md","step-06-research-synthesis","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-06-research-synthesis.md","64d9303ef0c9ce839dc3b2d72e94e3e5b4673e82dc7fc9f1571bd0b03b3a43a7"
"md","step-06-structure","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-06-structure.md","f8333ca290b62849c1e2eb2f770b46705b09fe0322217b699b13be047efdd03e"
"md","step-07-defining-experience","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-07-defining-experience.md","17f78d679a187cfb703c2cd30eea84d9dd683f3708d24885421239338eea4edd"
"md","step-07-project-type","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-07-project-type.md","ba60660354a1aa7dff8a03bfff79ace4589af13e3a2945ae78157a33abd12f17"
"md","step-07-validation","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-07-validation.md","95c9c9102ddfb23969adecc84c45bc61aa1e58dbdff6d25111ac85e17ff99353"
"md","step-08-complete","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-08-complete.md","2bdb9f1a149eb8e075c734f086b977709baeeb3d7ca0c2c998997e3c0ce2f532"
"md","step-08-scoping","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-08-scoping.md","b1273a563a4cb440901bcda12ffdb27a37694c4cc4431196396d07a3737ae0aa"
"md","step-08-complete","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-08-complete.md","6466e5196be63e9e21b81d6fed45f1ff547d6ac739271201d6180febc857473d"
"md","step-08-scoping","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-08-scoping.md","868accb05c998543ac01ae068c6316e408cbc4e450bf9cc10b16fe843956faa9"
"md","step-08-visual-foundation","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-08-visual-foundation.md","985b4da65435114529056f33ff583ec4d1b29feb3550494ae741b6dbb89798a9"
"md","step-09-design-directions","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-09-design-directions.md","07962c637e69a612a904efccf6188b7f08c9e484d4d7369c74cd0de7da0cb1e3"
"md","step-09-functional","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-09-functional.md","4880a2f02fdc43964bd753c733c7800b9ccf6b1ccf194b2a8c3f09f1ad85843c"
"md","step-10-nonfunctional","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-10-nonfunctional.md","afde3cd586227cec7863267518667605e9487025a9c0f3b7f220c66adbbc347c"
"md","step-10-user-journeys","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-10-user-journeys.md","eabe15745e6b68df06833bca103c704d31094c8f070c84e35f1ee9b0c28d10bd"
"md","step-11-component-strategy","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-11-component-strategy.md","52a1d0230160124496467ddbe26dd9cc4ae7d9afceaea987aad658e1bb195f59"
"md","step-11-polish","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-11-polish.md","7648f29eda46aa75dd3a23045d9e8513995a7c56e18ac28f4912b5d05340b9cc"
"md","step-12-complete","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-12-complete.md","cce81ef9c88e910ea729710ab7104ee23c323479f90375208d3910abe0a5adcf"
"md","step-11-polish","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-11-polish.md","4271ae5026e30d807f1272b91161d57567badf0bd89e760ea067636d13f12223"
"md","step-12-complete","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-12-complete.md","bb9471a4b14729785572480b1e0d9e57ab5a4580a04575aea1b1ea1e22971458"
"md","step-12-ux-patterns","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-12-ux-patterns.md","37215fe8ea33247e9a31b5f8b8fe3b36448d7f743c18803e4d5054c201348be8"
"md","step-13-responsive-accessibility","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md","b80c7e6c3898bac66af1ca81bcb09a92f2793bc0711530d93e03265070041b5c"
"md","step-14-complete","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md","f308bf80b6a7d4490a858fb30d17fc4fa3105655cbc437aa07e54fab26889251"
"md","step-e-01-discovery","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md","a0297433200742d5fa0a93b19c1175dc68a69ae57004ff7409b6dc2813102802"
"md","step-e-01b-legacy-conversion","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md","582550bc46eba21b699b89c96c4c33c4330a8472fa5b537ad30ac3c551027f9c"
"md","step-e-02-review","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md","95610b5736547894b03bc051022a48143f050d80059a286a49d96b28a10e6050"
"md","step-e-03-edit","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md","e8315a19fca7de14d4114d2adb1accf62945957c3696c3f0f021295cfdf8a5a1"
"md","step-e-04-complete","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md","844c02e09659679ab3837b51f98ce0779035d4660bd42f11ee1d338f95b57e3f"
"md","step-oneshot","bmm","bmm/4-implementation/bmad-quick-dev/step-oneshot.md","e1b2c98ea397a49c738ab6bbb50f05aa8756acf6152241bda76e5e4722128548"
"md","step-13-responsive-accessibility","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md","cd4d4e2a307b4cbc805c6954860c93c14a11b74b1e206c45ff89f8b81ab03a62"
"md","step-14-complete","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md","47880f82ada9f2edff8be144328f86fb683fd78aba64ec0ea9dfbff71732be00"
"md","step-e-01-discovery","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md","5f733ce1dc3663fbbb1fe661471dc1fcb5a9c02621c1f5599bba5850dfe3b7a3"
"md","step-e-01b-legacy-conversion","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md","62bf07f0da57c4f87440b5db95928239527542b39be2ff806e85dfca8a0f7e40"
"md","step-e-02-review","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md","e6a2025055840d5625fc2eec71209da1d63d6bf530c305d353b1d4500202d8bd"
"md","step-e-03-edit","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md","38d70a13738c87da364ca7dc5ef9270f84e3c24d5204cdad969e0269f1d55994"
"md","step-e-04-complete","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md","9689a795db6e55dd9b946f21b2c4e6a83004693938d9de833334ed76508ddb61"
"md","step-oneshot","bmm","bmm/4-implementation/bmad-quick-dev/step-oneshot.md","d68648848bb8277f5b762c3528c2aa42122268037b97d252a8f4faf4edb2830e"
"md","step-v-01-discovery","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md","65c4686abf818f35eeeff7cf7d31646b9693f3b8aaaa04eac7c97e9be0572a57"
"md","step-v-01-discovery","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md","85e9b433cfb634b965240597739cc517837c136a4ca64bc88c0afe828b363740"
"md","step-v-02-format-detection","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md","c27ea549b1414a9a013c6e334daf278bc26e7101879fd5832eb57ed275daeb0d"
"md","step-v-02-format-detection","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md","251ea5a1cf7779db2dc39d5d8317976a27f84b421359c1974ae96c0943094341"
"md","step-v-02b-parity-check","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md","5216fea52f9bbcb76a8ea9b9e80c98c51c529342e448dcf75c449ffa6fbaa45f"
"md","step-v-02b-parity-check","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md","3481beae212bb0140c105d0ae87bb9714859c93a471048048512fd1278da2fcd"
"md","step-v-03-density-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md","1eed2b7eea8745edefbee124e9c9aff1e75a1176b8ba3bad42cfcf9b7c2f2a1c"
"md","step-v-03-density-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md","5b95ecd032fb65f86b7eee7ce7c30c997dc2a8b5e4846d88c2853538591a9e40"
"md","step-v-04-brief-coverage-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md","7b870fea072193271c9dc80966b0777cbc892a85912a273ba184f2d19fc68c47"
"md","step-v-04-brief-coverage-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md","97eb248c7d67e6e5121dd0b020409583998fba433799ea4c5c8cb40c7ff9c7c1"
"md","step-v-05-measurability-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md","06a8762b225e7d77f9c1b9f5be8783bcced29623f3a3bc8dbf7ea109b531c0ae"
"md","step-v-05-measurability-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md","2f331ee6d4f174dec0e4b434bf7691bfcf3a13c6ee0c47a65989badaa6b6a28c"
"md","step-v-06-traceability-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md","58b89788683540c3122f886ca7a6191866a3abb2851bd505faa3fc9ab46a73c4"
"md","step-v-06-traceability-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md","970ea67486211a611a701e1490ab7e8f2f98060a9f78760b6ebfdb9f37743c74"
"md","step-v-07-implementation-leakage-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md","aeab46b20c6aafc4b1d369c65ccf02a1fc5f7de60cbffddf7719e2899de6fe28"
"md","step-v-07-implementation-leakage-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md","f75d1d808fdf3d61b15bea55418b82df747f45902b6b22fe541e83b4ea3fa465"
"md","step-v-08-domain-compliance-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md","1be1de3adc40ded63e3662a75532fa1b13c28596b3b49204fbda310f6fa5f0da"
"md","step-v-08-domain-compliance-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md","a1902baaf4eaaf946e5c2c2101a1ac46f8ee4397e599218b8dc030cd00c97512"
"md","step-v-09-project-type-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md","fffbf78461186456a5ca72b2b9811cb391476c1d1af0301ff71b8f73198c88d1"
"md","step-v-09-project-type-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md","d53e95264625335184284d3f9d0fc6e7674f67bdf97e19362fc33df4bea7f096"
"md","step-v-10-smart-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md","81bf3fbe84054b51cb36b673a3877c65c9b790acd502a9a8a01f76899f5f4f4c"
"md","step-v-10-smart-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md","b3c21cfcb8928ee447e12ba321af957a57385d0a2d2595deb6908212ec1c9692"
"md","step-v-11-holistic-quality-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md","4be7756dce12a6c7c5de6a551716d9e3b1df1f5d9d87fc28efb95fe6960cd3ce"
"md","step-v-11-holistic-quality-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md","db07ecc3af8720c15d2801b547237d6ec74523883e361a9c03c0bd09b127bee3"
"md","step-v-12-completeness-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md","20371cf379d396292dd63ad721fe48258853048e10cd9ecb8998791194fe4236"
"md","step-v-12-completeness-validation","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md","c966933a0ca3753db75591325cef4d4bdaf9639a1a63f9438758d32f7e1a1dda"
"md","step-v-13-report-complete","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md","5df1fe4427273411bc55051519edf89e36ae46b5435240664ead8ffac6842d85"
"md","step-v-13-report-complete","bmm","bmm/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md","a48cb9e8202f66a24798ef50e66b2fa11422560085aa40bb6a057fadc53353af"
"md","step-v-13-report-complete","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md","67458c55a321c0d2857371a7588fbd387497570cd1b7c53f5a0cf558e1cdc325"
"md","sync-sprint-status","bmm","bmm/4-implementation/bmad-quick-dev/sync-sprint-status.md","c0f2fdb940984206a4b7aa2467fbcb7c4811f648634e43a488593974e9efff5e"
"md","template","bmm","bmm/4-implementation/bmad-create-story/template.md","29ba697368d77e88e88d0e7ac78caf7a78785a7dcfc291082aa96a62948afb67"
"md","ux-design-template","bmm","bmm/2-plan-workflows/bmad-create-ux-design/ux-design-template.md","ffa4b89376cd9db6faab682710b7ce755990b1197a8b3e16b17748656d1fca6a"
"md","validate-doc","bmm","bmm/1-analysis/bmad-agent-tech-writer/validate-doc.md","3b8d25f60be191716266726393f2d44b77262301b785a801631083b610d6acc5"
"md","verdict","bmm","bmm/1-analysis/bmad-prfaq/references/verdict.md","1a1cbc34090114d3a2b928456edec1563b73d84fea66c58e98780bf680f172ec"
"md","web-researcher","bmm","bmm/1-analysis/bmad-prfaq/agents/web-researcher.md","6e9127bb9bd3e4b15c701e4ced9eef328769262cd34eadc221bebe954c1f3aef"
"md","web-researcher","bmm","bmm/1-analysis/bmad-product-brief/agents/web-researcher.md","66aadb087f9bb3e7d05787c8f30237247ad3b90f241d342838e4ca95ed0d0260"
"md","workflow","bmm","bmm/1-analysis/bmad-document-project/workflow.md","946a5e79552769a0254791f4faab719e1fce0b0ca5163c8948e3ab7f6bbd77e9"
"md","workflow","bmm","bmm/1-analysis/research/bmad-domain-research/workflow.md","8f50250c35786710b7a380404791ce5d04834f5c381abb297a6d1adc2a5007f8"
"md","workflow","bmm","bmm/1-analysis/research/bmad-market-research/workflow.md","b10298a8ccb939ed49f7c171f4ca9e3fe415980ebddf6bce78a7c375ef92eb84"
"md","workflow","bmm","bmm/1-analysis/research/bmad-technical-research/workflow.md","69da7541ebac524a905218470c1f91e93ef631b7993629ada9e5224598e93f3f"
"md","workflow","bmm","bmm/2-plan-workflows/bmad-create-prd/workflow.md","e40e1e72e3130d0189f77ae79f1ab242d504d963bf53c2a52e1fce8c0bc7e06e"
"md","workflow","bmm","bmm/2-plan-workflows/bmad-create-ux-design/workflow.md","d3f718aca12f9618e4271480bd76835e7f33961a4c168ce5aaec9e5a3a083c76"
"md","workflow","bmm","bmm/2-plan-workflows/bmad-edit-prd/workflow.md","96f09f2e6ebd990c5edc435d6c79bdccaef5e0629d7ae211812ac91a6f337fb6"
"md","workflow","bmm","bmm/2-plan-workflows/bmad-validate-prd/workflow.md","fbb45a58c4049d7a6a569071e3e58eb03ff3a84ed29a6f2437f49ea2902d1790"
"md","workflow","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/workflow.md","0e1f1c49ee3d1965fa2378728ad5ebf8bb9d97aee67adf44993a672fbc0c85e8"
"md","workflow","bmm","bmm/3-solutioning/bmad-create-architecture/workflow.md","7845e7b62ca44da48fac9d732be43e83fe312a8bc83dd9e06574fbbc629c3b49"
"md","workflow","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/workflow.md","204ce6a9fb23b63d8c254673d073f51202277dc280f9d9a535c2763aeb878a03"
"md","workflow","bmm","bmm/3-solutioning/bmad-generate-project-context/workflow.md","9d804dcdc199ae91f27f43276069e1924d660d506f455931c99759a3fd7d305d"
"md","workflow","bmm","bmm/4-implementation/bmad-code-review/workflow.md","329c5b98aedf092cc1e3cd56a73a19a68edac0693ff9481abc88336852dbffd0"
"md","workflow","bmm","bmm/4-implementation/bmad-correct-course/workflow.md","799510be917f90f0921ab27143a99c6a6b154af2e7afb3cf9729bde84a0bae6f"
"md","workflow","bmm","bmm/4-implementation/bmad-create-story/workflow.md","5ef89f34fe47a6f83d4dc3c3e1d29bbdea58838122549f60a6bc53046825305d"
"md","workflow","bmm","bmm/4-implementation/bmad-dev-story/workflow.md","96109fde74e4a6743acb6d3b70f83b6ceddc48dc7dc5fbb4a7a5142ecc0fc51e"
"md","workflow","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/workflow.md","f399bfecbdd005b3f2de1ce15f5ab693776aded6e7d92e104f1f1a66fbcfc85e"
"md","workflow","bmm","bmm/4-implementation/bmad-quick-dev/workflow.md","cdf74759876665a2dedd9788a979302a176d8d2790017756217ad588cee7f89e"
"md","workflow","bmm","bmm/4-implementation/bmad-retrospective/workflow.md","aa0c39d871f653d19131c4c13e84bf40d7b7c764aad9e117fc328008fbd356b1"
"md","workflow","bmm","bmm/4-implementation/bmad-sprint-planning/workflow.md","6d4714a4d13d2a4f603062111fd46e6e8c69d0793b3501495b5d3826fbd0af4d"
"md","workflow","bmm","bmm/4-implementation/bmad-sprint-status/workflow.md","61c96b0bca5c720b3f8d9aac459611955add277e19716db796f211bad94d4e70"
"md","workflow-validate-prd","bmm","bmm/2-plan-workflows/create-prd/workflow-validate-prd.md","2a414986b4369622de815fb97f7b825ccf48962472c65c19ea985175dcdc5e6c"
"md","write-document","bmm","bmm/1-analysis/bmad-agent-tech-writer/write-document.md","c0ddfd981f765b82cba0921dad331cd1fa32bacdeea1f02320edfd60a0ae7e6f"
"yaml","bmad-skill-manifest","bmm","bmm/1-analysis/bmad-agent-analyst/bmad-skill-manifest.yaml","bc352201cf3b41252ca0c107761efd771f3e37ece9426d7dbf483e0fc6593049"
"yaml","bmad-skill-manifest","bmm","bmm/1-analysis/bmad-agent-tech-writer/bmad-skill-manifest.yaml","35ea1ff2681f199412056d3252b88b98bd6d4a3d69bb486c922a055c23568d69"
"yaml","bmad-skill-manifest","bmm","bmm/2-plan-workflows/bmad-agent-pm/bmad-skill-manifest.yaml","b0a09b8c8fd3c8315a503067e62624415a00b91d91d83177b95357f02b18db98"
"yaml","bmad-skill-manifest","bmm","bmm/2-plan-workflows/bmad-agent-ux-designer/bmad-skill-manifest.yaml","9d319a393c7c58a47dbf7c7f3c4bb2b4756e210ac6d29a0c3c811ff66d4d2ec1"
"yaml","bmad-skill-manifest","bmm","bmm/3-solutioning/bmad-agent-architect/bmad-skill-manifest.yaml","4de683765970ef12294035164417121ac77c4c118947cdbf4af58ea7cfee858b"
"yaml","bmad-skill-manifest","bmm","bmm/4-implementation/bmad-agent-dev/bmad-skill-manifest.yaml","ad2bb1387b0b7330cdc549a619706483c3b0d70792b91deb1ca575db8f8f523f"
"yaml","bmad-skill-manifest","bmm","bmm/4-implementation/bmad-agent-qa/bmad-skill-manifest.yaml","00e680311146df8b7e4f1da1ecf88ff7c6da87049becb3551139f83fca1a3563"
"yaml","bmad-skill-manifest","bmm","bmm/4-implementation/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml","6c3c47eb61554b1d8cd9ccdf202ffff2f20bb8ab7966356ae82825dc2ae3171f"
"yaml","bmad-skill-manifest","bmm","bmm/4-implementation/bmad-agent-sm/bmad-skill-manifest.yaml","ac92ed5eb5dd6e2975fc9a2170ef2c6d917872521979d349ec5f5a14e323dbf6"
"yaml","config","bmm","bmm/config.yaml","42b8ef8d93158423b50ce065fbb840414fc20cc4bd6475c0fafd9420a178bcc8"
"yaml","sprint-status-template","bmm","bmm/4-implementation/bmad-sprint-planning/sprint-status-template.yaml","b46a7bfb7d226f00bd064f111e527eee54ad470d177382a9a15f1a6dde21544c"
"csv","design-methods","cis","cis/skills/bmad-cis-design-thinking/design-methods.csv","6735e9777620398e35b7b8ccb21e9263d9164241c3b9973eb76f5112fb3a8fc9"
"csv","innovation-frameworks","cis","cis/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv","9a14473b1d667467172d8d161e91829c174e476a030a983f12ec6af249c4e42f"
"csv","module-help","cis","cis/module-help.csv","5fb4d618cb50646b4f5e87b4c6568bbcebc4332a9d4c1b767299b55bf2049afb"
"csv","solving-methods","cis","cis/skills/bmad-cis-problem-solving/solving-methods.csv","aa15c3a862523f20c199600d8d4d0a23fce1001010d7efc29a71abe537d42995"
"csv","story-types","cis","cis/skills/bmad-cis-storytelling/story-types.csv","ec5a3c713617bf7e2cf7db439303dd8f3363daa2f6db20a350c82260ade88bdb"
"md","SKILL","cis","cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md","068987b5223adfa7e10ade9627574c31d8900620fa8032fe0bf784e463892836"
"md","SKILL","cis","cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md","5c489c98cfabd7731cabef58deb5e2175c5b93ae4c557d758dede586cc1a37b5"
"md","SKILL","cis","cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md","a4c59f8bf4fe29f19b787a3a161c1b9b28a32b17850bf9ce0d0428b0474983ef"
"md","SKILL","cis","cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md","55356bd7937fd578faa1ae5c04ca36f49185fdbe179df6d0f2ba08e494847a49"
"md","SKILL","cis","cis/skills/bmad-cis-agent-presentation-master/SKILL.md","efdb06e27e6ea7a4c2fa5a2c7d25e7a3599534852706e61d96800596eae4e125"
"md","SKILL","cis","cis/skills/bmad-cis-agent-storyteller/SKILL.md","48938333ac0f26fba524d76de8d79dd2c68ae182462ad48d246a5e01cca1f09f"
"md","SKILL","cis","cis/skills/bmad-cis-design-thinking/SKILL.md","3851c14c9a53828692fffc14c484e435adcd5452e2c8bed51f7c5dd54218e02e"
"md","SKILL","cis","cis/skills/bmad-cis-innovation-strategy/SKILL.md","9a4a90e4b81368ad09fe51a62fde1cc02aa176c828170b077c953c0b0b2f303d"
"md","SKILL","cis","cis/skills/bmad-cis-problem-solving/SKILL.md","d78b21e22a866da35f84b8aca704ef292c0d8b3444e30a79c82bca2f3af174f8"
"md","SKILL","cis","cis/skills/bmad-cis-storytelling/SKILL.md","2cfd311821f5ca76a4ad8338b58eb51da6bb508d8bb84ee2b5eb25ca816a3cd6"
"md","stories-told","cis","cis/skills/bmad-cis-agent-storyteller/stories-told.md","47ee9e599595f3d9daf96d47bcdacf55eeb69fbe5572f6b08a8f48c543bc62de"
"md","story-preferences","cis","cis/skills/bmad-cis-agent-storyteller/story-preferences.md","b70dbb5baf3603fdac12365ef24610685cba3b68a9bc41b07bbe455cbdcc0178"
"md","template","cis","cis/skills/bmad-cis-design-thinking/template.md","7834c387ac0412c841b49a9fcdd8043f5ce053e5cb26993548cf4d31b561f6f0"
"md","template","cis","cis/skills/bmad-cis-innovation-strategy/template.md","e59bd789df87130bde034586d3e68bf1847c074f63d839945e0c29b1d0c85c82"
"md","template","cis","cis/skills/bmad-cis-problem-solving/template.md","6c9efd7ac7b10010bd9911db16c2fbdca01fb0c306d871fa6381eef700b45608"
"md","template","cis","cis/skills/bmad-cis-storytelling/template.md","461981aa772ef2df238070cbec90fc40995df2a71a8c22225b90c91afed57452"
"md","workflow","cis","cis/skills/bmad-cis-design-thinking/workflow.md","7f4436a938d56260706b02b296d559c8697ffbafd536757a7d7d41ef2a577547"
"md","workflow","cis","cis/skills/bmad-cis-innovation-strategy/workflow.md","23094a6bf5845c6b3cab6fb3cd0c96025b84eb1b0deb0a8d03c543f79b9cc71f"
"md","workflow","cis","cis/skills/bmad-cis-problem-solving/workflow.md","e43fa26e6a477f26888db76f499936e398b409f36eaed5b462795a4652d2f392"
"md","workflow","cis","cis/skills/bmad-cis-storytelling/workflow.md","277c82eab204759720e08baa5b6bbb3940074f512a2b76a25979fa885abee4ec"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-agent-brainstorming-coach/bmad-skill-manifest.yaml","5da43a49b039fc7158912ff216a93f661c08a38437631d63fea6eadea62006a9"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-agent-creative-problem-solver/bmad-skill-manifest.yaml","c8be4e4e1f176e2d9d37c1e5bae0637a80d774f8e816f49792b672b2f551bfad"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-agent-design-thinking-coach/bmad-skill-manifest.yaml","a291d86728c776975d93a72ea3bd16c9e9d6f571dd2fdbb99102aed59828abe3"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-agent-innovation-strategist/bmad-skill-manifest.yaml","a34ff8a15f0a2b572b5d3a5bb56249e8ce48626dacb201042ebb18391c3b9314"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-agent-presentation-master/bmad-skill-manifest.yaml","62dc2d1ee91093fc9f5112c0a04d0d82e8ae3d272d39007b2a1bdd668ef06605"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-agent-storyteller/bmad-skill-manifest.yaml","516c3bf4db5aa2ac0498b181e8dacecd53d7712afc7503dc9d0896a8ade1a21e"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-design-thinking/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-innovation-strategy/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-problem-solving/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","bmad-skill-manifest","cis","cis/skills/bmad-cis-storytelling/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","config","cis","cis/config.yaml","5bfe04605af813eed5257e8e8985175f5ba4894700af36a4b3200ebd6a1bee18"
"toml","customize","bmm","bmm/1-analysis/bmad-agent-analyst/customize.toml","7191f4a60ada7dbabe083699b2461f35778af7688924dc6ce05911cf1ffc9054"
"toml","customize","bmm","bmm/1-analysis/bmad-agent-tech-writer/customize.toml","bb828f2d26a136870099226f07c61297ce88ddd335823b7549592932bbe14a2e"
"toml","customize","bmm","bmm/1-analysis/bmad-document-project/customize.toml","3bbb5044fafdd865a5fe0863df116a479f30de7fb95c9cf4213f0b87ba1ba924"
"toml","customize","bmm","bmm/1-analysis/bmad-prfaq/customize.toml","8994f925bab65bd310e5ab38781286b6137f3e0c9e89f3ab8a2f480eb05e0de5"
"toml","customize","bmm","bmm/1-analysis/bmad-product-brief/customize.toml","0f10970bf0381458a6e3d2974958e5e52d7873beae61bf6c104303d37cff87f1"
"toml","customize","bmm","bmm/1-analysis/research/bmad-domain-research/customize.toml","462ef14dc1e1f6d145fdfe25e315168fd1fa278ea5f87fe0fa86689234daec2f"
"toml","customize","bmm","bmm/1-analysis/research/bmad-market-research/customize.toml","f47af9158893dd3f7ab81ac03cb07d8c76342eead61ec7c9a8a463066b7db9af"
"toml","customize","bmm","bmm/1-analysis/research/bmad-technical-research/customize.toml","7f567fddb04674f817398addbc06e6d1620883d89dcc7ac643c5a56eef5ac337"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-agent-pm/customize.toml","c7c30e182fbff5e1cc4d329a99b0bf1188463d25d61b843847818c5bef0d4753"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-agent-ux-designer/customize.toml","0d36c8ce31fe332770b2755a7e952dc102f184fb3275448bf6ac2ebc783ed03b"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-create-prd/customize.toml","0c990af4c0a755402abbef893850bd542744a8b6f36c0587c9f3fb6dab6bf5e7"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-create-ux-design/customize.toml","e51d02120e5e79788b183f1fb377f823f7626bac7702a6aa4dc6ddd0a3b00000"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-edit-prd/customize.toml","35cc2dfb3eda73a0ae4dc987cac58867b25c43ce5c5a1bf552e215826ede6c22"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-validate-prd/customize.toml","bfb3c8af5b81b2cdb9bb84f844f1b0dafc40d8c283effa6ad48db966b9446cef"
"toml","customize","bmm","bmm/3-solutioning/bmad-agent-architect/customize.toml","32e8074896a569ce59e4db62ab3b4af396798b8fa50c67449a5d90c2a7a7e074"
"toml","customize","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/customize.toml","571d81087b7a6d914cf7c2f21aa26354eac385bb2f5cfeabc591892cbb98d036"
"toml","customize","bmm","bmm/3-solutioning/bmad-create-architecture/customize.toml","618be49b0286f18dfb4b6bac3d96bf1cf062994fa5278cd327be9898e651b43c"
"toml","customize","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/customize.toml","da9e43605bc6aec83173050b5d37ede6aebfa9a17c5959a5029681d73e744ba3"
"toml","customize","bmm","bmm/3-solutioning/bmad-generate-project-context/customize.toml","00b6e893b93a1be7c04408f1824dad72c2c43ee02ba29210725e34394bf8225e"
"toml","customize","bmm","bmm/4-implementation/bmad-agent-dev/customize.toml","01a45ac2420f920cfc934de7b1a884b04017c85641085c93d9aada45d2dccf17"
"toml","customize","bmm","bmm/4-implementation/bmad-checkpoint-preview/customize.toml","1a1e0c3a8914adda3cec925eed51287e067c7f84120de64a8df53348e7b77de5"
"toml","customize","bmm","bmm/4-implementation/bmad-code-review/customize.toml","94ad662fdf3fda372c6e24b2cbda629d0b2aa851097d02afb5905c768b1a1cde"
"toml","customize","bmm","bmm/4-implementation/bmad-correct-course/customize.toml","78095d25afb5b2d4844956f61e9ac640a62d0245174fab9406e9c289f33fd84b"
"toml","customize","bmm","bmm/4-implementation/bmad-create-story/customize.toml","1204f6de064436922f2813069778eb4eaa5f1f945aa8ea5a5ffb87897a2ba8fe"
"toml","customize","bmm","bmm/4-implementation/bmad-dev-story/customize.toml","592fa7948c4614609a59b152518f518d35e0178d6aa7c22e169d78157fd9f5aa"
"toml","customize","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/customize.toml","04a99926b2d79318b927434c7344dc666f143026ed99c7fcc0d6e3d68263ae66"
"toml","customize","bmm","bmm/4-implementation/bmad-quick-dev/customize.toml","5ba463713de51762eb381be787cbd657932333b808be370d851fc3e40f139e2f"
"toml","customize","bmm","bmm/4-implementation/bmad-retrospective/customize.toml","0b032c342129732820ca2db386d2d5e26d033d8ac296388fc9f2e78765fab9fb"
"toml","customize","bmm","bmm/4-implementation/bmad-sprint-planning/customize.toml","f7bde2f792e8604f26122ee792c5493e270710296044b07680db7d90e886caf3"
"toml","customize","bmm","bmm/4-implementation/bmad-sprint-status/customize.toml","96261fd227befaa4685b0a5091d3e85299d4ae8e4404176b42f5ef2e2fb501bd"
"yaml","config","bmm","bmm/config.yaml","4224846e15fef261dd31143b85306f0b0b1cc3d04f4bc4a4a7e7ed8f5b246ab4"
"yaml","sprint-status-template","bmm","bmm/4-implementation/bmad-sprint-planning/sprint-status-template.yaml","deeec135d875b107618dd41278349689b5f3dcb5894d7509909417a570f46fd9"
"csv","design-methods","cis","cis/skills/bmad-cis-design-thinking/design-methods.csv","97a1fa87aaa355ce855c2c4e3bbfde59cb4ed2166cf9896496af786f10c13459"
"csv","innovation-frameworks","cis","cis/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv","bd1d191062302353d2562a54751f8f263ce47e143202e2c0fe41315c2be9eb95"
"csv","module-help","cis","cis/module-help.csv","67c31582927d1020a018bc92bcb48cde396a37fb856f01cb46c276ab344e6477"
"csv","solving-methods","cis","cis/skills/bmad-cis-problem-solving/solving-methods.csv","f3a380b12b21ec2410d1ac44bc8ca1970b0a04a21bfe3dd0370ac7ed1ec0d2c0"
"csv","story-types","cis","cis/skills/bmad-cis-storytelling/story-types.csv","8cf3d49d3ce771f30b6d9c0c936d35f92b8af23e0962c876df832c02d605f1ce"
"md","SKILL","cis","cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md","8319b333d17005d3cb217e35425720a6860117da2127a49fd54f26fc4ce4ecbd"
"md","SKILL","cis","cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md","5e76f1dc0201c8f0a5f62bbf31ddf54abafb4d2ed16c7029d76129a97650cb36"
"md","SKILL","cis","cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md","9e01ddeb1cde6a09f56e0b299ed1b438e0504626d71f89e133abf5cfb05bb974"
"md","SKILL","cis","cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md","dc87fabf02687931fca5a5d9c7e823a65858667b519361e62239b4a9fb80567e"
"md","SKILL","cis","cis/skills/bmad-cis-agent-presentation-master/SKILL.md","6de03d6f40d5bfa6c907be99c26fa85cfdd6f29ffe32d61f05b036692be9b70f"
"md","SKILL","cis","cis/skills/bmad-cis-agent-storyteller/SKILL.md","0b1e07d4d4e5b8699ada13ae77e5937049f677c8042709e24a22c964f5d6b430"
"md","SKILL","cis","cis/skills/bmad-cis-design-thinking/SKILL.md","2accfa89b433332624d606cdb45e2fc793bb00f64085e362adbc88a79ad2dde9"
"md","SKILL","cis","cis/skills/bmad-cis-innovation-strategy/SKILL.md","b217a43193fbd7aeefa242f0275056d5b1f0d8a5092a13073b570e9765d0d44e"
"md","SKILL","cis","cis/skills/bmad-cis-problem-solving/SKILL.md","4513bdf0a8e23e9e197bd797abb4f2a35805629304408c674fd5266cd8162565"
"md","SKILL","cis","cis/skills/bmad-cis-storytelling/SKILL.md","57070893827957fe3ac1940009367572c5a42f19b934ff9aec2301226f5088db"
"md","template","cis","cis/skills/bmad-cis-design-thinking/template.md","7bcf6d0cd09de3c0d91f3f49ee280177365dabb64ed814b97e83e73082643c37"
"md","template","cis","cis/skills/bmad-cis-innovation-strategy/template.md","ab574d69fa13e21c806101a9089563b541013f6df44255d800ea24d4cb6d7136"
"md","template","cis","cis/skills/bmad-cis-problem-solving/template.md","c46fbdf42a1d9ad732f562e4add05020198ffc7ba18d134718e1cd960752c390"
"md","template","cis","cis/skills/bmad-cis-storytelling/template.md","290615dbd530dc13843a87ebedd107b390bcfd57cf68df67cd250dea8f49b2dd"
"toml","customize","cis","cis/skills/bmad-cis-agent-brainstorming-coach/customize.toml","1f39c1f71956ed7de604d65d22a71a9dd545f7ea79e7d7896cbe7dd5420ee136"
"toml","customize","cis","cis/skills/bmad-cis-agent-creative-problem-solver/customize.toml","22776ffabb4cb872d3449a7df37dc54596f7f94bd551aa865e7680f76fbe0ea6"
"toml","customize","cis","cis/skills/bmad-cis-agent-design-thinking-coach/customize.toml","82a6afc2c758207108eb1a550207cf5938d4045526cc80f4a803e17c60cd2358"
"toml","customize","cis","cis/skills/bmad-cis-agent-innovation-strategist/customize.toml","813ec5fee7c4bbf57114183df762442e98a8917e6b18dc4db43b592a7c68cf03"
"toml","customize","cis","cis/skills/bmad-cis-agent-presentation-master/customize.toml","96bdc857041f90cc6fbfec19ae60f32cb932cedd9abff5293651ffbdf8564cd2"
"toml","customize","cis","cis/skills/bmad-cis-agent-storyteller/customize.toml","ea81e5a186a71b545256eee447e09166b06bd3473e490cba86c8ea1891968baa"
"toml","customize","cis","cis/skills/bmad-cis-design-thinking/customize.toml","b2fe38acfa3d906f898588af4fcea594d0c493911dc60496042a5aca86addb70"
"toml","customize","cis","cis/skills/bmad-cis-innovation-strategy/customize.toml","6f671d4d17c6e4cb880a81384e161b51eea29889d7673d17bcf4353c1a92504f"
"toml","customize","cis","cis/skills/bmad-cis-problem-solving/customize.toml","3683c044711f8548e9f5e7b5e0caa3673f2eee4deb17550f401807da488afe60"
"toml","customize","cis","cis/skills/bmad-cis-storytelling/customize.toml","f4a92a16d196d49c6ad7aef5a24a5a7a50b5da5e6d3c25b6067baa5ae81930cd"
"yaml","config","cis","cis/config.yaml","bf714f22b5f6d8710513fa2ce6f55d737a0a724b9b5e9ebf1b53c81b5a5e1764"
"toml","config","config.toml","config.toml","8150f4b70ec7b3e42d3e765aa3f37b6ba805608d00c44c3327925d2344eca66b"
"toml","config.user","config.user.toml","config.user.toml","0f4829193ef8f9b2c3be3055bccbaa9cf3876a2d0b4ea68e037219a4ea81864d"
"csv","brain-methods","core","core/bmad-brainstorming/brain-methods.csv","0ab5878b1dbc9e3fa98cb72abfc3920a586b9e2b42609211bb0516eefd542039"
"csv","methods","core","core/bmad-advanced-elicitation/methods.csv","e08b2e22fec700274982e37be608d6c3d1d4d0c04fa0bae05aa9dba2454e6141"
"csv","module-help","core","core/module-help.csv","79cb3524f9ee81751b6faf549e67cbaace7fa96f71b93b09db1da8e29bf9db81"
"csv","module-help","core","core/module-help.csv","1eddc9d8b3d3c060cc58bfda3a77d2a696260e461701877905061d3a58591c8f"
"md","compression-rules","core","core/bmad-distillator/resources/compression-rules.md","86e53d6a2072b379864766681d1cc4e1aad3d4428ecca8c46010f7364da32724"
"md","distillate-compressor","core","core/bmad-distillator/agents/distillate-compressor.md","c00da33b39a43207a224c4043d1aa4158e90e41ab421fff0ea7cc55beec81ef8"
"md","distillate-format-reference","core","core/bmad-distillator/resources/distillate-format-reference.md","0ed0e016178f606ff7b70dd852695e94bce8da6d83954257e0b85779530bcaeb"
"md","distillate-format-reference","core","core/bmad-distillator/resources/distillate-format-reference.md","616488300d40c6de2f0a69ee153258ed4664e9763048f3993db8efd2adca1706"
"md","round-trip-reconstructor","core","core/bmad-distillator/agents/round-trip-reconstructor.md","47c83f4a37249ddac38460d8c95d162f6fc175a8919888e8090aed71bd9383bc"
"md","SKILL","core","core/bmad-advanced-elicitation/SKILL.md","2d1011b1c93a4cf62d9a4b8fad876f0a45e1ad0126dbb796ed21304c5c5d8fb9"
"md","SKILL","core","core/bmad-advanced-elicitation/SKILL.md","705cc827cab892855d07dcc926f5c9f749c3abab33e915d6ac1574aec174896b"
"md","SKILL","core","core/bmad-brainstorming/SKILL.md","f4a2c22b40ed34cdbd3282dd6161a3b869902f3bc75b58e181fc9faf78eedd9d"
"md","SKILL","core","core/bmad-distillator/SKILL.md","9b404438deb17c56ddc08f7b823177687fb4a62f08f40dac8faa5a93f78e374d"
"md","SKILL","core","core/bmad-customize/SKILL.md","7617ef46b179e2b9aec7e7176933fd65dcba8fd0ca188ea8beb8cee1dedf449c"
"md","SKILL","core","core/bmad-distillator/SKILL.md","756ee0706ff6b8a3d5726b465e81ba244e4eaeba21b7de0d2390473acebb5ddc"
"md","SKILL","core","core/bmad-editorial-review-prose/SKILL.md","b3687fe80567378627bc2a0c5034ae8d65dfeedcf2b6c90da077f4feca462d0c"
"md","SKILL","core","core/bmad-editorial-review-structure/SKILL.md","164444359d74f695a84faf7ea558d0eef39c75561e6b26669f97a165c6f75538"
"md","SKILL","core","core/bmad-help/SKILL.md","8966c636a5ee40cc9deeba9a25df4cd2a9999d035f733711946fa6b1cc0de535"
"md","SKILL","core","core/bmad-help/SKILL.md","cd7096b2ff55b2b87e12d6b9c4c9ea13dfca78c49299a09327c97107f9531da8"
"md","SKILL","core","core/bmad-index-docs/SKILL.md","a855d7060414e73ca4fe8e1a3e1cc4d0f2ce394846e52340bdf5a1317e0d234a"
"md","SKILL","core","core/bmad-init/SKILL.md","fd3c96b86bc02f6dac8e76e2b62b7f7a0782d4c0c6586ee414a7fb37a3bc3a4e"
"md","SKILL","core","core/bmad-party-mode/SKILL.md","558831b737cf3a6a5349b9f1338f2945da82ce2564893e642a2b49b7e62e8b3f"
"md","SKILL","core","core/bmad-party-mode/SKILL.md","bd13fd6cb0b0c61d215e4c394cf4b7cac3a465394c3918f4dc14910513ddb898"
"md","SKILL","core","core/bmad-review-adversarial-general/SKILL.md","7bffc39e6dba4d9123648c5d4d79e17c3c5b1efbd927c3fe0026c2dbb8d99cff"
"md","SKILL","core","core/bmad-review-edge-case-hunter/SKILL.md","f49ed9976f46b4cefa1fc8b4f0a495f16089905e6a7bbf4ce73b8f05c9ae3ee6"
"md","SKILL","core","core/bmad-shard-doc/SKILL.md","3a1538536514725fd4f31aded280ee56b9645fc61d114fd94aacb3ac52304e52"
"md","splitting-strategy","core","core/bmad-distillator/resources/splitting-strategy.md","26d3ed05f912cf99ff9ebe2353f2d84d70e3e852e23a32b1215c13416ad708b5"
"md","step-01-agent-loading","core","core/bmad-party-mode/steps/step-01-agent-loading.md","04ab6b6247564f7edcd5c503f5ca7d27ae688b09bbe2e24345550963a016e9f9"
"md","step-01-session-setup","core","core/bmad-brainstorming/steps/step-01-session-setup.md","7fd2aed9527ccdf35fc86bd4c9b27b4a530b5cfdfb90ae2b7385d3185bcd60bc"
"md","step-01b-continue","core","core/bmad-brainstorming/steps/step-01b-continue.md","49f8d78290291f974432bc8e8fce340de58ed62aa946e9e3182858bf63829920"
"md","step-02-discussion-orchestration","core","core/bmad-party-mode/steps/step-02-discussion-orchestration.md","a8a79890bd03237e20f1293045ecf06f9a62bc590f5c2d4f88e250cee40abb0b"
"md","step-02a-user-selected","core","core/bmad-brainstorming/steps/step-02a-user-selected.md","7ff3bca27286d17902ecea890494599796633e24a25ea6b31bbd6c3d2e54eba2"
"md","step-02b-ai-recommended","core","core/bmad-brainstorming/steps/step-02b-ai-recommended.md","cb77b810e0c98e080b4378999f0e250bacba4fb74c1bcb0a144cffe9989d2cbd"
"md","step-02c-random-selection","core","core/bmad-brainstorming/steps/step-02c-random-selection.md","91c6e16213911a231a41b1a55be7c939e7bbcd1463bd49cb03b5b669a90c0868"
"md","step-02d-progressive-flow","core","core/bmad-brainstorming/steps/step-02d-progressive-flow.md","6b6fbbd34bcf334d79f09e8c36ed3c9d55ddd3ebb8f8f77aa892643d1a4e3436"
"md","step-03-graceful-exit","core","core/bmad-party-mode/steps/step-03-graceful-exit.md","85e87df198fbb7ce1cf5e65937c4ad6f9ab51a2d80701979570f00519a2d9478"
"md","step-03-technique-execution","core","core/bmad-brainstorming/steps/step-03-technique-execution.md","b97afefd4ccc5234e554a3dfc5555337269ce171e730b250c756718235e9df60"
"md","step-04-idea-organization","core","core/bmad-brainstorming/steps/step-04-idea-organization.md","acb7eb6a54161213bb916cabf7d0d5084316704e792a880968fc340855cdcbbb"
"md","template","core","core/bmad-brainstorming/template.md","5c99d76963eb5fc21db96c5a68f39711dca7c6ed30e4f7d22aedee9e8bb964f9"
"md","workflow","core","core/bmad-brainstorming/workflow.md","74c87846a5cda7a4534ea592ea3125a8d8a1a88d19c94f5f4481fb28d0d16bf2"
"md","workflow","core","core/bmad-party-mode/workflow.md","e4f7328ccac68ecb7fb346c6b8f4e2e52171b63cff9070c0b382124872e673cb"
"py","analyze_sources","core","core/bmad-distillator/scripts/analyze_sources.py","31e2a8441c3c43c2536739c580cdef6abecb18ff20e7447f42dd868875783166"
"py","bmad_init","core","core/bmad-init/scripts/bmad_init.py","1b09aaadd599d12ba11bd61e86cb9ce7ce85e2d83f725ad8567b99ff00cbceeb"
"py","list_customizable_skills","core","core/bmad-customize/scripts/list_customizable_skills.py","8787f542930b927789e7fdf12bc5a67ff08e19865903a5ad05ff2cc8fc426b66"
"py","test_analyze_sources","core","core/bmad-distillator/scripts/tests/test_analyze_sources.py","d90525311f8010aaf8d7d9212a370468a697866190bae78c35d0aae9b7f23fdf"
"py","test_bmad_init","core","core/bmad-init/scripts/tests/test_bmad_init.py","84daa73b4e6adf4adbf203081a570b16859e090104a554ae46a295c9af3cb9bb"
"yaml","config","core","core/config.yaml","5e32a81276215be73fda61a0efd7c2f93007694bc8749cba1bb35d2bf6f61bab"
"yaml","core-module","core","core/bmad-init/resources/core-module.yaml","eff85de02831f466e46a6a093d860642220295556a09c59e1b7f893950a6cdc9"
"py","test_list_customizable_skills","core","core/bmad-customize/scripts/tests/test_list_customizable_skills.py","b55fc2e454f245753874f359c18ade9f3ad04debd66176c6e6bf3e403ca9c812"
"yaml","config","core","core/config.yaml","b53db4776584a37def10d5d594e38372ee5e04c82c37e9042c69a6cd9a30e11f"
"file",".gitignore","custom","custom/.gitignore","973b03a33f142c22cf9b65be285bebadd85790b6b55be04637d2f8c716f58fab"
"py","resolve_config","scripts","scripts/resolve_config.py","8e326149d9170477ecc21aa2aa2389d8fbaa5d1cd95db2de2ad33029ce8ae528"
"py","resolve_customization","scripts","scripts/resolve_customization.py","6dbf36a2fea13392426fdbaf4f074b6d9b93488a964d2d1bff2a5c1c3a1d506e"
1 type name module path hash
2 csv yaml agent-manifest manifest _config _config/agent-manifest.csv _config/manifest.yaml 4ec11e6efd7486d27eec98d16eaec4f4d83a734c0421a6b3614f02b3ebc144bf 19d8f926ffb5efb60091657d728d9e8e78d2ba75094b0127573e063e97b4d9ed
yaml manifest _config _config/manifest.yaml 7206716cef7edba1785b156dfbc560c0e01a81a4f735f8991f4cfe034add49b5
yaml config _memory _memory/config.yaml 2a7c52f139d1c9adda953d63f304162a0fdadd36a4f09c2250b19d51c453a6c4
3 csv documentation-requirements bmm bmm/1-analysis/bmad-document-project/documentation-requirements.csv d1253b99e88250f2130516b56027ed706e643bfec3d99316727a4c6ec65c6c1d
4 csv domain-complexity bmm bmm/2-plan-workflows/bmad-create-prd/data/domain-complexity.csv f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770
5 csv domain-complexity bmm bmm/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770
csv domain-complexity bmm bmm/2-plan-workflows/create-prd/data/domain-complexity.csv f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770
6 csv domain-complexity bmm bmm/3-solutioning/bmad-create-architecture/data/domain-complexity.csv 3dc34ed39f1fc79a51f7b8fc92087edb7cd85c4393a891d220f2e8dd5a101c70
7 csv module-help bmm bmm/module-help.csv ad71cf7e25bbc28fcd191f65b2d7792836c2821ac4555332f49862ed1fdce5cb ad86dcf20fdb6442486958be9302a396a4a5158219aa702a173e2f81aa7f1c18
8 csv project-types bmm bmm/2-plan-workflows/bmad-create-prd/data/project-types.csv 7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3
9 csv project-types bmm bmm/2-plan-workflows/bmad-validate-prd/data/project-types.csv 7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3
csv project-types bmm bmm/2-plan-workflows/create-prd/data/project-types.csv 7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3
10 csv project-types bmm bmm/3-solutioning/bmad-create-architecture/data/project-types.csv 12343635a2f11343edb1d46906981d6f5e12b9cad2f612e13b09460b5e5106e7
11 json bmad-manifest bmm bmm/1-analysis/bmad-product-brief/bmad-manifest.json bmm/1-analysis/bmad-prfaq/bmad-manifest.json 692d2c28e128e5b79ec9e321e8106fa34a314bf8f5581d7ab99b876d2d3ab070 3da3d0a00b21c040f17bbc5d63283f23b432a92214634b211a5396ca864b2c7d
12 json bmad-manifest bmm bmm/1-analysis/bmad-product-brief/bmad-manifest.json 22c9c569e116024e19ce8d57a1572a9be456dadc3df309a6e3922862a72775b6
13 json project-scan-report-schema bmm bmm/1-analysis/bmad-document-project/templates/project-scan-report-schema.json 8466965321f1db22f5013869636199f67e0113706283c285a7ffbbf5efeea321
14 md architecture-decision-template bmm bmm/3-solutioning/bmad-create-architecture/architecture-decision-template.md 5d9adf90c28df61031079280fd2e49998ec3b44fb3757c6a202cda353e172e9f
15 md artifact-analyzer bmm bmm/1-analysis/bmad-prfaq/agents/artifact-analyzer.md 7bdc44830f8d593346ec0ee15e36e1e431432fcc6c38b70bb861999315c9cfa4
16 md artifact-analyzer bmm bmm/1-analysis/bmad-product-brief/agents/artifact-analyzer.md dcd8c4bb367fa48ff99c26565d164323b2ae057b09642ba7d1fda1683262be2d
17 md brief-template bmm bmm/1-analysis/bmad-product-brief/resources/brief-template.md d42f0ef6b154b5c314090be393febabd61de3d8de1ecf926124d40d418552b4b
18 md checklist bmm bmm/1-analysis/bmad-document-project/checklist.md 581b0b034c25de17ac3678db2dbafedaeb113de37ddf15a4df6584cf2324a7d7
19 md checklist bmm bmm/4-implementation/bmad-correct-course/checklist.md d068cfc00d8e4a6bb52172a90eb2e7a47f2441ffb32cdee15eeca220433284a3 3e082b95def90ccb876e3101ce0bbaf797a0f03a9471e1347361897f27977327
20 md checklist bmm bmm/4-implementation/bmad-create-story/checklist.md b94e28e774c3be0288f04ea163424bece4ddead5cd3f3680d1603ed07383323a
21 md checklist bmm bmm/4-implementation/bmad-dev-story/checklist.md 630b68c6824a8785003a65553c1f335222b17be93b1bd80524c23b38bde1d8af
22 md checklist bmm bmm/4-implementation/bmad-qa-generate-e2e-tests/checklist.md 83cd779c6527ff34184dc86f9eebfc0a8a921aee694f063208aee78f80a8fb12 b58f810aeb1040c2f6758c88aa133afce72f8cc178d3d97ff0fbaa3d943057dc
23 md checklist bmm bmm/4-implementation/bmad-sprint-planning/checklist.md 80b10aedcf88ab1641b8e5f99c9a400c8fd9014f13ca65befc5c83992e367dd7
24 md contextual-discovery compile-epic-context bmm bmm/1-analysis/bmad-product-brief/prompts/contextual-discovery.md bmm/4-implementation/bmad-quick-dev/compile-epic-context.md 96e1cbe24bece94e8a81b7966cb2dd470472aded69dcf906f4251db74dd72a03 5cfda02f252941e415b80c57b4528f46226b3cbf456ad45d78fcb5a7ef4816e2
25 md deep-dive-instructions contextual-discovery bmm bmm/1-analysis/bmad-document-project/workflows/deep-dive-instructions.md bmm/1-analysis/bmad-product-brief/prompts/contextual-discovery.md da91056a0973a040fe30c2c0be074e5805b869a9a403b960983157e876427306 b29d2c555cec9777d43b9aa7193881c468e619db14f366f53a3be5661d0e05b4
26 md customer-faq bmm bmm/1-analysis/bmad-prfaq/references/customer-faq.md 96f8565197649c58908a1d61b6cd805fd01f57da7945ba889c18d087ad597aeb
27 md deep-dive-instructions bmm bmm/1-analysis/bmad-document-project/workflows/deep-dive-instructions.md a79e24b93a25ab456062916a9dad7b6a16dc43ac0b4b555700d3c3751cff0d25
28 md deep-dive-template bmm bmm/1-analysis/bmad-document-project/templates/deep-dive-template.md 6198aa731d87d6a318b5b8d180fc29b9aa53ff0966e02391c17333818e94ffe9
29 md deep-dive-workflow bmm bmm/1-analysis/bmad-document-project/workflows/deep-dive-workflow.md a64d98dfa3b771df2853c4fa19a4e9c90d131e409e13b4c6f5e494d6ac715125
30 md discover-inputs bmm bmm/4-implementation/bmad-create-story/discover-inputs.md dfedba6a8ea05c9a91c6d202c4b29ee3ea793d8ef77575034787ae0fef280507
31 md draft-and-review bmm bmm/1-analysis/bmad-product-brief/prompts/draft-and-review.md ab191df10103561a9ab7ed5c8f29a8ec4fce25e4459da8e9f3ec759f236f4976 e05a02ea67fcd0f4683b9c9bd42ac8673878d403e002037e3962062d11f69059
32 md epics-template bmm bmm/3-solutioning/bmad-create-epics-and-stories/templates/epics-template.md a804f740155156d89661fa04e7a4264a8f712c4dc227c44fd8ae804a9b0f6b72
33 md explain-concept bmm bmm/1-analysis/bmad-agent-tech-writer/explain-concept.md 6ea82dbe4e41d4bb8880cbaa62d936e40cef18f8c038be73ae6e09c462abafc9
34 md finalize bmm bmm/1-analysis/bmad-product-brief/prompts/finalize.md ca6d125ff9b536c9e7737c7b4a308ae4ec622ee7ccdc6c4c4abc8561089295ee 973a3e2ae70f9c2413c5435591a4b8d1919e8a209c139d063483bc5028922ee3
35 md full-scan-instructions bmm bmm/1-analysis/bmad-document-project/workflows/full-scan-instructions.md 0544abae2476945168acb0ed48dd8b3420ae173cf46194fe77d226b3b5e7d7ae 2235945df2ae261265187447ce593238e132a026a9b88d3507a1f1d6808a0263
36 md full-scan-workflow bmm bmm/1-analysis/bmad-document-project/workflows/full-scan-workflow.md 3bff88a392c16602bd44730f32483505e73e65e46e82768809c13a0a5f55608b
37 md guided-elicitation generate-trail bmm bmm/1-analysis/bmad-product-brief/prompts/guided-elicitation.md bmm/4-implementation/bmad-checkpoint-preview/generate-trail.md 445b7fafb5c1c35a238958d015d413c71ebb8fd3e29dc59d9d68fb581546ee54 4a5936d86fbe5a85285b4535097b1e2edda8849da35586f4b588a982d7224459
38 md guided-elicitation bmm bmm/1-analysis/bmad-product-brief/prompts/guided-elicitation.md db9c691986aeb9ccc2aae824eefabb1740e64920b5bb9a517e3b7d99bcaa3da5
39 md index-template bmm bmm/1-analysis/bmad-document-project/templates/index-template.md 42c8a14f53088e4fda82f26a3fe41dc8a89d4bcb7a9659dd696136378b64ee90
40 md instructions bmm bmm/1-analysis/bmad-document-project/instructions.md 9f4bc3a46559ffd44289b0d61a0f8f26f829783aa1c0e2a09dfa807fa93eb12f
41 md internal-faq bmm bmm/1-analysis/bmad-prfaq/references/internal-faq.md 26eb83f844cda1ed8efb50f4703d61713ada8a64bd27eb387f759f858b5748de
42 md mermaid-gen bmm bmm/1-analysis/bmad-agent-tech-writer/mermaid-gen.md 1d83fcc5fa842bc31ecd9fd7e45fbf013fabcadf0022d3391fff5b53b48e4b5d
43 md opportunity-reviewer bmm bmm/1-analysis/bmad-product-brief/agents/opportunity-reviewer.md 3b6d770c45962397bfecce5d4b001b03fc0e577aa75f7932084b56efe41edc07
44 md prd-purpose bmm bmm/2-plan-workflows/bmad-create-prd/data/prd-purpose.md 49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee
45 md prd-purpose bmm bmm/2-plan-workflows/bmad-edit-prd/data/prd-purpose.md 49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee
46 md prd-purpose bmm bmm/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md 49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee
md prd-purpose bmm bmm/2-plan-workflows/create-prd/data/prd-purpose.md 49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee
47 md prd-template bmm bmm/2-plan-workflows/bmad-create-prd/templates/prd-template.md 7ccccab9c06a626b7a228783b0b9b6e4172e9ec0b10d47bbfab56958c898f837
48 md press-release bmm bmm/1-analysis/bmad-prfaq/references/press-release.md c406adb0e2d2cc326cbc45d0174f89d014523448ad82bc272293999d22aec596
49 md prfaq-template bmm bmm/1-analysis/bmad-prfaq/assets/prfaq-template.md b27e6964f0437ab4e78c8c0ffbe5052c28e3b3ef2fc811726cbb394d5a5c7559
50 md project-context-template bmm bmm/3-solutioning/bmad-generate-project-context/project-context-template.md 54e351394ceceb0ac4b5b8135bb6295cf2c37f739c7fd11bb895ca16d79824a5
51 md project-overview-template bmm bmm/1-analysis/bmad-document-project/templates/project-overview-template.md a7c7325b75a5a678dca391b9b69b1e3409cfbe6da95e70443ed3ace164e287b2
52 md readiness-report-template bmm bmm/3-solutioning/bmad-check-implementation-readiness/templates/readiness-report-template.md 0da97ab1e38818e642f36dc0ef24d2dae69fc6e0be59924dc2dbf44329738ff6
54 md research.template bmm bmm/1-analysis/research/bmad-market-research/research.template.md 507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce
55 md research.template bmm bmm/1-analysis/research/bmad-technical-research/research.template.md 507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce
56 md skeptic-reviewer bmm bmm/1-analysis/bmad-product-brief/agents/skeptic-reviewer.md fc1642dff30b49032db63f6518c5b34d3932c9efefaea2681186eb963b207b97
57 md SKILL bmm bmm/1-analysis/bmad-agent-analyst/SKILL.md c3188cf154cea26180baa9e0718a071fcb83d29aa881d9e9b76dbb01890ece81 dff8fbd39de875ccc6735204561f2b7b877788843ecd6e8b6001e7ca7f39641e
58 md SKILL bmm bmm/1-analysis/bmad-agent-tech-writer/SKILL.md ecac70770f81480a43ac843d11d497800090219a34f7666cd8b2f501be297f88 d39ffa2a931361e9fea11ef5eb96da0fc6b8dbab70dc200142404a50b78e7665
59 md SKILL bmm bmm/1-analysis/bmad-document-project/SKILL.md f4020613aec74bfeed2661265df35bb8a6f5ef9478c013182e6b5493bed5ce75 efe25c8c27116faeeef119078953c38e827db787338fdb2dca65c086f42e0c4b
60 md SKILL bmm bmm/1-analysis/bmad-product-brief/SKILL.md bmm/1-analysis/bmad-prfaq/SKILL.md 0324676e912b28089314836f15c8da012e9fd83cddd4ea1cb7a781688f2e8dbd 9e864f574cc2e1411284edb625a17268aab1f894c46baac2edc3bcf1383adaca
61 md SKILL bmm bmm/1-analysis/research/bmad-domain-research/SKILL.md bmm/1-analysis/bmad-product-brief/SKILL.md 7b23a45014c45d58616fa24471b9cb315ec5d2b1e4022bc4b9ca83b2dee5588a 044459f71dd94177982629837d47c5e507599f351e0acbab0edf9d36e5f08d2e
62 md SKILL bmm bmm/1-analysis/research/bmad-market-research/SKILL.md bmm/1-analysis/research/bmad-domain-research/SKILL.md b4a5b2b70cb100c5cea2c69257449ba0b0da3387abeba45c8b50bd2efc600495 53d2ee5ccbd1d73290e752cff0235bfdb4928dc5ee70f347992ef15621341124
63 md SKILL bmm bmm/1-analysis/research/bmad-technical-research/SKILL.md bmm/1-analysis/research/bmad-market-research/SKILL.md 7bfe56456a8d2676bf2469e8184a8e27fa22a482aefaa4cb2892d7ed8820e8bc 720183e577a5f6f307f320703a5ec522190723e957cfe6ad7821d8d833dea0c7
64 md SKILL bmm bmm/2-plan-workflows/bmad-agent-pm/SKILL.md bmm/1-analysis/research/bmad-technical-research/SKILL.md 5f09be0854c9c5a46e32f38ba38ac1ed6781195c50b92dcd3720c59d33e9878d 1c4b61afaeedd3191db65923253be56084c64e4f832f0e2b9179671f91b5bf20
65 md SKILL bmm bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md bmm/2-plan-workflows/bmad-agent-pm/SKILL.md 452c4eb335a4728c1a7264b4fb179e53b1f34ae1c57583e7a65b1fde17b4bc3a 3a8550daac2df2f01a7c04b66148c1e30b50f81730f043415f2a1aba6314f8a4
66 md SKILL bmm bmm/2-plan-workflows/bmad-create-prd/SKILL.md bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md 24de81d7553bb136d1dfb595a3f2fbd45930ece202ea2ac258eb349b4af17b5f 3ac99856f0ee9bae3ba05cefab32e90920b4a1fdf0e8c4bf9c440be31f9e5a1f
67 md SKILL bmm bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md bmm/2-plan-workflows/bmad-create-prd/SKILL.md ef05bacf1fbb599bd87b2780f6a5f85cfc3b4ab7e7eb2c0f5376899a1663c5a5 ada295172352839ec0c38c833387bf3d188052b054eeb44686b9ec075c4944f2
68 md SKILL bmm bmm/2-plan-workflows/bmad-edit-prd/SKILL.md bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md d18f34c8efcaeb90204989c79f425585d0e872ac02f231f3832015b100d0d04b 24a4123035194bd3517a059417dcd8114db90f99314ed1a51cfdbbaff02860b2
69 md SKILL bmm bmm/2-plan-workflows/bmad-validate-prd/SKILL.md bmm/2-plan-workflows/bmad-edit-prd/SKILL.md 34241cb23b07aae6e931899abb998974ccdb1a2586c273f2f448aff8a0407c52 b0ae6e77ca10f1869c5d3ff8f3ed4f8fe0b318982dde870cef944f18207e4197
70 md SKILL bmm bmm/3-solutioning/bmad-agent-architect/SKILL.md bmm/2-plan-workflows/bmad-validate-prd/SKILL.md 1039d1e9219b8f5e671b419f043dca52f0e19f94d3e50316c5a8917bc748aa41 801127bfb5592608fb8e7d3e5d89f37e7c675ab4710520f87a5db4d8a8240d88
71 md SKILL bmm bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md bmm/3-solutioning/bmad-agent-architect/SKILL.md 307f083fc05c9019b5e12317576965acbcfbd4774cf64ef56c7afcb15d00a199 1bb79ab9d9ae3180a6142d9d20c2a5cb15ad5d5f28e38a7f847295dd04d2299f
72 md SKILL bmm bmm/3-solutioning/bmad-create-architecture/SKILL.md bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md ed60779d105d4d55f9d182fcdfd4a48b361330cd15120fef8b9d8a2a2432e3bf c683db5628781e6dba6fad388ed65cf7561a208e773f72c786918743e379abef
73 md SKILL bmm bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md bmm/3-solutioning/bmad-create-architecture/SKILL.md ec3675d2ab763e7050e5cc2975326b4a37c68ebbc2f4d27458d552f4071939d4 b12711f1655cb809bb74a3e11e40943dce225ccba9d01974d5bf521a5867ba23
74 md SKILL bmm bmm/3-solutioning/bmad-generate-project-context/SKILL.md bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md 504447984a6c5ea30a14e4dacdd6627dc6bec67d6d51eddd2f328d74db8e6a82 9db05e4a63ead6e416009fdec250bb9b749b361331964b601559ffeedd2f1c0f
75 md SKILL bmm bmm/4-implementation/bmad-agent-dev/SKILL.md bmm/3-solutioning/bmad-generate-project-context/SKILL.md 8e387e4f89ba512eefc4dfeaced01d427577bfa5e2fc6244c758205095cddf11 3d8c20e13e62981464365509fc5e1dfd31e70a94e8c08b048a3e3866ea00ff43
76 md SKILL bmm bmm/4-implementation/bmad-agent-qa/SKILL.md bmm/4-implementation/bmad-agent-dev/SKILL.md 65c2c82351febd52ed94566753ff57b15631e60ba7408e61aa92799815feb32d ab47a75e3031bc58a9783e4f8dece8d44dfdacb7ba74cd56f766b260f9993218
77 md SKILL bmm bmm/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md bmm/4-implementation/bmad-checkpoint-preview/SKILL.md aa548300965db095ea3bdc5411c398fc6a6640172ed5ce22555beaddbd05c6d1 fcdd92af6b97ae64f99a89c37deef0074a974ffa577263e6c79c4b6734c63bda
78 md SKILL bmm bmm/4-implementation/bmad-agent-sm/SKILL.md bmm/4-implementation/bmad-code-review/SKILL.md 83472c98a2b5de7684ea1f0abe5fedb3c7056053b9e65c7fdd5398832fff9e43 6801f6742156f125185b1eb6e10c58dfde4ff6545b2e6278acf68cbcfbe0abe4
79 md SKILL bmm bmm/4-implementation/bmad-code-review/SKILL.md bmm/4-implementation/bmad-correct-course/SKILL.md baca10e0257421b41bb07dc23cd4768e57f55f1aebe7b19e702d0b77a7f39a01 25be5dd528b5c3996e5fa02fc30b72377f688436742c6962f4a1e9a2dac46e55
80 md SKILL bmm bmm/4-implementation/bmad-correct-course/SKILL.md bmm/4-implementation/bmad-create-story/SKILL.md 400a2fd76a3818b9023a1a69a6237c20b93b5dd51dce1d507a38c10baaaba8cd 81517ba8ef137a15002d6d21ef18a1e88190c74ac9e0c5b29227e4059870809a
81 md SKILL bmm bmm/4-implementation/bmad-create-story/SKILL.md bmm/4-implementation/bmad-dev-story/SKILL.md b1d6b9fbfee53246b46ae1096ada624d1e60c21941e2054fee81c46e1ec079d5 5e7d3bca5051ff8f009bcf608e3fdac3260c2aa6faa8df170a954fe03a4a03f8
82 md SKILL bmm bmm/4-implementation/bmad-dev-story/SKILL.md bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md 60df7fead13be7cc33669f34fe4d929d95655f8e839f7e5cd5bb715313e17133 ad6025f0279ef9fac2f6c76d8f612c37ccc23f8062b7ac0ac40708b49cc7db80
83 md SKILL bmm bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md bmm/4-implementation/bmad-quick-dev/SKILL.md 2915faf44ebc7bb2783c206bf1e4b82bbff6b35651aa01e33b270ab244ce2dc6 2b2e57e5327fc69962e6529a0c17498185b571646a9c7360e5c15be14ea7e63b
84 md SKILL bmm bmm/4-implementation/bmad-quick-dev/SKILL.md bmm/4-implementation/bmad-retrospective/SKILL.md e4af8798c1cf8bd4f564520270e287a2aa52c1030de76c9c4e04208ae5cdf12d 997308d999545fa6c82b8652a2973e1d89d82cfbf892531e25e491291a95c33e
85 md SKILL bmm bmm/4-implementation/bmad-retrospective/SKILL.md bmm/4-implementation/bmad-sprint-planning/SKILL.md d5bfc70a01ac9f131716827b5345cf3f7bfdda562c7c66ea2c7a7bd106f44e23 21946cdaef8115deee6ce322c460e8af39368509d700c778cd7109f50a6821eb
86 md SKILL bmm bmm/4-implementation/bmad-sprint-planning/SKILL.md bmm/4-implementation/bmad-sprint-status/SKILL.md 7b5f68dcf95c8c9558bda0e4ba55637b0e8f9254577d7ac28072bb9f22c63d94 2fe141bc2033ea341a73fb93349fcee0296d8d8714fcf984ab056bc0abae0a19
md SKILL bmm bmm/4-implementation/bmad-sprint-status/SKILL.md fc393cadb4a05050cb847471babbc10ecb65f0cb85da6e61c2cec65bb5dfc73d
87 md source-tree-template bmm bmm/1-analysis/bmad-document-project/templates/source-tree-template.md 109bc335ebb22f932b37c24cdc777a351264191825444a4d147c9b82a1e2ad7a
88 md spec-template bmm bmm/4-implementation/bmad-quick-dev/spec-template.md 714bb6eab8684240af0032dae328942887d8ffbe8ee1de66e986f86076694e5d 3ee15d5a63cf5eeee74149c590668fc61d0e44023eac12988a1ca2a9438a9d39
89 md step-01-clarify-and-route bmm bmm/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md 10565e87d85c31f6cce36734006e804c349e2bdf3ff26c47f2c72a4e34b4b28a b5eb9f0cecf2a462885b8e7b4c21abbaec1e95c8abbd76bc410d9090fd8379f0
90 md step-01-discover bmm bmm/3-solutioning/bmad-generate-project-context/steps/step-01-discover.md 8b2c8c7375f8a3c28411250675a28c0d0a9174e6c4e67b3d53619888439c4613
91 md step-01-document-discovery bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md 56e748671877fa3e34ffaab5c531801e7b72b6b59ee29a2f479e5f904a93d7af c763b512d55906122433cb65c1bcd5b5b283e45eacdc07281c8ec7596b6b3980
92 md step-01-gather-context bmm bmm/4-implementation/bmad-code-review/steps/step-01-gather-context.md 211f387c4b2172ff98c2f5c5df0fedc4127c47d85b5ec69bbcfb774d3e16fec5 d0ee7558605e9d48b5b6f15d9b535542eb6d922613f529bb520326eacade4171
93 md step-01-init bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-01-init.md efee243f13ef54401ded88f501967b8bc767460cec5561b2107fc03fe7b7eab1
94 md step-01-init bmm bmm/1-analysis/research/bmad-market-research/steps/step-01-init.md 64d5501aea0c0005db23a0a4d9ee84cf4e9239f553c994ecc6b1356917967ccc
95 md step-01-init bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-01-init.md c9a1627ecd26227e944375eb691e7ee6bc9f5db29a428a5d53e5d6aef8bb9697
96 md step-01-init bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-01-init.md 922f59e960569f68bbf0d2c17ecdca74e9d9b92c6a802a5ea888e10774be7738
97 md step-01-init bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-01-init.md 0b257533a0ce34d792f621da35325ec11cb883653e3ad546221ee1f0dee5edcd
98 md step-01-init bmm bmm/3-solutioning/bmad-create-architecture/steps/step-01-init.md 5119205b712ebda0cd241c3daad217bb0f6fa9e6cb41d6635aec6b7fe83b838a
99 md step-01-orientation bmm bmm/4-implementation/bmad-checkpoint-preview/step-01-orientation.md d9e3b949c36d49a025f3535773af2b51888fe4ce616b6d6d69683a122716b1d2
100 md step-01-validate-prerequisites bmm bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md 5c2aabc871363d84fc2e12fd83a3889e9d752b6bd330e31a0067c96204dd4880
101 md step-01b-continue bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-01b-continue.md bdc3677aa220c4822b273d9bc8579669e003cc96d49475ddb3116bdef759cf04
102 md step-01b-continue bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-01b-continue.md 4d42c6b83eaa720975bf2206a7eea1a8c73ae922668cc2ef03d34c49ab066c19
108 md step-02-discovery bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-02-discovery.md 9ffd5b31cc869b564e4d78cdc70767f0fb1b04db4c40201ccfa9dde75739fa8d
109 md step-02-domain-analysis bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-02-domain-analysis.md 385a288d9bbb0adf050bcce4da4dad198a9151822f9766900404636f2b0c7f9d
110 md step-02-generate bmm bmm/3-solutioning/bmad-generate-project-context/steps/step-02-generate.md b1f063edae66a74026b67a79a245cec7ee85438bafcacfc70dcf6006b495e060
111 md step-02-plan bmm bmm/4-implementation/bmad-quick-dev/step-02-plan.md 28fd4b9c107c3d63188e6b0e3c5c31ed523045324865024ab389e8b6d84e67f4 72f4df415adceaaf554166983559e058c6a019d783d0f87cf42c401db3c5f52c
112 md step-02-prd-analysis bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md 47538848da0207cc929613ee9294ec317d05404ab19d7a9af612bf757d2a5950 38be2bf4b924c0b5b395b57d68f685d790ade7b1a6c10993d3c550675f87d954
113 md step-02-review bmm bmm/4-implementation/bmad-code-review/steps/step-02-review.md 6c0f85f7be5d1e28af1a538f4393ec4a766c4f2ae6eb3e8fb69cb64a5b0bd325 1883758e0e91fba439497d04417f03d778f3f6fb12754f49aa8cfa5e15489f70
114 md step-02-technical-overview bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-02-technical-overview.md 9c7582241038b16280cddce86f2943216541275daf0a935dcab78f362904b305
115 md step-02-walkthrough bmm bmm/4-implementation/bmad-checkpoint-preview/step-02-walkthrough.md 66cf893f8f968ee81034e9ccd8c20415692c3a8c23a9a143c2245fe6c800acdc
116 md step-02b-vision bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02b-vision.md 641fcd72722c34850bf2daf38a4dfc544778999383aa9b33b4e7569de5860721
117 md step-02c-executive-summary bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02c-executive-summary.md 7abf23a4ae7a7e1653cb86d90fdb1698cbe876628de3273b5638cfb05e34b615
118 md step-03-competitive-landscape bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-03-competitive-landscape.md f10aa088ba00c59491507f6519fb314139f8be6807958bb5fd1b66bff2267749
119 md step-03-complete bmm bmm/3-solutioning/bmad-generate-project-context/steps/step-03-complete.md cf8d1d1904aeddaddb043c3c365d026cd238891cd702c2b78bae032a8e08ae17 e61463db76a8fa060411aa24127aee936d646b97564e9e2a883494ea50e68464
120 md step-03-core-experience bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-03-core-experience.md 1f58c8a2f6872f468629ecb67e94f793af9d10d2804fe3e138eba03c090e00c5
121 md step-03-create-stories bmm bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md c5b787a82e4e49ed9cd9c028321ee1689f32b8cd69d89eea609b37cd3d481afc
122 md step-03-customer-pain-points bmm bmm/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md 5b2418ccaaa89291c593efed0311b3895faad1e9181800d382da823a8eb1312a
123 md step-03-epic-coverage-validation step-03-detail-pass bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md bmm/4-implementation/bmad-checkpoint-preview/step-03-detail-pass.md 1935d218641b8e19af9764543ada4d04b58b2ba885a1c41a67194c8f1436d73d d48163b9f305f15af57729a8443142e47beb6c3e977554afe12b39ee49cb9fc0
124 md step-03-implement step-03-epic-coverage-validation bmm bmm/4-implementation/bmad-quick-dev/step-03-implement.md bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md eebcaa976b46b56562bc961d81d57ea52a4ba2eb6daaff75e92448bb8b85d6a2 7b187f03a47cba0325fcfd10240410db9c59d93768342fc2dd3de2a01ec23356
125 md step-03-implement bmm bmm/4-implementation/bmad-quick-dev/step-03-implement.md 4d848865eafe5eeba7d83529c766bd410a9cc20a05de1d6a764954c7275b4749
126 md step-03-integration-patterns bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-03-integration-patterns.md 005d517a2f962e2172e26b23d10d5e6684c7736c0d3982e27b2e72d905814ad9
127 md step-03-starter bmm bmm/3-solutioning/bmad-create-architecture/steps/step-03-starter.md b7727e0f37bc5325e15abad1c54bef716d617df423336090189efd1d307a0b3f
128 md step-03-success bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-03-success.md 3959db0848f9a4c99f80ac8d59855f9bb77f833475d3d5512e623d62b52b86dc
131 md step-04-customer-decisions bmm bmm/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md f0bc25f2179b7490e7a6704159a32fc9e83ab616022355ed53acfe8e2f7059d5
132 md step-04-decisions bmm bmm/3-solutioning/bmad-create-architecture/steps/step-04-decisions.md 7fc0ebb63ab5ad0efc470f1063c15f14f52f5d855da2382fd17576cf060a8763
133 md step-04-emotional-response bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-04-emotional-response.md 75724811b170c8897e230a49e968e1db357fef3387008b0906b5ff79a43dbff9
134 md step-04-final-validation bmm bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-04-final-validation.md 6be228c80a97a74fe6b2dca7ded26fdbca3524a4c8590942e150f24e16da68f3 6bca360ae367dbb5dd66e2b97e73ad0538c983bec6b5856adbb68d1239241a09
135 md step-04-journeys bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-04-journeys.md a9f2b74f06230916f66a1cf42437e4173061a157642c5eaf0d985d4078872526
136 md step-04-present bmm bmm/4-implementation/bmad-code-review/steps/step-04-present.md 7c9a738036845c9fa9fcfaff3f3efd87123e75749877f334b781b25c9765f59c eee5687e9d7da9a0aeffd78180b8289fca804fc2d59896db5f65a8dd476e4869
137 md step-04-regulatory-focus bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-04-regulatory-focus.md d22035529efe91993e698b4ebf297bf2e7593eb41d185a661c357a8afc08977b
138 md step-04-review bmm bmm/4-implementation/bmad-quick-dev/step-04-review.md e441bf5a69951ec2597c485b07dd50f8d18a1ea9cf6535ac052f03b0d0e0ecd0 e62a50a37ab20eb426f5abd44179dfac51548707b5e85e6fe7817c144cbe3dae
139 md step-04-testing bmm bmm/4-implementation/bmad-checkpoint-preview/step-04-testing.md 28a56e868968ea2d18add0df8c4bccced0f94b698e218df3d45ddac072ce369c
140 md step-04-ux-alignment bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md f71e5f0d77615e885ae40fdee6b04c1dd6e472c871f87b515fe869cb5f6966fb
141 md step-05-competitive-analysis bmm bmm/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md 17532051ad232cfc859f09ac3b44f9f4d542eb24cff8d07317126ccdff0d225a
142 md step-05-domain bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-05-domain.md 983617d33fe6b7e911f34cf6a2adb86be595952ab9a7c7308e7f6b3858b39a12
144 md step-05-implementation-research bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-05-implementation-research.md e2b8a2c79bcebadc85f3823145980fa47d7e7be8d1c112f686c6223c8c138608
145 md step-05-inspiration bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-05-inspiration.md b0cadcd4665c46d2e6e89bdb45ddfdd4e4aac47b901e59aa156b935878a2b124
146 md step-05-patterns bmm bmm/3-solutioning/bmad-create-architecture/steps/step-05-patterns.md 3c80aba507aa46893ef43f07c5c321b985632ef57abc82d5ee93c3d9c2911134
147 md step-05-present bmm bmm/4-implementation/bmad-quick-dev/step-05-present.md b7d54e83f9a88f1d151d94d8facd6bc8f91ea1494eab6d83f74f3905d85c5018 ea49ce8703d4946ec54a59ff428d52ad64ab2649f49c43230bec1f3d09e85b55
148 md step-05-technical-trends bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-05-technical-trends.md fd6c577010171679f630805eb76e09daf823c2b9770eb716986d01f351ce1fb4
149 md step-05-wrapup bmm bmm/4-implementation/bmad-checkpoint-preview/step-05-wrapup.md c2d4dbc17fed4f8ecbfcb09a2f9c77f0d4562bd27397270e2c27ba37cf4fe073
150 md step-06-design-system bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-06-design-system.md 1c71e452916c5b9ed000af4dd1b83954ae16887463c73776251e1e734e7d7641
151 md step-06-final-assessment bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-06-final-assessment.md dbc3a5e94e804c5dbb89204a194d9c378fd4096f40beec976b84ce4ca26b24cf 1b9c8c2a21950f85e052e05309bfcb3bfe38157ba6fca402ccf37444e7f1cee3
152 md step-06-innovation bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-06-innovation.md a0b3863e11f1dc91c73871967c26c3a2746a11c29a1cd23ee000df5b6b22f1b3
153 md step-06-research-completion bmm bmm/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md ce4820d4a254b1c4c5a876910e7e8912eda8df595a71438d230119ace7f2c38b 4f5d3158a8462656d6959d29544ed5c92cb925641e2205e47af05c124fcd7666
154 md step-06-research-synthesis bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-06-research-synthesis.md ae7ea9eec7f763073e4e1ec7ef0dd247a2c9c8f8172c84cbcb0590986c67caa2 805f2cb7005a4fb0c4da52ea38d45de863f3e840e0f2de1456c414831cdbdf59
155 md step-06-research-synthesis bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-06-research-synthesis.md 01d94ed48e86317754d1dafb328d57bd1ce8832c1f443bfd62413bbd07dcf3a1 64d9303ef0c9ce839dc3b2d72e94e3e5b4673e82dc7fc9f1571bd0b03b3a43a7
156 md step-06-structure bmm bmm/3-solutioning/bmad-create-architecture/steps/step-06-structure.md f8333ca290b62849c1e2eb2f770b46705b09fe0322217b699b13be047efdd03e
157 md step-07-defining-experience bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-07-defining-experience.md 17f78d679a187cfb703c2cd30eea84d9dd683f3708d24885421239338eea4edd
158 md step-07-project-type bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-07-project-type.md ba60660354a1aa7dff8a03bfff79ace4589af13e3a2945ae78157a33abd12f17
159 md step-07-validation bmm bmm/3-solutioning/bmad-create-architecture/steps/step-07-validation.md 95c9c9102ddfb23969adecc84c45bc61aa1e58dbdff6d25111ac85e17ff99353
160 md step-08-complete bmm bmm/3-solutioning/bmad-create-architecture/steps/step-08-complete.md 2bdb9f1a149eb8e075c734f086b977709baeeb3d7ca0c2c998997e3c0ce2f532 6466e5196be63e9e21b81d6fed45f1ff547d6ac739271201d6180febc857473d
161 md step-08-scoping bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-08-scoping.md b1273a563a4cb440901bcda12ffdb27a37694c4cc4431196396d07a3737ae0aa 868accb05c998543ac01ae068c6316e408cbc4e450bf9cc10b16fe843956faa9
162 md step-08-visual-foundation bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-08-visual-foundation.md 985b4da65435114529056f33ff583ec4d1b29feb3550494ae741b6dbb89798a9
163 md step-09-design-directions bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-09-design-directions.md 07962c637e69a612a904efccf6188b7f08c9e484d4d7369c74cd0de7da0cb1e3
164 md step-09-functional bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-09-functional.md 4880a2f02fdc43964bd753c733c7800b9ccf6b1ccf194b2a8c3f09f1ad85843c
165 md step-10-nonfunctional bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-10-nonfunctional.md afde3cd586227cec7863267518667605e9487025a9c0f3b7f220c66adbbc347c
166 md step-10-user-journeys bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-10-user-journeys.md eabe15745e6b68df06833bca103c704d31094c8f070c84e35f1ee9b0c28d10bd
167 md step-11-component-strategy bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-11-component-strategy.md 52a1d0230160124496467ddbe26dd9cc4ae7d9afceaea987aad658e1bb195f59
168 md step-11-polish bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-11-polish.md 7648f29eda46aa75dd3a23045d9e8513995a7c56e18ac28f4912b5d05340b9cc 4271ae5026e30d807f1272b91161d57567badf0bd89e760ea067636d13f12223
169 md step-12-complete bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-12-complete.md cce81ef9c88e910ea729710ab7104ee23c323479f90375208d3910abe0a5adcf bb9471a4b14729785572480b1e0d9e57ab5a4580a04575aea1b1ea1e22971458
170 md step-12-ux-patterns bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-12-ux-patterns.md 37215fe8ea33247e9a31b5f8b8fe3b36448d7f743c18803e4d5054c201348be8
171 md step-13-responsive-accessibility bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md b80c7e6c3898bac66af1ca81bcb09a92f2793bc0711530d93e03265070041b5c cd4d4e2a307b4cbc805c6954860c93c14a11b74b1e206c45ff89f8b81ab03a62
172 md step-14-complete bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md f308bf80b6a7d4490a858fb30d17fc4fa3105655cbc437aa07e54fab26889251 47880f82ada9f2edff8be144328f86fb683fd78aba64ec0ea9dfbff71732be00
173 md step-e-01-discovery bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md a0297433200742d5fa0a93b19c1175dc68a69ae57004ff7409b6dc2813102802 5f733ce1dc3663fbbb1fe661471dc1fcb5a9c02621c1f5599bba5850dfe3b7a3
174 md step-e-01b-legacy-conversion bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md 582550bc46eba21b699b89c96c4c33c4330a8472fa5b537ad30ac3c551027f9c 62bf07f0da57c4f87440b5db95928239527542b39be2ff806e85dfca8a0f7e40
175 md step-e-02-review bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md 95610b5736547894b03bc051022a48143f050d80059a286a49d96b28a10e6050 e6a2025055840d5625fc2eec71209da1d63d6bf530c305d353b1d4500202d8bd
176 md step-e-03-edit bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md e8315a19fca7de14d4114d2adb1accf62945957c3696c3f0f021295cfdf8a5a1 38d70a13738c87da364ca7dc5ef9270f84e3c24d5204cdad969e0269f1d55994
177 md step-e-04-complete bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md 844c02e09659679ab3837b51f98ce0779035d4660bd42f11ee1d338f95b57e3f 9689a795db6e55dd9b946f21b2c4e6a83004693938d9de833334ed76508ddb61
178 md step-oneshot bmm bmm/4-implementation/bmad-quick-dev/step-oneshot.md e1b2c98ea397a49c738ab6bbb50f05aa8756acf6152241bda76e5e4722128548 d68648848bb8277f5b762c3528c2aa42122268037b97d252a8f4faf4edb2830e
179 md step-v-01-discovery bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md 65c4686abf818f35eeeff7cf7d31646b9693f3b8aaaa04eac7c97e9be0572a57
md step-v-01-discovery bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md 85e9b433cfb634b965240597739cc517837c136a4ca64bc88c0afe828b363740
180 md step-v-02-format-detection bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md c27ea549b1414a9a013c6e334daf278bc26e7101879fd5832eb57ed275daeb0d
md step-v-02-format-detection bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md 251ea5a1cf7779db2dc39d5d8317976a27f84b421359c1974ae96c0943094341
181 md step-v-02b-parity-check bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md 5216fea52f9bbcb76a8ea9b9e80c98c51c529342e448dcf75c449ffa6fbaa45f
md step-v-02b-parity-check bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md 3481beae212bb0140c105d0ae87bb9714859c93a471048048512fd1278da2fcd
182 md step-v-03-density-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md 1eed2b7eea8745edefbee124e9c9aff1e75a1176b8ba3bad42cfcf9b7c2f2a1c
md step-v-03-density-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md 5b95ecd032fb65f86b7eee7ce7c30c997dc2a8b5e4846d88c2853538591a9e40
183 md step-v-04-brief-coverage-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md 7b870fea072193271c9dc80966b0777cbc892a85912a273ba184f2d19fc68c47
md step-v-04-brief-coverage-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md 97eb248c7d67e6e5121dd0b020409583998fba433799ea4c5c8cb40c7ff9c7c1
184 md step-v-05-measurability-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md 06a8762b225e7d77f9c1b9f5be8783bcced29623f3a3bc8dbf7ea109b531c0ae
md step-v-05-measurability-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md 2f331ee6d4f174dec0e4b434bf7691bfcf3a13c6ee0c47a65989badaa6b6a28c
185 md step-v-06-traceability-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md 58b89788683540c3122f886ca7a6191866a3abb2851bd505faa3fc9ab46a73c4
md step-v-06-traceability-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md 970ea67486211a611a701e1490ab7e8f2f98060a9f78760b6ebfdb9f37743c74
186 md step-v-07-implementation-leakage-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md aeab46b20c6aafc4b1d369c65ccf02a1fc5f7de60cbffddf7719e2899de6fe28
md step-v-07-implementation-leakage-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md f75d1d808fdf3d61b15bea55418b82df747f45902b6b22fe541e83b4ea3fa465
187 md step-v-08-domain-compliance-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md 1be1de3adc40ded63e3662a75532fa1b13c28596b3b49204fbda310f6fa5f0da
md step-v-08-domain-compliance-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md a1902baaf4eaaf946e5c2c2101a1ac46f8ee4397e599218b8dc030cd00c97512
188 md step-v-09-project-type-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md fffbf78461186456a5ca72b2b9811cb391476c1d1af0301ff71b8f73198c88d1
md step-v-09-project-type-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md d53e95264625335184284d3f9d0fc6e7674f67bdf97e19362fc33df4bea7f096
189 md step-v-10-smart-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md 81bf3fbe84054b51cb36b673a3877c65c9b790acd502a9a8a01f76899f5f4f4c
md step-v-10-smart-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md b3c21cfcb8928ee447e12ba321af957a57385d0a2d2595deb6908212ec1c9692
190 md step-v-11-holistic-quality-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md 4be7756dce12a6c7c5de6a551716d9e3b1df1f5d9d87fc28efb95fe6960cd3ce
md step-v-11-holistic-quality-validation bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md db07ecc3af8720c15d2801b547237d6ec74523883e361a9c03c0bd09b127bee3
191 md step-v-12-completeness-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md 20371cf379d396292dd63ad721fe48258853048e10cd9ecb8998791194fe4236
192 md step-v-12-completeness-validation step-v-13-report-complete bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md c966933a0ca3753db75591325cef4d4bdaf9639a1a63f9438758d32f7e1a1dda 67458c55a321c0d2857371a7588fbd387497570cd1b7c53f5a0cf558e1cdc325
193 md step-v-13-report-complete sync-sprint-status bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md bmm/4-implementation/bmad-quick-dev/sync-sprint-status.md 5df1fe4427273411bc55051519edf89e36ae46b5435240664ead8ffac6842d85 c0f2fdb940984206a4b7aa2467fbcb7c4811f648634e43a488593974e9efff5e
md step-v-13-report-complete bmm bmm/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md a48cb9e8202f66a24798ef50e66b2fa11422560085aa40bb6a057fadc53353af
194 md template bmm bmm/4-implementation/bmad-create-story/template.md 29ba697368d77e88e88d0e7ac78caf7a78785a7dcfc291082aa96a62948afb67
195 md ux-design-template bmm bmm/2-plan-workflows/bmad-create-ux-design/ux-design-template.md ffa4b89376cd9db6faab682710b7ce755990b1197a8b3e16b17748656d1fca6a
196 md validate-doc bmm bmm/1-analysis/bmad-agent-tech-writer/validate-doc.md 3b8d25f60be191716266726393f2d44b77262301b785a801631083b610d6acc5
197 md verdict bmm bmm/1-analysis/bmad-prfaq/references/verdict.md 1a1cbc34090114d3a2b928456edec1563b73d84fea66c58e98780bf680f172ec
198 md web-researcher bmm bmm/1-analysis/bmad-prfaq/agents/web-researcher.md 6e9127bb9bd3e4b15c701e4ced9eef328769262cd34eadc221bebe954c1f3aef
199 md web-researcher bmm bmm/1-analysis/bmad-product-brief/agents/web-researcher.md 66aadb087f9bb3e7d05787c8f30237247ad3b90f241d342838e4ca95ed0d0260
md workflow bmm bmm/1-analysis/bmad-document-project/workflow.md 946a5e79552769a0254791f4faab719e1fce0b0ca5163c8948e3ab7f6bbd77e9
md workflow bmm bmm/1-analysis/research/bmad-domain-research/workflow.md 8f50250c35786710b7a380404791ce5d04834f5c381abb297a6d1adc2a5007f8
md workflow bmm bmm/1-analysis/research/bmad-market-research/workflow.md b10298a8ccb939ed49f7c171f4ca9e3fe415980ebddf6bce78a7c375ef92eb84
md workflow bmm bmm/1-analysis/research/bmad-technical-research/workflow.md 69da7541ebac524a905218470c1f91e93ef631b7993629ada9e5224598e93f3f
md workflow bmm bmm/2-plan-workflows/bmad-create-prd/workflow.md e40e1e72e3130d0189f77ae79f1ab242d504d963bf53c2a52e1fce8c0bc7e06e
md workflow bmm bmm/2-plan-workflows/bmad-create-ux-design/workflow.md d3f718aca12f9618e4271480bd76835e7f33961a4c168ce5aaec9e5a3a083c76
md workflow bmm bmm/2-plan-workflows/bmad-edit-prd/workflow.md 96f09f2e6ebd990c5edc435d6c79bdccaef5e0629d7ae211812ac91a6f337fb6
md workflow bmm bmm/2-plan-workflows/bmad-validate-prd/workflow.md fbb45a58c4049d7a6a569071e3e58eb03ff3a84ed29a6f2437f49ea2902d1790
md workflow bmm bmm/3-solutioning/bmad-check-implementation-readiness/workflow.md 0e1f1c49ee3d1965fa2378728ad5ebf8bb9d97aee67adf44993a672fbc0c85e8
md workflow bmm bmm/3-solutioning/bmad-create-architecture/workflow.md 7845e7b62ca44da48fac9d732be43e83fe312a8bc83dd9e06574fbbc629c3b49
md workflow bmm bmm/3-solutioning/bmad-create-epics-and-stories/workflow.md 204ce6a9fb23b63d8c254673d073f51202277dc280f9d9a535c2763aeb878a03
md workflow bmm bmm/3-solutioning/bmad-generate-project-context/workflow.md 9d804dcdc199ae91f27f43276069e1924d660d506f455931c99759a3fd7d305d
md workflow bmm bmm/4-implementation/bmad-code-review/workflow.md 329c5b98aedf092cc1e3cd56a73a19a68edac0693ff9481abc88336852dbffd0
md workflow bmm bmm/4-implementation/bmad-correct-course/workflow.md 799510be917f90f0921ab27143a99c6a6b154af2e7afb3cf9729bde84a0bae6f
md workflow bmm bmm/4-implementation/bmad-create-story/workflow.md 5ef89f34fe47a6f83d4dc3c3e1d29bbdea58838122549f60a6bc53046825305d
md workflow bmm bmm/4-implementation/bmad-dev-story/workflow.md 96109fde74e4a6743acb6d3b70f83b6ceddc48dc7dc5fbb4a7a5142ecc0fc51e
md workflow bmm bmm/4-implementation/bmad-qa-generate-e2e-tests/workflow.md f399bfecbdd005b3f2de1ce15f5ab693776aded6e7d92e104f1f1a66fbcfc85e
md workflow bmm bmm/4-implementation/bmad-quick-dev/workflow.md cdf74759876665a2dedd9788a979302a176d8d2790017756217ad588cee7f89e
md workflow bmm bmm/4-implementation/bmad-retrospective/workflow.md aa0c39d871f653d19131c4c13e84bf40d7b7c764aad9e117fc328008fbd356b1
md workflow bmm bmm/4-implementation/bmad-sprint-planning/workflow.md 6d4714a4d13d2a4f603062111fd46e6e8c69d0793b3501495b5d3826fbd0af4d
md workflow bmm bmm/4-implementation/bmad-sprint-status/workflow.md 61c96b0bca5c720b3f8d9aac459611955add277e19716db796f211bad94d4e70
md workflow-validate-prd bmm bmm/2-plan-workflows/create-prd/workflow-validate-prd.md 2a414986b4369622de815fb97f7b825ccf48962472c65c19ea985175dcdc5e6c
200 md write-document bmm bmm/1-analysis/bmad-agent-tech-writer/write-document.md c0ddfd981f765b82cba0921dad331cd1fa32bacdeea1f02320edfd60a0ae7e6f
201 yaml toml bmad-skill-manifest customize bmm bmm/1-analysis/bmad-agent-analyst/bmad-skill-manifest.yaml bmm/1-analysis/bmad-agent-analyst/customize.toml bc352201cf3b41252ca0c107761efd771f3e37ece9426d7dbf483e0fc6593049 7191f4a60ada7dbabe083699b2461f35778af7688924dc6ce05911cf1ffc9054
202 yaml toml bmad-skill-manifest customize bmm bmm/1-analysis/bmad-agent-tech-writer/bmad-skill-manifest.yaml bmm/1-analysis/bmad-agent-tech-writer/customize.toml 35ea1ff2681f199412056d3252b88b98bd6d4a3d69bb486c922a055c23568d69 bb828f2d26a136870099226f07c61297ce88ddd335823b7549592932bbe14a2e
203 yaml toml bmad-skill-manifest customize bmm bmm/2-plan-workflows/bmad-agent-pm/bmad-skill-manifest.yaml bmm/1-analysis/bmad-document-project/customize.toml b0a09b8c8fd3c8315a503067e62624415a00b91d91d83177b95357f02b18db98 3bbb5044fafdd865a5fe0863df116a479f30de7fb95c9cf4213f0b87ba1ba924
204 yaml toml bmad-skill-manifest customize bmm bmm/2-plan-workflows/bmad-agent-ux-designer/bmad-skill-manifest.yaml bmm/1-analysis/bmad-prfaq/customize.toml 9d319a393c7c58a47dbf7c7f3c4bb2b4756e210ac6d29a0c3c811ff66d4d2ec1 8994f925bab65bd310e5ab38781286b6137f3e0c9e89f3ab8a2f480eb05e0de5
205 yaml toml bmad-skill-manifest customize bmm bmm/3-solutioning/bmad-agent-architect/bmad-skill-manifest.yaml bmm/1-analysis/bmad-product-brief/customize.toml 4de683765970ef12294035164417121ac77c4c118947cdbf4af58ea7cfee858b 0f10970bf0381458a6e3d2974958e5e52d7873beae61bf6c104303d37cff87f1
206 yaml toml bmad-skill-manifest customize bmm bmm/4-implementation/bmad-agent-dev/bmad-skill-manifest.yaml bmm/1-analysis/research/bmad-domain-research/customize.toml ad2bb1387b0b7330cdc549a619706483c3b0d70792b91deb1ca575db8f8f523f 462ef14dc1e1f6d145fdfe25e315168fd1fa278ea5f87fe0fa86689234daec2f
207 yaml toml bmad-skill-manifest customize bmm bmm/4-implementation/bmad-agent-qa/bmad-skill-manifest.yaml bmm/1-analysis/research/bmad-market-research/customize.toml 00e680311146df8b7e4f1da1ecf88ff7c6da87049becb3551139f83fca1a3563 f47af9158893dd3f7ab81ac03cb07d8c76342eead61ec7c9a8a463066b7db9af
208 yaml toml bmad-skill-manifest customize bmm bmm/4-implementation/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml bmm/1-analysis/research/bmad-technical-research/customize.toml 6c3c47eb61554b1d8cd9ccdf202ffff2f20bb8ab7966356ae82825dc2ae3171f 7f567fddb04674f817398addbc06e6d1620883d89dcc7ac643c5a56eef5ac337
209 yaml toml bmad-skill-manifest customize bmm bmm/4-implementation/bmad-agent-sm/bmad-skill-manifest.yaml bmm/2-plan-workflows/bmad-agent-pm/customize.toml ac92ed5eb5dd6e2975fc9a2170ef2c6d917872521979d349ec5f5a14e323dbf6 c7c30e182fbff5e1cc4d329a99b0bf1188463d25d61b843847818c5bef0d4753
210 yaml toml config customize bmm bmm/config.yaml bmm/2-plan-workflows/bmad-agent-ux-designer/customize.toml 42b8ef8d93158423b50ce065fbb840414fc20cc4bd6475c0fafd9420a178bcc8 0d36c8ce31fe332770b2755a7e952dc102f184fb3275448bf6ac2ebc783ed03b
211 yaml toml sprint-status-template customize bmm bmm/4-implementation/bmad-sprint-planning/sprint-status-template.yaml bmm/2-plan-workflows/bmad-create-prd/customize.toml b46a7bfb7d226f00bd064f111e527eee54ad470d177382a9a15f1a6dde21544c 0c990af4c0a755402abbef893850bd542744a8b6f36c0587c9f3fb6dab6bf5e7
212 csv toml design-methods customize cis bmm cis/skills/bmad-cis-design-thinking/design-methods.csv bmm/2-plan-workflows/bmad-create-ux-design/customize.toml 6735e9777620398e35b7b8ccb21e9263d9164241c3b9973eb76f5112fb3a8fc9 e51d02120e5e79788b183f1fb377f823f7626bac7702a6aa4dc6ddd0a3b00000
213 csv toml innovation-frameworks customize cis bmm cis/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv bmm/2-plan-workflows/bmad-edit-prd/customize.toml 9a14473b1d667467172d8d161e91829c174e476a030a983f12ec6af249c4e42f 35cc2dfb3eda73a0ae4dc987cac58867b25c43ce5c5a1bf552e215826ede6c22
214 csv toml module-help customize cis bmm cis/module-help.csv bmm/2-plan-workflows/bmad-validate-prd/customize.toml 5fb4d618cb50646b4f5e87b4c6568bbcebc4332a9d4c1b767299b55bf2049afb bfb3c8af5b81b2cdb9bb84f844f1b0dafc40d8c283effa6ad48db966b9446cef
215 csv toml solving-methods customize cis bmm cis/skills/bmad-cis-problem-solving/solving-methods.csv bmm/3-solutioning/bmad-agent-architect/customize.toml aa15c3a862523f20c199600d8d4d0a23fce1001010d7efc29a71abe537d42995 32e8074896a569ce59e4db62ab3b4af396798b8fa50c67449a5d90c2a7a7e074
216 csv toml story-types customize cis bmm cis/skills/bmad-cis-storytelling/story-types.csv bmm/3-solutioning/bmad-check-implementation-readiness/customize.toml ec5a3c713617bf7e2cf7db439303dd8f3363daa2f6db20a350c82260ade88bdb 571d81087b7a6d914cf7c2f21aa26354eac385bb2f5cfeabc591892cbb98d036
217 md toml SKILL customize cis bmm cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md bmm/3-solutioning/bmad-create-architecture/customize.toml 068987b5223adfa7e10ade9627574c31d8900620fa8032fe0bf784e463892836 618be49b0286f18dfb4b6bac3d96bf1cf062994fa5278cd327be9898e651b43c
218 md toml SKILL customize cis bmm cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md bmm/3-solutioning/bmad-create-epics-and-stories/customize.toml 5c489c98cfabd7731cabef58deb5e2175c5b93ae4c557d758dede586cc1a37b5 da9e43605bc6aec83173050b5d37ede6aebfa9a17c5959a5029681d73e744ba3
219 md toml SKILL customize cis bmm cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md bmm/3-solutioning/bmad-generate-project-context/customize.toml a4c59f8bf4fe29f19b787a3a161c1b9b28a32b17850bf9ce0d0428b0474983ef 00b6e893b93a1be7c04408f1824dad72c2c43ee02ba29210725e34394bf8225e
220 md toml SKILL customize cis bmm cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md bmm/4-implementation/bmad-agent-dev/customize.toml 55356bd7937fd578faa1ae5c04ca36f49185fdbe179df6d0f2ba08e494847a49 01a45ac2420f920cfc934de7b1a884b04017c85641085c93d9aada45d2dccf17
221 md toml SKILL customize cis bmm cis/skills/bmad-cis-agent-presentation-master/SKILL.md bmm/4-implementation/bmad-checkpoint-preview/customize.toml efdb06e27e6ea7a4c2fa5a2c7d25e7a3599534852706e61d96800596eae4e125 1a1e0c3a8914adda3cec925eed51287e067c7f84120de64a8df53348e7b77de5
222 md toml SKILL customize cis bmm cis/skills/bmad-cis-agent-storyteller/SKILL.md bmm/4-implementation/bmad-code-review/customize.toml 48938333ac0f26fba524d76de8d79dd2c68ae182462ad48d246a5e01cca1f09f 94ad662fdf3fda372c6e24b2cbda629d0b2aa851097d02afb5905c768b1a1cde
223 md toml SKILL customize cis bmm cis/skills/bmad-cis-design-thinking/SKILL.md bmm/4-implementation/bmad-correct-course/customize.toml 3851c14c9a53828692fffc14c484e435adcd5452e2c8bed51f7c5dd54218e02e 78095d25afb5b2d4844956f61e9ac640a62d0245174fab9406e9c289f33fd84b
224 md toml SKILL customize cis bmm cis/skills/bmad-cis-innovation-strategy/SKILL.md bmm/4-implementation/bmad-create-story/customize.toml 9a4a90e4b81368ad09fe51a62fde1cc02aa176c828170b077c953c0b0b2f303d 1204f6de064436922f2813069778eb4eaa5f1f945aa8ea5a5ffb87897a2ba8fe
225 md toml SKILL customize cis bmm cis/skills/bmad-cis-problem-solving/SKILL.md bmm/4-implementation/bmad-dev-story/customize.toml d78b21e22a866da35f84b8aca704ef292c0d8b3444e30a79c82bca2f3af174f8 592fa7948c4614609a59b152518f518d35e0178d6aa7c22e169d78157fd9f5aa
226 md toml SKILL customize cis bmm cis/skills/bmad-cis-storytelling/SKILL.md bmm/4-implementation/bmad-qa-generate-e2e-tests/customize.toml 2cfd311821f5ca76a4ad8338b58eb51da6bb508d8bb84ee2b5eb25ca816a3cd6 04a99926b2d79318b927434c7344dc666f143026ed99c7fcc0d6e3d68263ae66
227 md toml stories-told customize cis bmm cis/skills/bmad-cis-agent-storyteller/stories-told.md bmm/4-implementation/bmad-quick-dev/customize.toml 47ee9e599595f3d9daf96d47bcdacf55eeb69fbe5572f6b08a8f48c543bc62de 5ba463713de51762eb381be787cbd657932333b808be370d851fc3e40f139e2f
228 md toml story-preferences customize cis bmm cis/skills/bmad-cis-agent-storyteller/story-preferences.md bmm/4-implementation/bmad-retrospective/customize.toml b70dbb5baf3603fdac12365ef24610685cba3b68a9bc41b07bbe455cbdcc0178 0b032c342129732820ca2db386d2d5e26d033d8ac296388fc9f2e78765fab9fb
229 md toml template customize cis bmm cis/skills/bmad-cis-design-thinking/template.md bmm/4-implementation/bmad-sprint-planning/customize.toml 7834c387ac0412c841b49a9fcdd8043f5ce053e5cb26993548cf4d31b561f6f0 f7bde2f792e8604f26122ee792c5493e270710296044b07680db7d90e886caf3
230 md toml template customize cis bmm cis/skills/bmad-cis-innovation-strategy/template.md bmm/4-implementation/bmad-sprint-status/customize.toml e59bd789df87130bde034586d3e68bf1847c074f63d839945e0c29b1d0c85c82 96261fd227befaa4685b0a5091d3e85299d4ae8e4404176b42f5ef2e2fb501bd
231 md yaml template config cis bmm cis/skills/bmad-cis-problem-solving/template.md bmm/config.yaml 6c9efd7ac7b10010bd9911db16c2fbdca01fb0c306d871fa6381eef700b45608 4224846e15fef261dd31143b85306f0b0b1cc3d04f4bc4a4a7e7ed8f5b246ab4
232 md yaml template sprint-status-template cis bmm cis/skills/bmad-cis-storytelling/template.md bmm/4-implementation/bmad-sprint-planning/sprint-status-template.yaml 461981aa772ef2df238070cbec90fc40995df2a71a8c22225b90c91afed57452 deeec135d875b107618dd41278349689b5f3dcb5894d7509909417a570f46fd9
233 md csv workflow design-methods cis cis/skills/bmad-cis-design-thinking/workflow.md cis/skills/bmad-cis-design-thinking/design-methods.csv 7f4436a938d56260706b02b296d559c8697ffbafd536757a7d7d41ef2a577547 97a1fa87aaa355ce855c2c4e3bbfde59cb4ed2166cf9896496af786f10c13459
234 md csv workflow innovation-frameworks cis cis/skills/bmad-cis-innovation-strategy/workflow.md cis/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv 23094a6bf5845c6b3cab6fb3cd0c96025b84eb1b0deb0a8d03c543f79b9cc71f bd1d191062302353d2562a54751f8f263ce47e143202e2c0fe41315c2be9eb95
235 md csv workflow module-help cis cis/skills/bmad-cis-problem-solving/workflow.md cis/module-help.csv e43fa26e6a477f26888db76f499936e398b409f36eaed5b462795a4652d2f392 67c31582927d1020a018bc92bcb48cde396a37fb856f01cb46c276ab344e6477
236 md csv workflow solving-methods cis cis/skills/bmad-cis-storytelling/workflow.md cis/skills/bmad-cis-problem-solving/solving-methods.csv 277c82eab204759720e08baa5b6bbb3940074f512a2b76a25979fa885abee4ec f3a380b12b21ec2410d1ac44bc8ca1970b0a04a21bfe3dd0370ac7ed1ec0d2c0
237 yaml csv bmad-skill-manifest story-types cis cis/skills/bmad-cis-agent-brainstorming-coach/bmad-skill-manifest.yaml cis/skills/bmad-cis-storytelling/story-types.csv 5da43a49b039fc7158912ff216a93f661c08a38437631d63fea6eadea62006a9 8cf3d49d3ce771f30b6d9c0c936d35f92b8af23e0962c876df832c02d605f1ce
238 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-agent-creative-problem-solver/bmad-skill-manifest.yaml cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md c8be4e4e1f176e2d9d37c1e5bae0637a80d774f8e816f49792b672b2f551bfad 8319b333d17005d3cb217e35425720a6860117da2127a49fd54f26fc4ce4ecbd
239 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-agent-design-thinking-coach/bmad-skill-manifest.yaml cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md a291d86728c776975d93a72ea3bd16c9e9d6f571dd2fdbb99102aed59828abe3 5e76f1dc0201c8f0a5f62bbf31ddf54abafb4d2ed16c7029d76129a97650cb36
240 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-agent-innovation-strategist/bmad-skill-manifest.yaml cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md a34ff8a15f0a2b572b5d3a5bb56249e8ce48626dacb201042ebb18391c3b9314 9e01ddeb1cde6a09f56e0b299ed1b438e0504626d71f89e133abf5cfb05bb974
241 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-agent-presentation-master/bmad-skill-manifest.yaml cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md 62dc2d1ee91093fc9f5112c0a04d0d82e8ae3d272d39007b2a1bdd668ef06605 dc87fabf02687931fca5a5d9c7e823a65858667b519361e62239b4a9fb80567e
242 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-agent-storyteller/bmad-skill-manifest.yaml cis/skills/bmad-cis-agent-presentation-master/SKILL.md 516c3bf4db5aa2ac0498b181e8dacecd53d7712afc7503dc9d0896a8ade1a21e 6de03d6f40d5bfa6c907be99c26fa85cfdd6f29ffe32d61f05b036692be9b70f
243 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-design-thinking/bmad-skill-manifest.yaml cis/skills/bmad-cis-agent-storyteller/SKILL.md ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee 0b1e07d4d4e5b8699ada13ae77e5937049f677c8042709e24a22c964f5d6b430
244 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-innovation-strategy/bmad-skill-manifest.yaml cis/skills/bmad-cis-design-thinking/SKILL.md ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee 2accfa89b433332624d606cdb45e2fc793bb00f64085e362adbc88a79ad2dde9
245 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-problem-solving/bmad-skill-manifest.yaml cis/skills/bmad-cis-innovation-strategy/SKILL.md ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee b217a43193fbd7aeefa242f0275056d5b1f0d8a5092a13073b570e9765d0d44e
246 yaml md bmad-skill-manifest SKILL cis cis/skills/bmad-cis-storytelling/bmad-skill-manifest.yaml cis/skills/bmad-cis-problem-solving/SKILL.md ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee 4513bdf0a8e23e9e197bd797abb4f2a35805629304408c674fd5266cd8162565
247 yaml md config SKILL cis cis/config.yaml cis/skills/bmad-cis-storytelling/SKILL.md 5bfe04605af813eed5257e8e8985175f5ba4894700af36a4b3200ebd6a1bee18 57070893827957fe3ac1940009367572c5a42f19b934ff9aec2301226f5088db
248 md template cis cis/skills/bmad-cis-design-thinking/template.md 7bcf6d0cd09de3c0d91f3f49ee280177365dabb64ed814b97e83e73082643c37
249 md template cis cis/skills/bmad-cis-innovation-strategy/template.md ab574d69fa13e21c806101a9089563b541013f6df44255d800ea24d4cb6d7136
250 md template cis cis/skills/bmad-cis-problem-solving/template.md c46fbdf42a1d9ad732f562e4add05020198ffc7ba18d134718e1cd960752c390
251 md template cis cis/skills/bmad-cis-storytelling/template.md 290615dbd530dc13843a87ebedd107b390bcfd57cf68df67cd250dea8f49b2dd
252 toml customize cis cis/skills/bmad-cis-agent-brainstorming-coach/customize.toml 1f39c1f71956ed7de604d65d22a71a9dd545f7ea79e7d7896cbe7dd5420ee136
253 toml customize cis cis/skills/bmad-cis-agent-creative-problem-solver/customize.toml 22776ffabb4cb872d3449a7df37dc54596f7f94bd551aa865e7680f76fbe0ea6
254 toml customize cis cis/skills/bmad-cis-agent-design-thinking-coach/customize.toml 82a6afc2c758207108eb1a550207cf5938d4045526cc80f4a803e17c60cd2358
255 toml customize cis cis/skills/bmad-cis-agent-innovation-strategist/customize.toml 813ec5fee7c4bbf57114183df762442e98a8917e6b18dc4db43b592a7c68cf03
256 toml customize cis cis/skills/bmad-cis-agent-presentation-master/customize.toml 96bdc857041f90cc6fbfec19ae60f32cb932cedd9abff5293651ffbdf8564cd2
257 toml customize cis cis/skills/bmad-cis-agent-storyteller/customize.toml ea81e5a186a71b545256eee447e09166b06bd3473e490cba86c8ea1891968baa
258 toml customize cis cis/skills/bmad-cis-design-thinking/customize.toml b2fe38acfa3d906f898588af4fcea594d0c493911dc60496042a5aca86addb70
259 toml customize cis cis/skills/bmad-cis-innovation-strategy/customize.toml 6f671d4d17c6e4cb880a81384e161b51eea29889d7673d17bcf4353c1a92504f
260 toml customize cis cis/skills/bmad-cis-problem-solving/customize.toml 3683c044711f8548e9f5e7b5e0caa3673f2eee4deb17550f401807da488afe60
261 toml customize cis cis/skills/bmad-cis-storytelling/customize.toml f4a92a16d196d49c6ad7aef5a24a5a7a50b5da5e6d3c25b6067baa5ae81930cd
262 yaml config cis cis/config.yaml bf714f22b5f6d8710513fa2ce6f55d737a0a724b9b5e9ebf1b53c81b5a5e1764
263 toml config config.toml config.toml 8150f4b70ec7b3e42d3e765aa3f37b6ba805608d00c44c3327925d2344eca66b
264 toml config.user config.user.toml config.user.toml 0f4829193ef8f9b2c3be3055bccbaa9cf3876a2d0b4ea68e037219a4ea81864d
265 csv brain-methods core core/bmad-brainstorming/brain-methods.csv 0ab5878b1dbc9e3fa98cb72abfc3920a586b9e2b42609211bb0516eefd542039
266 csv methods core core/bmad-advanced-elicitation/methods.csv e08b2e22fec700274982e37be608d6c3d1d4d0c04fa0bae05aa9dba2454e6141
267 csv module-help core core/module-help.csv 79cb3524f9ee81751b6faf549e67cbaace7fa96f71b93b09db1da8e29bf9db81 1eddc9d8b3d3c060cc58bfda3a77d2a696260e461701877905061d3a58591c8f
268 md compression-rules core core/bmad-distillator/resources/compression-rules.md 86e53d6a2072b379864766681d1cc4e1aad3d4428ecca8c46010f7364da32724
269 md distillate-compressor core core/bmad-distillator/agents/distillate-compressor.md c00da33b39a43207a224c4043d1aa4158e90e41ab421fff0ea7cc55beec81ef8
270 md distillate-format-reference core core/bmad-distillator/resources/distillate-format-reference.md 0ed0e016178f606ff7b70dd852695e94bce8da6d83954257e0b85779530bcaeb 616488300d40c6de2f0a69ee153258ed4664e9763048f3993db8efd2adca1706
271 md round-trip-reconstructor core core/bmad-distillator/agents/round-trip-reconstructor.md 47c83f4a37249ddac38460d8c95d162f6fc175a8919888e8090aed71bd9383bc
272 md SKILL core core/bmad-advanced-elicitation/SKILL.md 2d1011b1c93a4cf62d9a4b8fad876f0a45e1ad0126dbb796ed21304c5c5d8fb9 705cc827cab892855d07dcc926f5c9f749c3abab33e915d6ac1574aec174896b
273 md SKILL core core/bmad-brainstorming/SKILL.md f4a2c22b40ed34cdbd3282dd6161a3b869902f3bc75b58e181fc9faf78eedd9d
274 md SKILL core core/bmad-distillator/SKILL.md core/bmad-customize/SKILL.md 9b404438deb17c56ddc08f7b823177687fb4a62f08f40dac8faa5a93f78e374d 7617ef46b179e2b9aec7e7176933fd65dcba8fd0ca188ea8beb8cee1dedf449c
275 md SKILL core core/bmad-distillator/SKILL.md 756ee0706ff6b8a3d5726b465e81ba244e4eaeba21b7de0d2390473acebb5ddc
276 md SKILL core core/bmad-editorial-review-prose/SKILL.md b3687fe80567378627bc2a0c5034ae8d65dfeedcf2b6c90da077f4feca462d0c
277 md SKILL core core/bmad-editorial-review-structure/SKILL.md 164444359d74f695a84faf7ea558d0eef39c75561e6b26669f97a165c6f75538
278 md SKILL core core/bmad-help/SKILL.md 8966c636a5ee40cc9deeba9a25df4cd2a9999d035f733711946fa6b1cc0de535 cd7096b2ff55b2b87e12d6b9c4c9ea13dfca78c49299a09327c97107f9531da8
279 md SKILL core core/bmad-index-docs/SKILL.md a855d7060414e73ca4fe8e1a3e1cc4d0f2ce394846e52340bdf5a1317e0d234a
280 md SKILL core core/bmad-init/SKILL.md core/bmad-party-mode/SKILL.md fd3c96b86bc02f6dac8e76e2b62b7f7a0782d4c0c6586ee414a7fb37a3bc3a4e bd13fd6cb0b0c61d215e4c394cf4b7cac3a465394c3918f4dc14910513ddb898
md SKILL core core/bmad-party-mode/SKILL.md 558831b737cf3a6a5349b9f1338f2945da82ce2564893e642a2b49b7e62e8b3f
281 md SKILL core core/bmad-review-adversarial-general/SKILL.md 7bffc39e6dba4d9123648c5d4d79e17c3c5b1efbd927c3fe0026c2dbb8d99cff
282 md SKILL core core/bmad-review-edge-case-hunter/SKILL.md f49ed9976f46b4cefa1fc8b4f0a495f16089905e6a7bbf4ce73b8f05c9ae3ee6
283 md SKILL core core/bmad-shard-doc/SKILL.md 3a1538536514725fd4f31aded280ee56b9645fc61d114fd94aacb3ac52304e52
284 md splitting-strategy core core/bmad-distillator/resources/splitting-strategy.md 26d3ed05f912cf99ff9ebe2353f2d84d70e3e852e23a32b1215c13416ad708b5
md step-01-agent-loading core core/bmad-party-mode/steps/step-01-agent-loading.md 04ab6b6247564f7edcd5c503f5ca7d27ae688b09bbe2e24345550963a016e9f9
285 md step-01-session-setup core core/bmad-brainstorming/steps/step-01-session-setup.md 7fd2aed9527ccdf35fc86bd4c9b27b4a530b5cfdfb90ae2b7385d3185bcd60bc
286 md step-01b-continue core core/bmad-brainstorming/steps/step-01b-continue.md 49f8d78290291f974432bc8e8fce340de58ed62aa946e9e3182858bf63829920
md step-02-discussion-orchestration core core/bmad-party-mode/steps/step-02-discussion-orchestration.md a8a79890bd03237e20f1293045ecf06f9a62bc590f5c2d4f88e250cee40abb0b
287 md step-02a-user-selected core core/bmad-brainstorming/steps/step-02a-user-selected.md 7ff3bca27286d17902ecea890494599796633e24a25ea6b31bbd6c3d2e54eba2
288 md step-02b-ai-recommended core core/bmad-brainstorming/steps/step-02b-ai-recommended.md cb77b810e0c98e080b4378999f0e250bacba4fb74c1bcb0a144cffe9989d2cbd
289 md step-02c-random-selection core core/bmad-brainstorming/steps/step-02c-random-selection.md 91c6e16213911a231a41b1a55be7c939e7bbcd1463bd49cb03b5b669a90c0868
290 md step-02d-progressive-flow core core/bmad-brainstorming/steps/step-02d-progressive-flow.md 6b6fbbd34bcf334d79f09e8c36ed3c9d55ddd3ebb8f8f77aa892643d1a4e3436
md step-03-graceful-exit core core/bmad-party-mode/steps/step-03-graceful-exit.md 85e87df198fbb7ce1cf5e65937c4ad6f9ab51a2d80701979570f00519a2d9478
291 md step-03-technique-execution core core/bmad-brainstorming/steps/step-03-technique-execution.md b97afefd4ccc5234e554a3dfc5555337269ce171e730b250c756718235e9df60
292 md step-04-idea-organization core core/bmad-brainstorming/steps/step-04-idea-organization.md acb7eb6a54161213bb916cabf7d0d5084316704e792a880968fc340855cdcbbb
293 md template core core/bmad-brainstorming/template.md 5c99d76963eb5fc21db96c5a68f39711dca7c6ed30e4f7d22aedee9e8bb964f9
294 md workflow core core/bmad-brainstorming/workflow.md 74c87846a5cda7a4534ea592ea3125a8d8a1a88d19c94f5f4481fb28d0d16bf2
md workflow core core/bmad-party-mode/workflow.md e4f7328ccac68ecb7fb346c6b8f4e2e52171b63cff9070c0b382124872e673cb
295 py analyze_sources core core/bmad-distillator/scripts/analyze_sources.py 31e2a8441c3c43c2536739c580cdef6abecb18ff20e7447f42dd868875783166
296 py bmad_init list_customizable_skills core core/bmad-init/scripts/bmad_init.py core/bmad-customize/scripts/list_customizable_skills.py 1b09aaadd599d12ba11bd61e86cb9ce7ce85e2d83f725ad8567b99ff00cbceeb 8787f542930b927789e7fdf12bc5a67ff08e19865903a5ad05ff2cc8fc426b66
297 py test_analyze_sources core core/bmad-distillator/scripts/tests/test_analyze_sources.py d90525311f8010aaf8d7d9212a370468a697866190bae78c35d0aae9b7f23fdf
298 py test_bmad_init test_list_customizable_skills core core/bmad-init/scripts/tests/test_bmad_init.py core/bmad-customize/scripts/tests/test_list_customizable_skills.py 84daa73b4e6adf4adbf203081a570b16859e090104a554ae46a295c9af3cb9bb b55fc2e454f245753874f359c18ade9f3ad04debd66176c6e6bf3e403ca9c812
299 yaml config core core/config.yaml 5e32a81276215be73fda61a0efd7c2f93007694bc8749cba1bb35d2bf6f61bab b53db4776584a37def10d5d594e38372ee5e04c82c37e9042c69a6cd9a30e11f
300 yaml file core-module .gitignore core custom core/bmad-init/resources/core-module.yaml custom/.gitignore eff85de02831f466e46a6a093d860642220295556a09c59e1b7f893950a6cdc9 973b03a33f142c22cf9b65be285bebadd85790b6b55be04637d2f8c716f58fab
301 py resolve_config scripts scripts/resolve_config.py 8e326149d9170477ecc21aa2aa2389d8fbaa5d1cd95db2de2ad33029ce8ae528
302 py resolve_customization scripts scripts/resolve_customization.py 6dbf36a2fea13392426fdbaf4f074b6d9b93488a964d2d1bff2a5c1c3a1d506e

View File

@@ -1,29 +1,31 @@
installation:
version: 6.2.2
version: 6.4.0
installDate: 2026-02-12T20:59:56.383Z
lastUpdated: 2026-03-28T06:44:44.023Z
lastUpdated: 2026-04-25T13:07:25.367Z
modules:
- name: core
version: 6.2.2
version: 6.4.0
installDate: 2026-02-12T20:59:55.888Z
lastUpdated: 2026-03-28T06:44:42.403Z
lastUpdated: 2026-04-25T13:07:25.345Z
source: built-in
npmPackage: null
repoUrl: null
- name: bmm
version: 6.2.2
version: 6.4.0
installDate: 2026-02-12T20:59:54.514Z
lastUpdated: 2026-03-28T06:44:42.403Z
lastUpdated: 2026-04-25T13:07:25.346Z
source: built-in
npmPackage: null
repoUrl: null
- name: cis
version: 0.1.9
version: v0.2.0
installDate: 2026-02-12T20:59:55.869Z
lastUpdated: 2026-03-28T06:44:44.023Z
lastUpdated: 2026-04-25T13:07:25.367Z
source: external
npmPackage: bmad-creative-intelligence-suite
repoUrl: https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite
channel: stable
sha: 14a63b893c07173b7a6cfe0fb6a9a72ba51d3cf1
ides:
- cursor
- cline

View File

@@ -1,63 +1,53 @@
canonicalId,name,description,module,path,install_to_bmad
"bmad-advanced-elicitation","bmad-advanced-elicitation","Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.","core","_bmad/core/bmad-advanced-elicitation/SKILL.md","true"
"bmad-brainstorming","bmad-brainstorming","Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.","core","_bmad/core/bmad-brainstorming/SKILL.md","true"
"bmad-distillator","bmad-distillator","Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'.","core","_bmad/core/bmad-distillator/SKILL.md","true"
"bmad-editorial-review-prose","bmad-editorial-review-prose","Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose","core","_bmad/core/bmad-editorial-review-prose/SKILL.md","true"
"bmad-editorial-review-structure","bmad-editorial-review-structure","Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure","core","_bmad/core/bmad-editorial-review-structure/SKILL.md","true"
"bmad-help","bmad-help","Analyzes current state and user query to answer BMad questions or recommend the next skill(s) to use. Use when user asks for help, bmad help, what to do next, or what to start with in BMad.","core","_bmad/core/bmad-help/SKILL.md","true"
"bmad-index-docs","bmad-index-docs","Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder","core","_bmad/core/bmad-index-docs/SKILL.md","true"
"bmad-init","bmad-init","Initialize BMad project configuration and load config variables. Use when any skill needs module-specific configuration values, or when setting up a new BMad project.","core","_bmad/core/bmad-init/SKILL.md","true"
"bmad-party-mode","bmad-party-mode","Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode.","core","_bmad/core/bmad-party-mode/SKILL.md","true"
"bmad-review-adversarial-general","bmad-review-adversarial-general","Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something","core","_bmad/core/bmad-review-adversarial-general/SKILL.md","true"
"bmad-review-edge-case-hunter","bmad-review-edge-case-hunter","Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs.","core","_bmad/core/bmad-review-edge-case-hunter/SKILL.md","true"
"bmad-shard-doc","bmad-shard-doc","Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document","core","_bmad/core/bmad-shard-doc/SKILL.md","true"
"bmad-editorial-review-prose","bmad-editorial-review-prose","Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose","core","_bmad/core/tasks/bmad-editorial-review-prose/SKILL.md","true"
"bmad-editorial-review-structure","bmad-editorial-review-structure","Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure","core","_bmad/core/tasks/bmad-editorial-review-structure/SKILL.md","true"
"bmad-help","bmad-help","Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now","core","_bmad/core/tasks/bmad-help/SKILL.md","true"
"bmad-index-docs","bmad-index-docs","Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder","core","_bmad/core/tasks/bmad-index-docs/SKILL.md","true"
"bmad-review-adversarial-general","bmad-review-adversarial-general","Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something","core","_bmad/core/tasks/bmad-review-adversarial-general/SKILL.md","true"
"bmad-review-edge-case-hunter","bmad-review-edge-case-hunter","Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven.","core","_bmad/core/tasks/bmad-review-edge-case-hunter/SKILL.md","true"
"bmad-shard-doc","bmad-shard-doc","Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document","core","_bmad/core/tasks/bmad-shard-doc/SKILL.md","true"
"bmad-brainstorming","bmad-brainstorming","Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.","core","_bmad/core/workflows/bmad-brainstorming/SKILL.md","true"
"bmad-party-mode","bmad-party-mode","Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode.","core","_bmad/core/workflows/bmad-party-mode/SKILL.md","true"
"bmad-agent-analyst","bmad-agent-analyst","Strategic business analyst and requirements expert. Use when the user asks to talk to Mary or requests the business analyst.","bmm","_bmad/bmm/1-analysis/bmad-agent-analyst/SKILL.md","true"
"bmad-agent-tech-writer","bmad-agent-tech-writer","Technical documentation specialist and knowledge curator. Use when the user asks to talk to Paige or requests the tech writer.","bmm","_bmad/bmm/1-analysis/bmad-agent-tech-writer/SKILL.md","true"
"bmad-document-project","bmad-document-project","Document brownfield projects for AI context. Use when the user says ""document this project"" or ""generate project docs""","bmm","_bmad/bmm/1-analysis/bmad-document-project/SKILL.md","true"
"bmad-product-brief","bmad-product-brief","Create or update product briefs through guided or autonomous discovery. Use when the user requests to create or update a Product Brief.","bmm","_bmad/bmm/1-analysis/bmad-product-brief/SKILL.md","true"
"bmad-domain-research","bmad-domain-research","Conduct domain and industry research. Use when the user says wants to do domain research for a topic or industry","bmm","_bmad/bmm/1-analysis/research/bmad-domain-research/SKILL.md","true"
"bmad-market-research","bmad-market-research","Conduct market research on competition and customers. Use when the user says they need market research","bmm","_bmad/bmm/1-analysis/research/bmad-market-research/SKILL.md","true"
"bmad-technical-research","bmad-technical-research","Conduct technical research on technologies and architecture. Use when the user says they would like to do or produce a technical research report","bmm","_bmad/bmm/1-analysis/research/bmad-technical-research/SKILL.md","true"
"bmad-agent-pm","bmad-agent-pm","Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the product manager.","bmm","_bmad/bmm/2-plan-workflows/bmad-agent-pm/SKILL.md","true"
"bmad-agent-ux-designer","bmad-agent-ux-designer","UX designer and UI specialist. Use when the user asks to talk to Sally or requests the UX designer.","bmm","_bmad/bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md","true"
"bmad-create-prd","bmad-create-prd","Create a PRD from scratch. Use when the user says ""lets create a product requirements document"" or ""I want to create a new PRD""","bmm","_bmad/bmm/2-plan-workflows/bmad-create-prd/SKILL.md","true"
"bmad-create-ux-design","bmad-create-ux-design","Plan UX patterns and design specifications. Use when the user says ""lets create UX design"" or ""create UX specifications"" or ""help me plan the UX""","bmm","_bmad/bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md","true"
"bmad-edit-prd","bmad-edit-prd","Edit an existing PRD. Use when the user says ""edit this PRD"".","bmm","_bmad/bmm/2-plan-workflows/bmad-edit-prd/SKILL.md","true"
"bmad-validate-prd","bmad-validate-prd","Validate a PRD against standards. Use when the user says ""validate this PRD"" or ""run PRD validation""","bmm","_bmad/bmm/2-plan-workflows/bmad-validate-prd/SKILL.md","true"
"bmad-agent-architect","bmad-agent-architect","System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect.","bmm","_bmad/bmm/3-solutioning/bmad-agent-architect/SKILL.md","true"
"bmad-check-implementation-readiness","bmad-check-implementation-readiness","Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says ""check implementation readiness"".","bmm","_bmad/bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md","true"
"bmad-create-architecture","bmad-create-architecture","Create architecture solution design decisions for AI agent consistency. Use when the user says ""lets create architecture"" or ""create technical architecture"" or ""create a solution design""","bmm","_bmad/bmm/3-solutioning/bmad-create-architecture/SKILL.md","true"
"bmad-create-epics-and-stories","bmad-create-epics-and-stories","Break requirements into epics and user stories. Use when the user says ""create the epics and stories list""","bmm","_bmad/bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md","true"
"bmad-generate-project-context","bmad-generate-project-context","Create project-context.md with AI rules. Use when the user says ""generate project context"" or ""create project context""","bmm","_bmad/bmm/3-solutioning/bmad-generate-project-context/SKILL.md","true"
"bmad-agent-dev","bmad-agent-dev","Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent.","bmm","_bmad/bmm/4-implementation/bmad-agent-dev/SKILL.md","true"
"bmad-agent-qa","bmad-agent-qa","QA engineer for test automation and coverage. Use when the user asks to talk to Quinn or requests the QA engineer.","bmm","_bmad/bmm/4-implementation/bmad-agent-qa/SKILL.md","true"
"bmad-agent-quick-flow-solo-dev","bmad-agent-quick-flow-solo-dev","Elite full-stack developer for rapid spec and implementation. Use when the user asks to talk to Barry or requests the quick flow solo dev.","bmm","_bmad/bmm/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md","true"
"bmad-agent-sm","bmad-agent-sm","Scrum master for sprint planning and story preparation. Use when the user asks to talk to Bob or requests the scrum master.","bmm","_bmad/bmm/4-implementation/bmad-agent-sm/SKILL.md","true"
"bmad-code-review","bmad-code-review","Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says ""run code review"" or ""review this code""","bmm","_bmad/bmm/4-implementation/bmad-code-review/SKILL.md","true"
"bmad-correct-course","bmad-correct-course","Manage significant changes during sprint execution. Use when the user says ""correct course"" or ""propose sprint change""","bmm","_bmad/bmm/4-implementation/bmad-correct-course/SKILL.md","true"
"bmad-create-story","bmad-create-story","Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says ""create the next story"" or ""create story [story identifier]""","bmm","_bmad/bmm/4-implementation/bmad-create-story/SKILL.md","true"
"bmad-dev-story","bmad-dev-story","Execute story implementation following a context filled story spec file. Use when the user says ""dev this story [story file]"" or ""implement the next story in the sprint plan""","bmm","_bmad/bmm/4-implementation/bmad-dev-story/SKILL.md","true"
"bmad-qa-generate-e2e-tests","bmad-qa-generate-e2e-tests","Generate end to end automated tests for existing features. Use when the user says ""create qa automated tests for [feature]""","bmm","_bmad/bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md","true"
"bmad-quick-dev","bmad-quick-dev","Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.","bmm","_bmad/bmm/4-implementation/bmad-quick-dev/SKILL.md","true"
"bmad-retrospective","bmad-retrospective","Post-epic review to extract lessons and assess success. Use when the user says ""run a retrospective"" or ""lets retro the epic [epic]""","bmm","_bmad/bmm/4-implementation/bmad-retrospective/SKILL.md","true"
"bmad-sprint-planning","bmad-sprint-planning","Generate sprint status tracking from epics. Use when the user says ""run sprint planning"" or ""generate sprint plan""","bmm","_bmad/bmm/4-implementation/bmad-sprint-planning/SKILL.md","true"
"bmad-sprint-status","bmad-sprint-status","Summarize sprint status and surface risks. Use when the user says ""check sprint status"" or ""show sprint status""","bmm","_bmad/bmm/4-implementation/bmad-sprint-status/SKILL.md","true"
"bmad-cis-agent-brainstorming-coach","bmad-cis-agent-brainstorming-coach","Elite brainstorming specialist for facilitated ideation sessions. Use when the user asks to talk to Carson or requests the Brainstorming Specialist.","cis","_bmad/cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md","true"
"bmad-cis-agent-creative-problem-solver","bmad-cis-agent-creative-problem-solver","Master problem solver for systematic problem-solving methodologies. Use when the user asks to talk to Dr. Quinn or requests the Master Problem Solver.","cis","_bmad/cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md","true"
"bmad-cis-agent-design-thinking-coach","bmad-cis-agent-design-thinking-coach","Design thinking maestro for human-centered design processes. Use when the user asks to talk to Maya or requests the Design Thinking Maestro.","cis","_bmad/cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md","true"
"bmad-cis-agent-innovation-strategist","bmad-cis-agent-innovation-strategist","Disruptive innovation oracle for business model innovation and strategic disruption. Use when the user asks to talk to Victor or requests the Disruptive Innovation Oracle.","cis","_bmad/cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md","true"
"bmad-cis-agent-presentation-master","bmad-cis-agent-presentation-master","Visual communication and presentation expert for slide decks, pitch decks, and visual storytelling. Use when the user asks to talk to Caravaggio or requests the Presentation Expert.","cis","_bmad/cis/skills/bmad-cis-agent-presentation-master/SKILL.md","true"
"bmad-cis-agent-storyteller","bmad-cis-agent-storyteller","Master storyteller for compelling narratives using proven frameworks. Use when the user asks to talk to Sophia or requests the Master Storyteller.","cis","_bmad/cis/skills/bmad-cis-agent-storyteller/SKILL.md","true"
"bmad-cis-design-thinking","bmad-cis-design-thinking","Guide human-centered design processes using empathy-driven methodologies. Use when the user says ""lets run design thinking"" or ""I want to apply design thinking""","cis","_bmad/cis/skills/bmad-cis-design-thinking/SKILL.md","true"
"bmad-cis-innovation-strategy","bmad-cis-innovation-strategy","Identify disruption opportunities and architect business model innovation. Use when the user says ""lets create an innovation strategy"" or ""I want to find disruption opportunities""","cis","_bmad/cis/skills/bmad-cis-innovation-strategy/SKILL.md","true"
"bmad-cis-problem-solving","bmad-cis-problem-solving","Apply systematic problem-solving methodologies to complex challenges. Use when the user says ""guide me through structured problem solving"" or ""I want to crack this challenge with guided problem solving techniques""","cis","_bmad/cis/skills/bmad-cis-problem-solving/SKILL.md","true"
"bmad-cis-storytelling","bmad-cis-storytelling","Craft compelling narratives using story frameworks. Use when the user says ""help me with storytelling"" or ""I want to create a narrative through storytelling""","cis","_bmad/cis/skills/bmad-cis-storytelling/SKILL.md","true"
canonicalId,name,description,module,path
"bmad-advanced-elicitation","bmad-advanced-elicitation","Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.","core","_bmad/core/bmad-advanced-elicitation/SKILL.md"
"bmad-brainstorming","bmad-brainstorming","Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.","core","_bmad/core/bmad-brainstorming/SKILL.md"
"bmad-customize","bmad-customize","Authors and updates customization overrides for installed BMad skills. Use when the user says 'customize bmad', 'override a skill', 'change agent behavior', or 'customize a workflow'.","core","_bmad/core/bmad-customize/SKILL.md"
"bmad-distillator","bmad-distillator","Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'.","core","_bmad/core/bmad-distillator/SKILL.md"
"bmad-editorial-review-prose","bmad-editorial-review-prose","Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose","core","_bmad/core/bmad-editorial-review-prose/SKILL.md"
"bmad-editorial-review-structure","bmad-editorial-review-structure","Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure","core","_bmad/core/bmad-editorial-review-structure/SKILL.md"
"bmad-help","bmad-help","Analyzes current state and user query to answer BMad questions or recommend the next skill(s) to use. Use when user asks for help, bmad help, what to do next, or what to start with in BMad.","core","_bmad/core/bmad-help/SKILL.md"
"bmad-index-docs","bmad-index-docs","Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder","core","_bmad/core/bmad-index-docs/SKILL.md"
"bmad-party-mode","bmad-party-mode","Orchestrates group discussions between installed BMAD agents, enabling natural multi-agent conversations where each agent is a real subagent with independent thinking. Use when user requests party mode, wants multiple agent perspectives, group discussion, roundtable, or multi-agent conversation about their project.","core","_bmad/core/bmad-party-mode/SKILL.md"
"bmad-review-adversarial-general","bmad-review-adversarial-general","Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something","core","_bmad/core/bmad-review-adversarial-general/SKILL.md"
"bmad-review-edge-case-hunter","bmad-review-edge-case-hunter","Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs.","core","_bmad/core/bmad-review-edge-case-hunter/SKILL.md"
"bmad-shard-doc","bmad-shard-doc","Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document","core","_bmad/core/bmad-shard-doc/SKILL.md"
"bmad-agent-analyst","bmad-agent-analyst","Strategic business analyst and requirements expert. Use when the user asks to talk to Mary or requests the business analyst.","bmm","_bmad/bmm/1-analysis/bmad-agent-analyst/SKILL.md"
"bmad-agent-tech-writer","bmad-agent-tech-writer","Technical documentation specialist and knowledge curator. Use when the user asks to talk to Paige or requests the tech writer.","bmm","_bmad/bmm/1-analysis/bmad-agent-tech-writer/SKILL.md"
"bmad-document-project","bmad-document-project","Document brownfield projects for AI context. Use when the user says ""document this project"" or ""generate project docs""","bmm","_bmad/bmm/1-analysis/bmad-document-project/SKILL.md"
"bmad-prfaq","bmad-prfaq","Working Backwards PRFAQ challenge to forge product concepts. Use when the user requests to 'create a PRFAQ', 'work backwards', or 'run the PRFAQ challenge'.","bmm","_bmad/bmm/1-analysis/bmad-prfaq/SKILL.md"
"bmad-product-brief","bmad-product-brief","Create or update product briefs through guided or autonomous discovery. Use when the user requests to create or update a Product Brief.","bmm","_bmad/bmm/1-analysis/bmad-product-brief/SKILL.md"
"bmad-domain-research","bmad-domain-research","Conduct domain and industry research. Use when the user says wants to do domain research for a topic or industry","bmm","_bmad/bmm/1-analysis/research/bmad-domain-research/SKILL.md"
"bmad-market-research","bmad-market-research","Conduct market research on competition and customers. Use when the user says they need market research","bmm","_bmad/bmm/1-analysis/research/bmad-market-research/SKILL.md"
"bmad-technical-research","bmad-technical-research","Conduct technical research on technologies and architecture. Use when the user says they would like to do or produce a technical research report","bmm","_bmad/bmm/1-analysis/research/bmad-technical-research/SKILL.md"
"bmad-agent-pm","bmad-agent-pm","Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the product manager.","bmm","_bmad/bmm/2-plan-workflows/bmad-agent-pm/SKILL.md"
"bmad-agent-ux-designer","bmad-agent-ux-designer","UX designer and UI specialist. Use when the user asks to talk to Sally or requests the UX designer.","bmm","_bmad/bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md"
"bmad-create-prd","bmad-create-prd","Create a PRD from scratch. Use when the user says ""lets create a product requirements document"" or ""I want to create a new PRD""","bmm","_bmad/bmm/2-plan-workflows/bmad-create-prd/SKILL.md"
"bmad-create-ux-design","bmad-create-ux-design","Plan UX patterns and design specifications. Use when the user says ""lets create UX design"" or ""create UX specifications"" or ""help me plan the UX""","bmm","_bmad/bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md"
"bmad-edit-prd","bmad-edit-prd","Edit an existing PRD. Use when the user says ""edit this PRD"".","bmm","_bmad/bmm/2-plan-workflows/bmad-edit-prd/SKILL.md"
"bmad-validate-prd","bmad-validate-prd","Validate a PRD against standards. Use when the user says ""validate this PRD"" or ""run PRD validation""","bmm","_bmad/bmm/2-plan-workflows/bmad-validate-prd/SKILL.md"
"bmad-agent-architect","bmad-agent-architect","System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect.","bmm","_bmad/bmm/3-solutioning/bmad-agent-architect/SKILL.md"
"bmad-check-implementation-readiness","bmad-check-implementation-readiness","Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says ""check implementation readiness"".","bmm","_bmad/bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md"
"bmad-create-architecture","bmad-create-architecture","Create architecture solution design decisions for AI agent consistency. Use when the user says ""lets create architecture"" or ""create technical architecture"" or ""create a solution design""","bmm","_bmad/bmm/3-solutioning/bmad-create-architecture/SKILL.md"
"bmad-create-epics-and-stories","bmad-create-epics-and-stories","Break requirements into epics and user stories. Use when the user says ""create the epics and stories list""","bmm","_bmad/bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md"
"bmad-generate-project-context","bmad-generate-project-context","Create project-context.md with AI rules. Use when the user says ""generate project context"" or ""create project context""","bmm","_bmad/bmm/3-solutioning/bmad-generate-project-context/SKILL.md"
"bmad-agent-dev","bmad-agent-dev","Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent.","bmm","_bmad/bmm/4-implementation/bmad-agent-dev/SKILL.md"
"bmad-checkpoint-preview","bmad-checkpoint-preview","LLM-assisted human-in-the-loop review. Make sense of a change, focus attention where it matters, test. Use when the user says ""checkpoint"", ""human review"", or ""walk me through this change"".","bmm","_bmad/bmm/4-implementation/bmad-checkpoint-preview/SKILL.md"
"bmad-code-review","bmad-code-review","Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says ""run code review"" or ""review this code""","bmm","_bmad/bmm/4-implementation/bmad-code-review/SKILL.md"
"bmad-correct-course","bmad-correct-course","Manage significant changes during sprint execution. Use when the user says ""correct course"" or ""propose sprint change""","bmm","_bmad/bmm/4-implementation/bmad-correct-course/SKILL.md"
"bmad-create-story","bmad-create-story","Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says ""create the next story"" or ""create story [story identifier]""","bmm","_bmad/bmm/4-implementation/bmad-create-story/SKILL.md"
"bmad-dev-story","bmad-dev-story","Execute story implementation following a context filled story spec file. Use when the user says ""dev this story [story file]"" or ""implement the next story in the sprint plan""","bmm","_bmad/bmm/4-implementation/bmad-dev-story/SKILL.md"
"bmad-qa-generate-e2e-tests","bmad-qa-generate-e2e-tests","Generate end to end automated tests for existing features. Use when the user says ""create qa automated tests for [feature]""","bmm","_bmad/bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md"
"bmad-quick-dev","bmad-quick-dev","Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.","bmm","_bmad/bmm/4-implementation/bmad-quick-dev/SKILL.md"
"bmad-retrospective","bmad-retrospective","Post-epic review to extract lessons and assess success. Use when the user says ""run a retrospective"" or ""lets retro the epic [epic]""","bmm","_bmad/bmm/4-implementation/bmad-retrospective/SKILL.md"
"bmad-sprint-planning","bmad-sprint-planning","Generate sprint status tracking from epics. Use when the user says ""run sprint planning"" or ""generate sprint plan""","bmm","_bmad/bmm/4-implementation/bmad-sprint-planning/SKILL.md"
"bmad-sprint-status","bmad-sprint-status","Summarize sprint status and surface risks. Use when the user says ""check sprint status"" or ""show sprint status""","bmm","_bmad/bmm/4-implementation/bmad-sprint-status/SKILL.md"
"bmad-cis-agent-brainstorming-coach","bmad-cis-agent-brainstorming-coach","Elite brainstorming specialist for facilitated ideation sessions. Use when the user asks to talk to Carson or requests the Brainstorming Specialist.","cis","_bmad/cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md"
"bmad-cis-agent-creative-problem-solver","bmad-cis-agent-creative-problem-solver","Master problem solver for systematic problem-solving methodologies. Use when the user asks to talk to Dr. Quinn or requests the Master Problem Solver.","cis","_bmad/cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md"
"bmad-cis-agent-design-thinking-coach","bmad-cis-agent-design-thinking-coach","Design thinking maestro for human-centered design processes. Use when the user asks to talk to Maya or requests the Design Thinking Maestro.","cis","_bmad/cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md"
"bmad-cis-agent-innovation-strategist","bmad-cis-agent-innovation-strategist","Disruptive innovation oracle for business model innovation and strategic disruption. Use when the user asks to talk to Victor or requests the Disruptive Innovation Oracle.","cis","_bmad/cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md"
"bmad-cis-agent-presentation-master","bmad-cis-agent-presentation-master","Visual communication and presentation expert for slide decks, pitch decks, and visual storytelling. Use when the user asks to talk to Caravaggio or requests the Presentation Expert.","cis","_bmad/cis/skills/bmad-cis-agent-presentation-master/SKILL.md"
"bmad-cis-agent-storyteller","bmad-cis-agent-storyteller","Master storyteller for compelling narratives using proven frameworks. Use when the user asks to talk to Sophia or requests the Master Storyteller.","cis","_bmad/cis/skills/bmad-cis-agent-storyteller/SKILL.md"
"bmad-cis-design-thinking","bmad-cis-design-thinking","Guide human-centered design processes using empathy-driven methodologies. Use when the user says ""lets run design thinking"" or ""I want to apply design thinking""","cis","_bmad/cis/skills/bmad-cis-design-thinking/SKILL.md"
"bmad-cis-innovation-strategy","bmad-cis-innovation-strategy","Identify disruption opportunities and architect business model innovation. Use when the user says ""lets create an innovation strategy"" or ""I want to find disruption opportunities""","cis","_bmad/cis/skills/bmad-cis-innovation-strategy/SKILL.md"
"bmad-cis-problem-solving","bmad-cis-problem-solving","Apply systematic problem-solving methodologies to complex challenges. Use when the user says ""guide me through structured problem solving"" or ""I want to crack this challenge with guided problem solving techniques""","cis","_bmad/cis/skills/bmad-cis-problem-solving/SKILL.md"
"bmad-cis-storytelling","bmad-cis-storytelling","Craft compelling narratives using story frameworks. Use when the user says ""help me with storytelling"" or ""I want to create a narrative through storytelling""","cis","_bmad/cis/skills/bmad-cis-storytelling/SKILL.md"
1 canonicalId name description module path install_to_bmad
2 bmad-advanced-elicitation bmad-advanced-elicitation Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team. core _bmad/core/bmad-advanced-elicitation/SKILL.md true
3 bmad-brainstorming bmad-brainstorming Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate. core _bmad/core/bmad-brainstorming/SKILL.md true
4 bmad-distillator bmad-customize bmad-distillator bmad-customize Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'. Authors and updates customization overrides for installed BMad skills. Use when the user says 'customize bmad', 'override a skill', 'change agent behavior', or 'customize a workflow'. core _bmad/core/bmad-distillator/SKILL.md _bmad/core/bmad-customize/SKILL.md true
5 bmad-editorial-review-prose bmad-distillator bmad-editorial-review-prose bmad-distillator Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'. core _bmad/core/bmad-editorial-review-prose/SKILL.md _bmad/core/bmad-distillator/SKILL.md true
6 bmad-editorial-review-structure bmad-editorial-review-prose bmad-editorial-review-structure bmad-editorial-review-prose Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose core _bmad/core/bmad-editorial-review-structure/SKILL.md _bmad/core/bmad-editorial-review-prose/SKILL.md true
7 bmad-help bmad-editorial-review-structure bmad-help bmad-editorial-review-structure Analyzes current state and user query to answer BMad questions or recommend the next skill(s) to use. Use when user asks for help, bmad help, what to do next, or what to start with in BMad. Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure core _bmad/core/bmad-help/SKILL.md _bmad/core/bmad-editorial-review-structure/SKILL.md true
8 bmad-index-docs bmad-help bmad-index-docs bmad-help Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder Analyzes current state and user query to answer BMad questions or recommend the next skill(s) to use. Use when user asks for help, bmad help, what to do next, or what to start with in BMad. core _bmad/core/bmad-index-docs/SKILL.md _bmad/core/bmad-help/SKILL.md true
9 bmad-init bmad-index-docs bmad-init bmad-index-docs Initialize BMad project configuration and load config variables. Use when any skill needs module-specific configuration values, or when setting up a new BMad project. Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder core _bmad/core/bmad-init/SKILL.md _bmad/core/bmad-index-docs/SKILL.md true
10 bmad-party-mode bmad-party-mode Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode. Orchestrates group discussions between installed BMAD agents, enabling natural multi-agent conversations where each agent is a real subagent with independent thinking. Use when user requests party mode, wants multiple agent perspectives, group discussion, roundtable, or multi-agent conversation about their project. core _bmad/core/bmad-party-mode/SKILL.md true
11 bmad-review-adversarial-general bmad-review-adversarial-general Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something core _bmad/core/bmad-review-adversarial-general/SKILL.md true
12 bmad-review-edge-case-hunter bmad-review-edge-case-hunter Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs. core _bmad/core/bmad-review-edge-case-hunter/SKILL.md true
13 bmad-shard-doc bmad-shard-doc Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document core _bmad/core/bmad-shard-doc/SKILL.md true
14 bmad-editorial-review-prose bmad-agent-analyst bmad-editorial-review-prose bmad-agent-analyst Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose Strategic business analyst and requirements expert. Use when the user asks to talk to Mary or requests the business analyst. core bmm _bmad/core/tasks/bmad-editorial-review-prose/SKILL.md _bmad/bmm/1-analysis/bmad-agent-analyst/SKILL.md true
15 bmad-editorial-review-structure bmad-agent-tech-writer bmad-editorial-review-structure bmad-agent-tech-writer Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure Technical documentation specialist and knowledge curator. Use when the user asks to talk to Paige or requests the tech writer. core bmm _bmad/core/tasks/bmad-editorial-review-structure/SKILL.md _bmad/bmm/1-analysis/bmad-agent-tech-writer/SKILL.md true
16 bmad-help bmad-document-project bmad-help bmad-document-project Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs" core bmm _bmad/core/tasks/bmad-help/SKILL.md _bmad/bmm/1-analysis/bmad-document-project/SKILL.md true
17 bmad-index-docs bmad-prfaq bmad-index-docs bmad-prfaq Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder Working Backwards PRFAQ challenge to forge product concepts. Use when the user requests to 'create a PRFAQ', 'work backwards', or 'run the PRFAQ challenge'. core bmm _bmad/core/tasks/bmad-index-docs/SKILL.md _bmad/bmm/1-analysis/bmad-prfaq/SKILL.md true
18 bmad-review-adversarial-general bmad-product-brief bmad-review-adversarial-general bmad-product-brief Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something Create or update product briefs through guided or autonomous discovery. Use when the user requests to create or update a Product Brief. core bmm _bmad/core/tasks/bmad-review-adversarial-general/SKILL.md _bmad/bmm/1-analysis/bmad-product-brief/SKILL.md true
19 bmad-review-edge-case-hunter bmad-domain-research bmad-review-edge-case-hunter bmad-domain-research Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Conduct domain and industry research. Use when the user says wants to do domain research for a topic or industry core bmm _bmad/core/tasks/bmad-review-edge-case-hunter/SKILL.md _bmad/bmm/1-analysis/research/bmad-domain-research/SKILL.md true
20 bmad-shard-doc bmad-market-research bmad-shard-doc bmad-market-research Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document Conduct market research on competition and customers. Use when the user says they need market research core bmm _bmad/core/tasks/bmad-shard-doc/SKILL.md _bmad/bmm/1-analysis/research/bmad-market-research/SKILL.md true
21 bmad-brainstorming bmad-technical-research bmad-brainstorming bmad-technical-research Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate. Conduct technical research on technologies and architecture. Use when the user says they would like to do or produce a technical research report core bmm _bmad/core/workflows/bmad-brainstorming/SKILL.md _bmad/bmm/1-analysis/research/bmad-technical-research/SKILL.md true
22 bmad-party-mode bmad-agent-pm bmad-party-mode bmad-agent-pm Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode. Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the product manager. core bmm _bmad/core/workflows/bmad-party-mode/SKILL.md _bmad/bmm/2-plan-workflows/bmad-agent-pm/SKILL.md true
23 bmad-agent-analyst bmad-agent-ux-designer bmad-agent-analyst bmad-agent-ux-designer Strategic business analyst and requirements expert. Use when the user asks to talk to Mary or requests the business analyst. UX designer and UI specialist. Use when the user asks to talk to Sally or requests the UX designer. bmm _bmad/bmm/1-analysis/bmad-agent-analyst/SKILL.md _bmad/bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md true
24 bmad-agent-tech-writer bmad-create-prd bmad-agent-tech-writer bmad-create-prd Technical documentation specialist and knowledge curator. Use when the user asks to talk to Paige or requests the tech writer. Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD" bmm _bmad/bmm/1-analysis/bmad-agent-tech-writer/SKILL.md _bmad/bmm/2-plan-workflows/bmad-create-prd/SKILL.md true
25 bmad-document-project bmad-create-ux-design bmad-document-project bmad-create-ux-design Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs" Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX" bmm _bmad/bmm/1-analysis/bmad-document-project/SKILL.md _bmad/bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md true
26 bmad-product-brief bmad-edit-prd bmad-product-brief bmad-edit-prd Create or update product briefs through guided or autonomous discovery. Use when the user requests to create or update a Product Brief. Edit an existing PRD. Use when the user says "edit this PRD". bmm _bmad/bmm/1-analysis/bmad-product-brief/SKILL.md _bmad/bmm/2-plan-workflows/bmad-edit-prd/SKILL.md true
27 bmad-domain-research bmad-validate-prd bmad-domain-research bmad-validate-prd Conduct domain and industry research. Use when the user says wants to do domain research for a topic or industry Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation" bmm _bmad/bmm/1-analysis/research/bmad-domain-research/SKILL.md _bmad/bmm/2-plan-workflows/bmad-validate-prd/SKILL.md true
28 bmad-market-research bmad-agent-architect bmad-market-research bmad-agent-architect Conduct market research on competition and customers. Use when the user says they need market research System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect. bmm _bmad/bmm/1-analysis/research/bmad-market-research/SKILL.md _bmad/bmm/3-solutioning/bmad-agent-architect/SKILL.md true
29 bmad-technical-research bmad-check-implementation-readiness bmad-technical-research bmad-check-implementation-readiness Conduct technical research on technologies and architecture. Use when the user says they would like to do or produce a technical research report Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness". bmm _bmad/bmm/1-analysis/research/bmad-technical-research/SKILL.md _bmad/bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md true
30 bmad-agent-pm bmad-create-architecture bmad-agent-pm bmad-create-architecture Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the product manager. Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design" bmm _bmad/bmm/2-plan-workflows/bmad-agent-pm/SKILL.md _bmad/bmm/3-solutioning/bmad-create-architecture/SKILL.md true
31 bmad-agent-ux-designer bmad-create-epics-and-stories bmad-agent-ux-designer bmad-create-epics-and-stories UX designer and UI specialist. Use when the user asks to talk to Sally or requests the UX designer. Break requirements into epics and user stories. Use when the user says "create the epics and stories list" bmm _bmad/bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md _bmad/bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md true
32 bmad-create-prd bmad-generate-project-context bmad-create-prd bmad-generate-project-context Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD" Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context" bmm _bmad/bmm/2-plan-workflows/bmad-create-prd/SKILL.md _bmad/bmm/3-solutioning/bmad-generate-project-context/SKILL.md true
33 bmad-create-ux-design bmad-agent-dev bmad-create-ux-design bmad-agent-dev Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX" Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent. bmm _bmad/bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md _bmad/bmm/4-implementation/bmad-agent-dev/SKILL.md true
34 bmad-edit-prd bmad-checkpoint-preview bmad-edit-prd bmad-checkpoint-preview Edit an existing PRD. Use when the user says "edit this PRD". LLM-assisted human-in-the-loop review. Make sense of a change, focus attention where it matters, test. Use when the user says "checkpoint", "human review", or "walk me through this change". bmm _bmad/bmm/2-plan-workflows/bmad-edit-prd/SKILL.md _bmad/bmm/4-implementation/bmad-checkpoint-preview/SKILL.md true
35 bmad-validate-prd bmad-code-review bmad-validate-prd bmad-code-review Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation" Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code" bmm _bmad/bmm/2-plan-workflows/bmad-validate-prd/SKILL.md _bmad/bmm/4-implementation/bmad-code-review/SKILL.md true
36 bmad-agent-architect bmad-correct-course bmad-agent-architect bmad-correct-course System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect. Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change" bmm _bmad/bmm/3-solutioning/bmad-agent-architect/SKILL.md _bmad/bmm/4-implementation/bmad-correct-course/SKILL.md true
37 bmad-check-implementation-readiness bmad-create-story bmad-check-implementation-readiness bmad-create-story Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness". Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]" bmm _bmad/bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md _bmad/bmm/4-implementation/bmad-create-story/SKILL.md true
38 bmad-create-architecture bmad-dev-story bmad-create-architecture bmad-dev-story Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design" Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan" bmm _bmad/bmm/3-solutioning/bmad-create-architecture/SKILL.md _bmad/bmm/4-implementation/bmad-dev-story/SKILL.md true
39 bmad-create-epics-and-stories bmad-qa-generate-e2e-tests bmad-create-epics-and-stories bmad-qa-generate-e2e-tests Break requirements into epics and user stories. Use when the user says "create the epics and stories list" Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]" bmm _bmad/bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md _bmad/bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md true
40 bmad-generate-project-context bmad-quick-dev bmad-generate-project-context bmad-quick-dev Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context" Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature. bmm _bmad/bmm/3-solutioning/bmad-generate-project-context/SKILL.md _bmad/bmm/4-implementation/bmad-quick-dev/SKILL.md true
41 bmad-agent-dev bmad-retrospective bmad-agent-dev bmad-retrospective Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent. Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]" bmm _bmad/bmm/4-implementation/bmad-agent-dev/SKILL.md _bmad/bmm/4-implementation/bmad-retrospective/SKILL.md true
42 bmad-agent-qa bmad-sprint-planning bmad-agent-qa bmad-sprint-planning QA engineer for test automation and coverage. Use when the user asks to talk to Quinn or requests the QA engineer. Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan" bmm _bmad/bmm/4-implementation/bmad-agent-qa/SKILL.md _bmad/bmm/4-implementation/bmad-sprint-planning/SKILL.md true
43 bmad-agent-quick-flow-solo-dev bmad-sprint-status bmad-agent-quick-flow-solo-dev bmad-sprint-status Elite full-stack developer for rapid spec and implementation. Use when the user asks to talk to Barry or requests the quick flow solo dev. Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status" bmm _bmad/bmm/4-implementation/bmad-agent-quick-flow-solo-dev/SKILL.md _bmad/bmm/4-implementation/bmad-sprint-status/SKILL.md true
44 bmad-agent-sm bmad-cis-agent-brainstorming-coach bmad-agent-sm bmad-cis-agent-brainstorming-coach Scrum master for sprint planning and story preparation. Use when the user asks to talk to Bob or requests the scrum master. Elite brainstorming specialist for facilitated ideation sessions. Use when the user asks to talk to Carson or requests the Brainstorming Specialist. bmm cis _bmad/bmm/4-implementation/bmad-agent-sm/SKILL.md _bmad/cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md true
45 bmad-code-review bmad-cis-agent-creative-problem-solver bmad-code-review bmad-cis-agent-creative-problem-solver Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code" Master problem solver for systematic problem-solving methodologies. Use when the user asks to talk to Dr. Quinn or requests the Master Problem Solver. bmm cis _bmad/bmm/4-implementation/bmad-code-review/SKILL.md _bmad/cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md true
46 bmad-correct-course bmad-cis-agent-design-thinking-coach bmad-correct-course bmad-cis-agent-design-thinking-coach Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change" Design thinking maestro for human-centered design processes. Use when the user asks to talk to Maya or requests the Design Thinking Maestro. bmm cis _bmad/bmm/4-implementation/bmad-correct-course/SKILL.md _bmad/cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md true
47 bmad-create-story bmad-cis-agent-innovation-strategist bmad-create-story bmad-cis-agent-innovation-strategist Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]" Disruptive innovation oracle for business model innovation and strategic disruption. Use when the user asks to talk to Victor or requests the Disruptive Innovation Oracle. bmm cis _bmad/bmm/4-implementation/bmad-create-story/SKILL.md _bmad/cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md true
48 bmad-dev-story bmad-cis-agent-presentation-master bmad-dev-story bmad-cis-agent-presentation-master Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan" Visual communication and presentation expert for slide decks, pitch decks, and visual storytelling. Use when the user asks to talk to Caravaggio or requests the Presentation Expert. bmm cis _bmad/bmm/4-implementation/bmad-dev-story/SKILL.md _bmad/cis/skills/bmad-cis-agent-presentation-master/SKILL.md true
49 bmad-qa-generate-e2e-tests bmad-cis-agent-storyteller bmad-qa-generate-e2e-tests bmad-cis-agent-storyteller Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]" Master storyteller for compelling narratives using proven frameworks. Use when the user asks to talk to Sophia or requests the Master Storyteller. bmm cis _bmad/bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md _bmad/cis/skills/bmad-cis-agent-storyteller/SKILL.md true
50 bmad-quick-dev bmad-cis-design-thinking bmad-quick-dev bmad-cis-design-thinking Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature. Guide human-centered design processes using empathy-driven methodologies. Use when the user says "lets run design thinking" or "I want to apply design thinking" bmm cis _bmad/bmm/4-implementation/bmad-quick-dev/SKILL.md _bmad/cis/skills/bmad-cis-design-thinking/SKILL.md true
51 bmad-retrospective bmad-cis-innovation-strategy bmad-retrospective bmad-cis-innovation-strategy Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]" Identify disruption opportunities and architect business model innovation. Use when the user says "lets create an innovation strategy" or "I want to find disruption opportunities" bmm cis _bmad/bmm/4-implementation/bmad-retrospective/SKILL.md _bmad/cis/skills/bmad-cis-innovation-strategy/SKILL.md true
52 bmad-sprint-planning bmad-cis-problem-solving bmad-sprint-planning bmad-cis-problem-solving Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan" Apply systematic problem-solving methodologies to complex challenges. Use when the user says "guide me through structured problem solving" or "I want to crack this challenge with guided problem solving techniques" bmm cis _bmad/bmm/4-implementation/bmad-sprint-planning/SKILL.md _bmad/cis/skills/bmad-cis-problem-solving/SKILL.md true
53 bmad-sprint-status bmad-cis-storytelling bmad-sprint-status bmad-cis-storytelling Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status" Craft compelling narratives using story frameworks. Use when the user says "help me with storytelling" or "I want to create a narrative through storytelling" bmm cis _bmad/bmm/4-implementation/bmad-sprint-status/SKILL.md _bmad/cis/skills/bmad-cis-storytelling/SKILL.md true
bmad-cis-agent-brainstorming-coach bmad-cis-agent-brainstorming-coach Elite brainstorming specialist for facilitated ideation sessions. Use when the user asks to talk to Carson or requests the Brainstorming Specialist. cis _bmad/cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md true
bmad-cis-agent-creative-problem-solver bmad-cis-agent-creative-problem-solver Master problem solver for systematic problem-solving methodologies. Use when the user asks to talk to Dr. Quinn or requests the Master Problem Solver. cis _bmad/cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md true
bmad-cis-agent-design-thinking-coach bmad-cis-agent-design-thinking-coach Design thinking maestro for human-centered design processes. Use when the user asks to talk to Maya or requests the Design Thinking Maestro. cis _bmad/cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md true
bmad-cis-agent-innovation-strategist bmad-cis-agent-innovation-strategist Disruptive innovation oracle for business model innovation and strategic disruption. Use when the user asks to talk to Victor or requests the Disruptive Innovation Oracle. cis _bmad/cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md true
bmad-cis-agent-presentation-master bmad-cis-agent-presentation-master Visual communication and presentation expert for slide decks, pitch decks, and visual storytelling. Use when the user asks to talk to Caravaggio or requests the Presentation Expert. cis _bmad/cis/skills/bmad-cis-agent-presentation-master/SKILL.md true
bmad-cis-agent-storyteller bmad-cis-agent-storyteller Master storyteller for compelling narratives using proven frameworks. Use when the user asks to talk to Sophia or requests the Master Storyteller. cis _bmad/cis/skills/bmad-cis-agent-storyteller/SKILL.md true
bmad-cis-design-thinking bmad-cis-design-thinking Guide human-centered design processes using empathy-driven methodologies. Use when the user says "lets run design thinking" or "I want to apply design thinking" cis _bmad/cis/skills/bmad-cis-design-thinking/SKILL.md true
bmad-cis-innovation-strategy bmad-cis-innovation-strategy Identify disruption opportunities and architect business model innovation. Use when the user says "lets create an innovation strategy" or "I want to find disruption opportunities" cis _bmad/cis/skills/bmad-cis-innovation-strategy/SKILL.md true
bmad-cis-problem-solving bmad-cis-problem-solving Apply systematic problem-solving methodologies to complex challenges. Use when the user says "guide me through structured problem solving" or "I want to crack this challenge with guided problem solving techniques" cis _bmad/cis/skills/bmad-cis-problem-solving/SKILL.md true
bmad-cis-storytelling bmad-cis-storytelling Craft compelling narratives using story frameworks. Use when the user says "help me with storytelling" or "I want to create a narrative through storytelling" cis _bmad/cis/skills/bmad-cis-storytelling/SKILL.md true

Some files were not shown because too many files have changed in this diff Show More