feat: Add new skills and configuration for BMad

- Introduced a comprehensive skill manifest in `skill-manifest.csv` with various skills for advanced elicitation, brainstorming, customization, and more.
- Added `.DS_Store` files in the `bmm` directory for macOS compatibility.
- Created a new `config.yaml` for BMM module configuration, detailing user skill level and project paths.
- Established `module-help.csv` for BMM, providing descriptions and actions for each skill.
- Implemented `config.toml` and `config.user.toml` for core and user-specific configurations, including agent descriptions and project settings.
- Developed `resolve_config.py` and `resolve_customization.py` scripts for merging configuration files, enhancing customization capabilities.
- Documented the system architecture for HS_DollyCam, outlining components and communication protocols.
This commit is contained in:
mita 2026-05-07 06:18:49 +02:00
parent 31443b091f
commit f9ad14e192
21 changed files with 1028 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.agents

BIN
_bmad-output/.DS_Store vendored Normal file

Binary file not shown.

BIN
_bmad/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,45 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,,1-analysis,,,false,planning_artifacts,brainstorming session
BMad Method,bmad-market-research,Market Research,MR,Market analysis competitive landscape customer needs and trends.,,,1-analysis,,,false,planning_artifacts|project-knowledge,research documents
BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
BMad Method,bmad-product-brief,Create Brief,CB,An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you.,,-A,1-analysis,,,false,planning_artifacts,product brief
BMad Method,bmad-prfaq,PRFAQ Challenge,WB,Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief.,,-H,1-analysis,,,false,planning_artifacts,prfaq document
BMad Method,bmad-create-prd,Create PRD,CP,Expert led facilitation to produce your Product Requirements Document.,,,2-planning,,,true,planning_artifacts,prd
BMad Method,bmad-validate-prd,Validate PRD,VP,,,[path],2-planning,bmad-create-prd,,false,planning_artifacts,prd validation report
BMad Method,bmad-edit-prd,Edit PRD,EP,,,[path],2-planning,bmad-validate-prd,,false,planning_artifacts,updated prd
BMad Method,bmad-create-ux-design,Create UX,CU,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project.",,,2-planning,bmad-create-prd,,false,planning_artifacts,ux design
BMad Method,bmad-create-architecture,Create Architecture,CA,Guided workflow to document technical decisions.,,,3-solutioning,,,true,planning_artifacts,architecture
BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,,,,3-solutioning,bmad-create-architecture,,true,planning_artifacts,epics and stories
BMad Method,bmad-check-implementation-readiness,Check Implementation Readiness,IR,Ensure PRD UX Architecture and Epics Stories are aligned.,,,3-solutioning,bmad-create-epics-and-stories,,true,planning_artifacts,readiness report
BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story.,,,4-implementation,,,true,implementation_artifacts,sprint status
BMad Method,bmad-sprint-status,Sprint Status,SS,Anytime: Summarize sprint status and route to next workflow.,,,4-implementation,bmad-sprint-planning,,false,,
BMad Method,bmad-create-story,Create Story,CS,Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation.,create,,4-implementation,bmad-sprint-planning,bmad-create-story:validate,true,implementation_artifacts,story
BMad Method,bmad-create-story,Validate Story,VS,Validates story readiness and completeness before development work begins.,validate,,4-implementation,bmad-create-story:create,bmad-dev-story,false,implementation_artifacts,story validation report
BMad Method,bmad-dev-story,Dev Story,DS,Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed.,,,4-implementation,bmad-create-story:validate,,true,,
BMad Method,bmad-code-review,Code Review,CR,Story cycle: If issues back to DS if approved then next CS or ER if epic complete.,,,4-implementation,bmad-dev-story,,false,,
BMad Method,bmad-checkpoint-preview,Checkpoint,CK,Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs.,,,4-implementation,,,false,,
BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that.,,,4-implementation,bmad-dev-story,,false,implementation_artifacts,test suite
BMad Method,bmad-retrospective,Retrospective,ER,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC.,,,4-implementation,bmad-code-review,,false,implementation_artifacts,retrospective
BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,,anytime,,,false,project-knowledge,*
BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,,anytime,,,false,output_folder,project context
BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,,anytime,,,false,implementation_artifacts,spec and project implementation
BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,,anytime,,,false,planning_artifacts,change proposal
BMad Method,bmad-agent-tech-writer,Write Document,WD,"Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review.",write,,anytime,,,false,project-knowledge,document
BMad Method,bmad-agent-tech-writer,Update Standards,US,Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.,update-standards,,anytime,,,false,_bmad/_memory/tech-writer-sidecar,standards
BMad Method,bmad-agent-tech-writer,Mermaid Generate,MG,Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.,mermaid,,anytime,,,false,planning_artifacts,mermaid diagram
BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.,validate,[path],anytime,,,false,planning_artifacts,validation report
BMad Method,bmad-agent-tech-writer,Explain Concept,EC,Create clear technical explanations with examples and diagrams for complex concepts.,explain,[topic],anytime,,,false,project_knowledge,explanation
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,{output_folder}/brainstorming,brainstorming session
Core,bmad-party-mode,Party Mode,PM,Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate.,,,anytime,,,false,,
Core,bmad-help,BMad Help,BH,,,,anytime,,,false,,
Core,bmad-index-docs,Index Docs,ID,Use when LLM needs to understand available docs without loading everything.,,,anytime,,,false,,
Core,bmad-shard-doc,Shard Document,SD,Use when doc becomes too large (>500 lines) to manage effectively.,,[path],anytime,,,false,,
Core,bmad-editorial-review-prose,Editorial Review - Prose,EP,Use after drafting to polish written content.,,[path],anytime,,,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,report located with target document,
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,,
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,,
Core,bmad-distillator,Distillator,DG,Use when you need token-efficient distillates that preserve all information for downstream LLM consumption.,,[path],anytime,,,false,adjacent to source document or specified output_path,distillate markdown file(s)
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,{project-root}/_bmad/custom,TOML override files
1 module skill display-name menu-code description action args phase after before required output-location outputs
2 BMad Method _meta false https://docs.bmad-method.org/llms.txt
3 BMad Method bmad-brainstorming Brainstorm Project BP Expert guided facilitation through a single or multiple techniques. 1-analysis false planning_artifacts brainstorming session
4 BMad Method bmad-market-research Market Research MR Market analysis competitive landscape customer needs and trends. 1-analysis false planning_artifacts|project-knowledge research documents
5 BMad Method bmad-domain-research Domain Research DR Industry domain deep dive subject matter expertise and terminology. 1-analysis false planning_artifacts|project_knowledge research documents
6 BMad Method bmad-technical-research Technical Research TR Technical feasibility architecture options and implementation approaches. 1-analysis false planning_artifacts|project_knowledge research documents
7 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
8 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
9 BMad Method bmad-create-prd Create PRD CP Expert led facilitation to produce your Product Requirements Document. 2-planning true planning_artifacts prd
10 BMad Method bmad-validate-prd Validate PRD VP [path] 2-planning bmad-create-prd false planning_artifacts prd validation report
11 BMad Method bmad-edit-prd Edit PRD EP [path] 2-planning bmad-validate-prd false planning_artifacts updated prd
12 BMad Method bmad-create-ux-design Create UX CU Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project. 2-planning bmad-create-prd false planning_artifacts ux design
13 BMad Method bmad-create-architecture Create Architecture CA Guided workflow to document technical decisions. 3-solutioning true planning_artifacts architecture
14 BMad Method bmad-create-epics-and-stories Create Epics and Stories CE 3-solutioning bmad-create-architecture true planning_artifacts epics and stories
15 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
16 BMad Method bmad-sprint-planning Sprint Planning SP Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story. 4-implementation true implementation_artifacts sprint status
17 BMad Method bmad-sprint-status Sprint Status SS Anytime: Summarize sprint status and route to next workflow. 4-implementation bmad-sprint-planning false
18 BMad Method bmad-create-story Create Story CS Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation. create 4-implementation bmad-sprint-planning bmad-create-story:validate true implementation_artifacts story
19 BMad Method bmad-create-story Validate Story VS Validates story readiness and completeness before development work begins. validate 4-implementation bmad-create-story:create bmad-dev-story false implementation_artifacts story validation report
20 BMad Method bmad-dev-story Dev Story DS Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed. 4-implementation bmad-create-story:validate true
21 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
22 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
23 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
24 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
25 BMad Method bmad-document-project Document Project DP Analyze an existing project to produce useful documentation. anytime false project-knowledge *
26 BMad Method bmad-generate-project-context Generate Project Context GPC Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects. anytime false output_folder project context
27 BMad Method bmad-quick-dev Quick Dev QQ Unified intent-in code-out workflow: clarify plan implement review and present. anytime false implementation_artifacts spec and project implementation
28 BMad Method bmad-correct-course Correct Course CC Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories. anytime false planning_artifacts change proposal
29 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
30 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
31 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
32 BMad Method bmad-agent-tech-writer Validate Document VD Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority. validate [path] anytime false planning_artifacts validation report
33 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
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 {output_folder}/brainstorming brainstorming session
36 Core bmad-party-mode Party Mode PM Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate. anytime false
37 Core bmad-help BMad Help BH anytime false
38 Core bmad-index-docs Index Docs ID Use when LLM needs to understand available docs without loading everything. anytime false
39 Core bmad-shard-doc Shard Document SD Use when doc becomes too large (>500 lines) to manage effectively. [path] anytime false
40 Core bmad-editorial-review-prose Editorial Review - Prose EP Use after drafting to polish written content. [path] anytime false report located with target document three-column markdown table with suggested fixes
41 Core bmad-editorial-review-structure Editorial Review - Structure ES Use when doc produced from multiple subprocesses or needs structural improvement. [path] anytime false report located with target document
42 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
43 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
44 Core bmad-distillator Distillator DG Use when you need token-efficient distillates that preserve all information for downstream LLM consumption. [path] anytime false adjacent to source document or specified output_path distillate markdown file(s)
45 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 {project-root}/_bmad/custom TOML override files

View File

@ -0,0 +1,272 @@
type,name,module,path,hash
"yaml","manifest","_config","_config/manifest.yaml","3cc9a532fe957186a0fd48c461ab082cf0c0c26240feaf2f7b413acb84d65fa8"
"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/3-solutioning/bmad-create-architecture/data/domain-complexity.csv","3dc34ed39f1fc79a51f7b8fc92087edb7cd85c4393a891d220f2e8dd5a101c70"
"csv","module-help","bmm","bmm/module-help.csv","2e9b3c8492a9e03b6aa81ee93ea63cb9fd94c28b9993d688ad45a2e23955408e"
"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/3-solutioning/bmad-create-architecture/data/project-types.csv","12343635a2f11343edb1d46906981d6f5e12b9cad2f612e13b09460b5e5106e7"
"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","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","b58f810aeb1040c2f6758c88aa133afce72f8cc178d3d97ff0fbaa3d943057dc"
"md","checklist","bmm","bmm/4-implementation/bmad-sprint-planning/checklist.md","80b10aedcf88ab1641b8e5f99c9a400c8fd9014f13ca65befc5c83992e367dd7"
"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","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","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","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-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"
"md","research.template","bmm","bmm/1-analysis/research/bmad-domain-research/research.template.md","507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce"
"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","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","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","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"
"md","step-01b-continue","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md","4bf216008297dcea25f8be693109cf17879c621865b302c994cdd15aa5124e5f"
"md","step-02-context","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-02-context.md","4381c5128de7d5c02ac806a1263e3965754bd2598954f3188219fbd87567e5c9"
"md","step-02-customer-behavior","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md","bac4de244049f90d1f2eb95e2cc9389cc84966d9538077fef1ec9c35e4533849"
"md","step-02-design-epics","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-02-design-epics.md","7c66987808c1f84e853fe54b7aff26d209196d450b5644704110f124a15179bc"
"md","step-02-discovery","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02-discovery.md","4ef0a3e62c05bfe90fbeca03d58ada11017098523a563003d574462d65f51e78"
"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","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","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-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"
"md","step-03-triage","bmm","bmm/4-implementation/bmad-code-review/steps/step-03-triage.md","91eaa27f6a167702ead00da9e93565c9bff79dce92c02eccbca61b1d1ed39a80"
"md","step-04-architectural-patterns","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-04-architectural-patterns.md","4636f23e9c585a7a0c90437a660609d913f16362c3557fc2e71d408d6b9f46ce"
"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","6b83fcf177c24c6b43c2eb0df2efc1430cb0f357b3ab20ee8a5c5483c3fee079"
"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","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","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"
"md","step-05-epic-quality-review","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md","d8a84e57f4e3a321734b5b5d093458ceb1e338744f18954c5a204f5ce3576185"
"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","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","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","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","dde4cd93a3015011da9a8a3237aafa2d15d0935205686231e58bf7064f81cc28"
"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","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","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-02-format-detection","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md","c27ea549b1414a9a013c6e334daf278bc26e7101879fd5832eb57ed275daeb0d"
"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-03-density-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md","1eed2b7eea8745edefbee124e9c9aff1e75a1176b8ba3bad42cfcf9b7c2f2a1c"
"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-05-measurability-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md","06a8762b225e7d77f9c1b9f5be8783bcced29623f3a3bc8dbf7ea109b531c0ae"
"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-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-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-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-10-smart-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md","81bf3fbe84054b51cb36b673a3877c65c9b790acd502a9a8a01f76899f5f4f4c"
"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-12-completeness-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md","20371cf379d396292dd63ad721fe48258853048e10cd9ecb8998791194fe4236"
"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","write-document","bmm","bmm/1-analysis/bmad-agent-tech-writer/write-document.md","c0ddfd981f765b82cba0921dad331cd1fa32bacdeea1f02320edfd60a0ae7e6f"
"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","b4a1663a66aa505f22b70587dc2861e279b3b2517227eb15254d222050409362"
"yaml","sprint-status-template","bmm","bmm/4-implementation/bmad-sprint-planning/sprint-status-template.yaml","deeec135d875b107618dd41278349689b5f3dcb5894d7509909417a570f46fd9"
"toml","config","config.toml","config.toml","91f46874f1a1e2e42bbb264479ccf2a5dbc0a7916aa1cde9fa9cfe6491d143c8"
"toml","config.user","config.user.toml","config.user.toml","1bae817b55cf5126f60a9db76c0564857206f4006c06330c4ed32a504413321e"
"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","d35985e6a4a5dc726d3f1f5d0d0fb94d9bd273688e3f6eebb1a1a9f21db846f0"
"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","616488300d40c6de2f0a69ee153258ed4664e9763048f3993db8efd2adca1706"
"md","round-trip-reconstructor","core","core/bmad-distillator/agents/round-trip-reconstructor.md","47c83f4a37249ddac38460d8c95d162f6fc175a8919888e8090aed71bd9383bc"
"md","SKILL","core","core/bmad-advanced-elicitation/SKILL.md","705cc827cab892855d07dcc926f5c9f749c3abab33e915d6ac1574aec174896b"
"md","SKILL","core","core/bmad-brainstorming/SKILL.md","f4a2c22b40ed34cdbd3282dd6161a3b869902f3bc75b58e181fc9faf78eedd9d"
"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","cd7096b2ff55b2b87e12d6b9c4c9ea13dfca78c49299a09327c97107f9531da8"
"md","SKILL","core","core/bmad-index-docs/SKILL.md","a855d7060414e73ca4fe8e1a3e1cc4d0f2ce394846e52340bdf5a1317e0d234a"
"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-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-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-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"
"py","analyze_sources","core","core/bmad-distillator/scripts/analyze_sources.py","31e2a8441c3c43c2536739c580cdef6abecb18ff20e7447f42dd868875783166"
"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_list_customizable_skills","core","core/bmad-customize/scripts/tests/test_list_customizable_skills.py","b55fc2e454f245753874f359c18ade9f3ad04debd66176c6e6bf3e403ca9c812"
"yaml","config","core","core/config.yaml","28578d51c58443b83f9a9038afd95a852c26cd35f677c9460c3c434b1dc25d6a"
"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 yaml manifest _config _config/manifest.yaml 3cc9a532fe957186a0fd48c461ab082cf0c0c26240feaf2f7b413acb84d65fa8
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
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 2e9b3c8492a9e03b6aa81ee93ea63cb9fd94c28b9993d688ad45a2e23955408e
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
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-prfaq/bmad-manifest.json 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 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 b58f810aeb1040c2f6758c88aa133afce72f8cc178d3d97ff0fbaa3d943057dc
23 md checklist bmm bmm/4-implementation/bmad-sprint-planning/checklist.md 80b10aedcf88ab1641b8e5f99c9a400c8fd9014f13ca65befc5c83992e367dd7
24 md compile-epic-context bmm bmm/4-implementation/bmad-quick-dev/compile-epic-context.md 5cfda02f252941e415b80c57b4528f46226b3cbf456ad45d78fcb5a7ef4816e2
25 md contextual-discovery bmm bmm/1-analysis/bmad-product-brief/prompts/contextual-discovery.md 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 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 973a3e2ae70f9c2413c5435591a4b8d1919e8a209c139d063483bc5028922ee3
35 md full-scan-instructions bmm bmm/1-analysis/bmad-document-project/workflows/full-scan-instructions.md 2235945df2ae261265187447ce593238e132a026a9b88d3507a1f1d6808a0263
36 md full-scan-workflow bmm bmm/1-analysis/bmad-document-project/workflows/full-scan-workflow.md 3bff88a392c16602bd44730f32483505e73e65e46e82768809c13a0a5f55608b
37 md generate-trail bmm bmm/4-implementation/bmad-checkpoint-preview/generate-trail.md 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
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
53 md research.template bmm bmm/1-analysis/research/bmad-domain-research/research.template.md 507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce
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 dff8fbd39de875ccc6735204561f2b7b877788843ecd6e8b6001e7ca7f39641e
58 md SKILL bmm bmm/1-analysis/bmad-agent-tech-writer/SKILL.md d39ffa2a931361e9fea11ef5eb96da0fc6b8dbab70dc200142404a50b78e7665
59 md SKILL bmm bmm/1-analysis/bmad-document-project/SKILL.md efe25c8c27116faeeef119078953c38e827db787338fdb2dca65c086f42e0c4b
60 md SKILL bmm bmm/1-analysis/bmad-prfaq/SKILL.md 9e864f574cc2e1411284edb625a17268aab1f894c46baac2edc3bcf1383adaca
61 md SKILL bmm bmm/1-analysis/bmad-product-brief/SKILL.md 044459f71dd94177982629837d47c5e507599f351e0acbab0edf9d36e5f08d2e
62 md SKILL bmm bmm/1-analysis/research/bmad-domain-research/SKILL.md 53d2ee5ccbd1d73290e752cff0235bfdb4928dc5ee70f347992ef15621341124
63 md SKILL bmm bmm/1-analysis/research/bmad-market-research/SKILL.md 720183e577a5f6f307f320703a5ec522190723e957cfe6ad7821d8d833dea0c7
64 md SKILL bmm bmm/1-analysis/research/bmad-technical-research/SKILL.md 1c4b61afaeedd3191db65923253be56084c64e4f832f0e2b9179671f91b5bf20
65 md SKILL bmm bmm/2-plan-workflows/bmad-agent-pm/SKILL.md 3a8550daac2df2f01a7c04b66148c1e30b50f81730f043415f2a1aba6314f8a4
66 md SKILL bmm bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md 3ac99856f0ee9bae3ba05cefab32e90920b4a1fdf0e8c4bf9c440be31f9e5a1f
67 md SKILL bmm bmm/2-plan-workflows/bmad-create-prd/SKILL.md ada295172352839ec0c38c833387bf3d188052b054eeb44686b9ec075c4944f2
68 md SKILL bmm bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md 24a4123035194bd3517a059417dcd8114db90f99314ed1a51cfdbbaff02860b2
69 md SKILL bmm bmm/2-plan-workflows/bmad-edit-prd/SKILL.md b0ae6e77ca10f1869c5d3ff8f3ed4f8fe0b318982dde870cef944f18207e4197
70 md SKILL bmm bmm/2-plan-workflows/bmad-validate-prd/SKILL.md 801127bfb5592608fb8e7d3e5d89f37e7c675ab4710520f87a5db4d8a8240d88
71 md SKILL bmm bmm/3-solutioning/bmad-agent-architect/SKILL.md 1bb79ab9d9ae3180a6142d9d20c2a5cb15ad5d5f28e38a7f847295dd04d2299f
72 md SKILL bmm bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md c683db5628781e6dba6fad388ed65cf7561a208e773f72c786918743e379abef
73 md SKILL bmm bmm/3-solutioning/bmad-create-architecture/SKILL.md b12711f1655cb809bb74a3e11e40943dce225ccba9d01974d5bf521a5867ba23
74 md SKILL bmm bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md 9db05e4a63ead6e416009fdec250bb9b749b361331964b601559ffeedd2f1c0f
75 md SKILL bmm bmm/3-solutioning/bmad-generate-project-context/SKILL.md 3d8c20e13e62981464365509fc5e1dfd31e70a94e8c08b048a3e3866ea00ff43
76 md SKILL bmm bmm/4-implementation/bmad-agent-dev/SKILL.md ab47a75e3031bc58a9783e4f8dece8d44dfdacb7ba74cd56f766b260f9993218
77 md SKILL bmm bmm/4-implementation/bmad-checkpoint-preview/SKILL.md fcdd92af6b97ae64f99a89c37deef0074a974ffa577263e6c79c4b6734c63bda
78 md SKILL bmm bmm/4-implementation/bmad-code-review/SKILL.md 6801f6742156f125185b1eb6e10c58dfde4ff6545b2e6278acf68cbcfbe0abe4
79 md SKILL bmm bmm/4-implementation/bmad-correct-course/SKILL.md 25be5dd528b5c3996e5fa02fc30b72377f688436742c6962f4a1e9a2dac46e55
80 md SKILL bmm bmm/4-implementation/bmad-create-story/SKILL.md 81517ba8ef137a15002d6d21ef18a1e88190c74ac9e0c5b29227e4059870809a
81 md SKILL bmm bmm/4-implementation/bmad-dev-story/SKILL.md 5e7d3bca5051ff8f009bcf608e3fdac3260c2aa6faa8df170a954fe03a4a03f8
82 md SKILL bmm bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md ad6025f0279ef9fac2f6c76d8f612c37ccc23f8062b7ac0ac40708b49cc7db80
83 md SKILL bmm bmm/4-implementation/bmad-quick-dev/SKILL.md 2b2e57e5327fc69962e6529a0c17498185b571646a9c7360e5c15be14ea7e63b
84 md SKILL bmm bmm/4-implementation/bmad-retrospective/SKILL.md 997308d999545fa6c82b8652a2973e1d89d82cfbf892531e25e491291a95c33e
85 md SKILL bmm bmm/4-implementation/bmad-sprint-planning/SKILL.md 21946cdaef8115deee6ce322c460e8af39368509d700c778cd7109f50a6821eb
86 md SKILL bmm bmm/4-implementation/bmad-sprint-status/SKILL.md 2fe141bc2033ea341a73fb93349fcee0296d8d8714fcf984ab056bc0abae0a19
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 3ee15d5a63cf5eeee74149c590668fc61d0e44023eac12988a1ca2a9438a9d39
89 md step-01-clarify-and-route bmm bmm/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md 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 c763b512d55906122433cb65c1bcd5b5b283e45eacdc07281c8ec7596b6b3980
92 md step-01-gather-context bmm bmm/4-implementation/bmad-code-review/steps/step-01-gather-context.md 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
103 md step-01b-continue bmm bmm/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md 4bf216008297dcea25f8be693109cf17879c621865b302c994cdd15aa5124e5f
104 md step-02-context bmm bmm/3-solutioning/bmad-create-architecture/steps/step-02-context.md 4381c5128de7d5c02ac806a1263e3965754bd2598954f3188219fbd87567e5c9
105 md step-02-customer-behavior bmm bmm/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md bac4de244049f90d1f2eb95e2cc9389cc84966d9538077fef1ec9c35e4533849
106 md step-02-design-epics bmm bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-02-design-epics.md 7c66987808c1f84e853fe54b7aff26d209196d450b5644704110f124a15179bc
107 md step-02-discovery bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02-discovery.md 4ef0a3e62c05bfe90fbeca03d58ada11017098523a563003d574462d65f51e78
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 72f4df415adceaaf554166983559e058c6a019d783d0f87cf42c401db3c5f52c
112 md step-02-prd-analysis bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md 38be2bf4b924c0b5b395b57d68f685d790ade7b1a6c10993d3c550675f87d954
113 md step-02-review bmm bmm/4-implementation/bmad-code-review/steps/step-02-review.md 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 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-detail-pass bmm bmm/4-implementation/bmad-checkpoint-preview/step-03-detail-pass.md d48163b9f305f15af57729a8443142e47beb6c3e977554afe12b39ee49cb9fc0
124 md step-03-epic-coverage-validation bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md 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
129 md step-03-triage bmm bmm/4-implementation/bmad-code-review/steps/step-03-triage.md 91eaa27f6a167702ead00da9e93565c9bff79dce92c02eccbca61b1d1ed39a80
130 md step-04-architectural-patterns bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-04-architectural-patterns.md 4636f23e9c585a7a0c90437a660609d913f16362c3557fc2e71d408d6b9f46ce
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 6b83fcf177c24c6b43c2eb0df2efc1430cb0f357b3ab20ee8a5c5483c3fee079
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 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 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
143 md step-05-epic-quality-review bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md d8a84e57f4e3a321734b5b5d093458ceb1e338744f18954c5a204f5ce3576185
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 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 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 4f5d3158a8462656d6959d29544ed5c92cb925641e2205e47af05c124fcd7666
154 md step-06-research-synthesis bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-06-research-synthesis.md 805f2cb7005a4fb0c4da52ea38d45de863f3e840e0f2de1456c414831cdbdf59
155 md step-06-research-synthesis bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-06-research-synthesis.md 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 dde4cd93a3015011da9a8a3237aafa2d15d0935205686231e58bf7064f81cc28
160 md step-08-complete bmm bmm/3-solutioning/bmad-create-architecture/steps/step-08-complete.md 6466e5196be63e9e21b81d6fed45f1ff547d6ac739271201d6180febc857473d
161 md step-08-scoping bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-08-scoping.md 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 4271ae5026e30d807f1272b91161d57567badf0bd89e760ea067636d13f12223
169 md step-12-complete bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-12-complete.md 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 cd4d4e2a307b4cbc805c6954860c93c14a11b74b1e206c45ff89f8b81ab03a62
172 md step-14-complete bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md 47880f82ada9f2edff8be144328f86fb683fd78aba64ec0ea9dfbff71732be00
173 md step-e-01-discovery bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md 5f733ce1dc3663fbbb1fe661471dc1fcb5a9c02621c1f5599bba5850dfe3b7a3
174 md step-e-01b-legacy-conversion bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md 62bf07f0da57c4f87440b5db95928239527542b39be2ff806e85dfca8a0f7e40
175 md step-e-02-review bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md e6a2025055840d5625fc2eec71209da1d63d6bf530c305d353b1d4500202d8bd
176 md step-e-03-edit bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md 38d70a13738c87da364ca7dc5ef9270f84e3c24d5204cdad969e0269f1d55994
177 md step-e-04-complete bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md 9689a795db6e55dd9b946f21b2c4e6a83004693938d9de833334ed76508ddb61
178 md step-oneshot bmm bmm/4-implementation/bmad-quick-dev/step-oneshot.md d68648848bb8277f5b762c3528c2aa42122268037b97d252a8f4faf4edb2830e
179 md step-v-01-discovery bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md 65c4686abf818f35eeeff7cf7d31646b9693f3b8aaaa04eac7c97e9be0572a57
180 md step-v-02-format-detection bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md c27ea549b1414a9a013c6e334daf278bc26e7101879fd5832eb57ed275daeb0d
181 md step-v-02b-parity-check bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md 5216fea52f9bbcb76a8ea9b9e80c98c51c529342e448dcf75c449ffa6fbaa45f
182 md step-v-03-density-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md 1eed2b7eea8745edefbee124e9c9aff1e75a1176b8ba3bad42cfcf9b7c2f2a1c
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
184 md step-v-05-measurability-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md 06a8762b225e7d77f9c1b9f5be8783bcced29623f3a3bc8dbf7ea109b531c0ae
185 md step-v-06-traceability-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md 58b89788683540c3122f886ca7a6191866a3abb2851bd505faa3fc9ab46a73c4
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
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
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
189 md step-v-10-smart-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md 81bf3fbe84054b51cb36b673a3877c65c9b790acd502a9a8a01f76899f5f4f4c
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
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-13-report-complete bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md 67458c55a321c0d2857371a7588fbd387497570cd1b7c53f5a0cf558e1cdc325
193 md sync-sprint-status bmm bmm/4-implementation/bmad-quick-dev/sync-sprint-status.md c0f2fdb940984206a4b7aa2467fbcb7c4811f648634e43a488593974e9efff5e
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
200 md write-document bmm bmm/1-analysis/bmad-agent-tech-writer/write-document.md c0ddfd981f765b82cba0921dad331cd1fa32bacdeea1f02320edfd60a0ae7e6f
201 toml customize bmm bmm/1-analysis/bmad-agent-analyst/customize.toml 7191f4a60ada7dbabe083699b2461f35778af7688924dc6ce05911cf1ffc9054
202 toml customize bmm bmm/1-analysis/bmad-agent-tech-writer/customize.toml bb828f2d26a136870099226f07c61297ce88ddd335823b7549592932bbe14a2e
203 toml customize bmm bmm/1-analysis/bmad-document-project/customize.toml 3bbb5044fafdd865a5fe0863df116a479f30de7fb95c9cf4213f0b87ba1ba924
204 toml customize bmm bmm/1-analysis/bmad-prfaq/customize.toml 8994f925bab65bd310e5ab38781286b6137f3e0c9e89f3ab8a2f480eb05e0de5
205 toml customize bmm bmm/1-analysis/bmad-product-brief/customize.toml 0f10970bf0381458a6e3d2974958e5e52d7873beae61bf6c104303d37cff87f1
206 toml customize bmm bmm/1-analysis/research/bmad-domain-research/customize.toml 462ef14dc1e1f6d145fdfe25e315168fd1fa278ea5f87fe0fa86689234daec2f
207 toml customize bmm bmm/1-analysis/research/bmad-market-research/customize.toml f47af9158893dd3f7ab81ac03cb07d8c76342eead61ec7c9a8a463066b7db9af
208 toml customize bmm bmm/1-analysis/research/bmad-technical-research/customize.toml 7f567fddb04674f817398addbc06e6d1620883d89dcc7ac643c5a56eef5ac337
209 toml customize bmm bmm/2-plan-workflows/bmad-agent-pm/customize.toml c7c30e182fbff5e1cc4d329a99b0bf1188463d25d61b843847818c5bef0d4753
210 toml customize bmm bmm/2-plan-workflows/bmad-agent-ux-designer/customize.toml 0d36c8ce31fe332770b2755a7e952dc102f184fb3275448bf6ac2ebc783ed03b
211 toml customize bmm bmm/2-plan-workflows/bmad-create-prd/customize.toml 0c990af4c0a755402abbef893850bd542744a8b6f36c0587c9f3fb6dab6bf5e7
212 toml customize bmm bmm/2-plan-workflows/bmad-create-ux-design/customize.toml e51d02120e5e79788b183f1fb377f823f7626bac7702a6aa4dc6ddd0a3b00000
213 toml customize bmm bmm/2-plan-workflows/bmad-edit-prd/customize.toml 35cc2dfb3eda73a0ae4dc987cac58867b25c43ce5c5a1bf552e215826ede6c22
214 toml customize bmm bmm/2-plan-workflows/bmad-validate-prd/customize.toml bfb3c8af5b81b2cdb9bb84f844f1b0dafc40d8c283effa6ad48db966b9446cef
215 toml customize bmm bmm/3-solutioning/bmad-agent-architect/customize.toml 32e8074896a569ce59e4db62ab3b4af396798b8fa50c67449a5d90c2a7a7e074
216 toml customize bmm bmm/3-solutioning/bmad-check-implementation-readiness/customize.toml 571d81087b7a6d914cf7c2f21aa26354eac385bb2f5cfeabc591892cbb98d036
217 toml customize bmm bmm/3-solutioning/bmad-create-architecture/customize.toml 618be49b0286f18dfb4b6bac3d96bf1cf062994fa5278cd327be9898e651b43c
218 toml customize bmm bmm/3-solutioning/bmad-create-epics-and-stories/customize.toml da9e43605bc6aec83173050b5d37ede6aebfa9a17c5959a5029681d73e744ba3
219 toml customize bmm bmm/3-solutioning/bmad-generate-project-context/customize.toml 00b6e893b93a1be7c04408f1824dad72c2c43ee02ba29210725e34394bf8225e
220 toml customize bmm bmm/4-implementation/bmad-agent-dev/customize.toml 01a45ac2420f920cfc934de7b1a884b04017c85641085c93d9aada45d2dccf17
221 toml customize bmm bmm/4-implementation/bmad-checkpoint-preview/customize.toml 1a1e0c3a8914adda3cec925eed51287e067c7f84120de64a8df53348e7b77de5
222 toml customize bmm bmm/4-implementation/bmad-code-review/customize.toml 94ad662fdf3fda372c6e24b2cbda629d0b2aa851097d02afb5905c768b1a1cde
223 toml customize bmm bmm/4-implementation/bmad-correct-course/customize.toml 78095d25afb5b2d4844956f61e9ac640a62d0245174fab9406e9c289f33fd84b
224 toml customize bmm bmm/4-implementation/bmad-create-story/customize.toml 1204f6de064436922f2813069778eb4eaa5f1f945aa8ea5a5ffb87897a2ba8fe
225 toml customize bmm bmm/4-implementation/bmad-dev-story/customize.toml 592fa7948c4614609a59b152518f518d35e0178d6aa7c22e169d78157fd9f5aa
226 toml customize bmm bmm/4-implementation/bmad-qa-generate-e2e-tests/customize.toml 04a99926b2d79318b927434c7344dc666f143026ed99c7fcc0d6e3d68263ae66
227 toml customize bmm bmm/4-implementation/bmad-quick-dev/customize.toml 5ba463713de51762eb381be787cbd657932333b808be370d851fc3e40f139e2f
228 toml customize bmm bmm/4-implementation/bmad-retrospective/customize.toml 0b032c342129732820ca2db386d2d5e26d033d8ac296388fc9f2e78765fab9fb
229 toml customize bmm bmm/4-implementation/bmad-sprint-planning/customize.toml f7bde2f792e8604f26122ee792c5493e270710296044b07680db7d90e886caf3
230 toml customize bmm bmm/4-implementation/bmad-sprint-status/customize.toml 96261fd227befaa4685b0a5091d3e85299d4ae8e4404176b42f5ef2e2fb501bd
231 yaml config bmm bmm/config.yaml b4a1663a66aa505f22b70587dc2861e279b3b2517227eb15254d222050409362
232 yaml sprint-status-template bmm bmm/4-implementation/bmad-sprint-planning/sprint-status-template.yaml deeec135d875b107618dd41278349689b5f3dcb5894d7509909417a570f46fd9
233 toml config config.toml config.toml 91f46874f1a1e2e42bbb264479ccf2a5dbc0a7916aa1cde9fa9cfe6491d143c8
234 toml config.user config.user.toml config.user.toml 1bae817b55cf5126f60a9db76c0564857206f4006c06330c4ed32a504413321e
235 csv brain-methods core core/bmad-brainstorming/brain-methods.csv 0ab5878b1dbc9e3fa98cb72abfc3920a586b9e2b42609211bb0516eefd542039
236 csv methods core core/bmad-advanced-elicitation/methods.csv e08b2e22fec700274982e37be608d6c3d1d4d0c04fa0bae05aa9dba2454e6141
237 csv module-help core core/module-help.csv d35985e6a4a5dc726d3f1f5d0d0fb94d9bd273688e3f6eebb1a1a9f21db846f0
238 md compression-rules core core/bmad-distillator/resources/compression-rules.md 86e53d6a2072b379864766681d1cc4e1aad3d4428ecca8c46010f7364da32724
239 md distillate-compressor core core/bmad-distillator/agents/distillate-compressor.md c00da33b39a43207a224c4043d1aa4158e90e41ab421fff0ea7cc55beec81ef8
240 md distillate-format-reference core core/bmad-distillator/resources/distillate-format-reference.md 616488300d40c6de2f0a69ee153258ed4664e9763048f3993db8efd2adca1706
241 md round-trip-reconstructor core core/bmad-distillator/agents/round-trip-reconstructor.md 47c83f4a37249ddac38460d8c95d162f6fc175a8919888e8090aed71bd9383bc
242 md SKILL core core/bmad-advanced-elicitation/SKILL.md 705cc827cab892855d07dcc926f5c9f749c3abab33e915d6ac1574aec174896b
243 md SKILL core core/bmad-brainstorming/SKILL.md f4a2c22b40ed34cdbd3282dd6161a3b869902f3bc75b58e181fc9faf78eedd9d
244 md SKILL core core/bmad-customize/SKILL.md 7617ef46b179e2b9aec7e7176933fd65dcba8fd0ca188ea8beb8cee1dedf449c
245 md SKILL core core/bmad-distillator/SKILL.md 756ee0706ff6b8a3d5726b465e81ba244e4eaeba21b7de0d2390473acebb5ddc
246 md SKILL core core/bmad-editorial-review-prose/SKILL.md b3687fe80567378627bc2a0c5034ae8d65dfeedcf2b6c90da077f4feca462d0c
247 md SKILL core core/bmad-editorial-review-structure/SKILL.md 164444359d74f695a84faf7ea558d0eef39c75561e6b26669f97a165c6f75538
248 md SKILL core core/bmad-help/SKILL.md cd7096b2ff55b2b87e12d6b9c4c9ea13dfca78c49299a09327c97107f9531da8
249 md SKILL core core/bmad-index-docs/SKILL.md a855d7060414e73ca4fe8e1a3e1cc4d0f2ce394846e52340bdf5a1317e0d234a
250 md SKILL core core/bmad-party-mode/SKILL.md bd13fd6cb0b0c61d215e4c394cf4b7cac3a465394c3918f4dc14910513ddb898
251 md SKILL core core/bmad-review-adversarial-general/SKILL.md 7bffc39e6dba4d9123648c5d4d79e17c3c5b1efbd927c3fe0026c2dbb8d99cff
252 md SKILL core core/bmad-review-edge-case-hunter/SKILL.md f49ed9976f46b4cefa1fc8b4f0a495f16089905e6a7bbf4ce73b8f05c9ae3ee6
253 md SKILL core core/bmad-shard-doc/SKILL.md 3a1538536514725fd4f31aded280ee56b9645fc61d114fd94aacb3ac52304e52
254 md splitting-strategy core core/bmad-distillator/resources/splitting-strategy.md 26d3ed05f912cf99ff9ebe2353f2d84d70e3e852e23a32b1215c13416ad708b5
255 md step-01-session-setup core core/bmad-brainstorming/steps/step-01-session-setup.md 7fd2aed9527ccdf35fc86bd4c9b27b4a530b5cfdfb90ae2b7385d3185bcd60bc
256 md step-01b-continue core core/bmad-brainstorming/steps/step-01b-continue.md 49f8d78290291f974432bc8e8fce340de58ed62aa946e9e3182858bf63829920
257 md step-02a-user-selected core core/bmad-brainstorming/steps/step-02a-user-selected.md 7ff3bca27286d17902ecea890494599796633e24a25ea6b31bbd6c3d2e54eba2
258 md step-02b-ai-recommended core core/bmad-brainstorming/steps/step-02b-ai-recommended.md cb77b810e0c98e080b4378999f0e250bacba4fb74c1bcb0a144cffe9989d2cbd
259 md step-02c-random-selection core core/bmad-brainstorming/steps/step-02c-random-selection.md 91c6e16213911a231a41b1a55be7c939e7bbcd1463bd49cb03b5b669a90c0868
260 md step-02d-progressive-flow core core/bmad-brainstorming/steps/step-02d-progressive-flow.md 6b6fbbd34bcf334d79f09e8c36ed3c9d55ddd3ebb8f8f77aa892643d1a4e3436
261 md step-03-technique-execution core core/bmad-brainstorming/steps/step-03-technique-execution.md b97afefd4ccc5234e554a3dfc5555337269ce171e730b250c756718235e9df60
262 md step-04-idea-organization core core/bmad-brainstorming/steps/step-04-idea-organization.md acb7eb6a54161213bb916cabf7d0d5084316704e792a880968fc340855cdcbbb
263 md template core core/bmad-brainstorming/template.md 5c99d76963eb5fc21db96c5a68f39711dca7c6ed30e4f7d22aedee9e8bb964f9
264 md workflow core core/bmad-brainstorming/workflow.md 74c87846a5cda7a4534ea592ea3125a8d8a1a88d19c94f5f4481fb28d0d16bf2
265 py analyze_sources core core/bmad-distillator/scripts/analyze_sources.py 31e2a8441c3c43c2536739c580cdef6abecb18ff20e7447f42dd868875783166
266 py list_customizable_skills core core/bmad-customize/scripts/list_customizable_skills.py 8787f542930b927789e7fdf12bc5a67ff08e19865903a5ad05ff2cc8fc426b66
267 py test_analyze_sources core core/bmad-distillator/scripts/tests/test_analyze_sources.py d90525311f8010aaf8d7d9212a370468a697866190bae78c35d0aae9b7f23fdf
268 py test_list_customizable_skills core core/bmad-customize/scripts/tests/test_list_customizable_skills.py b55fc2e454f245753874f359c18ade9f3ad04debd66176c6e6bf3e403ca9c812
269 yaml config core core/config.yaml 28578d51c58443b83f9a9038afd95a852c26cd35f677c9460c3c434b1dc25d6a
270 file .gitignore custom custom/.gitignore 973b03a33f142c22cf9b65be285bebadd85790b6b55be04637d2f8c716f58fab
271 py resolve_config scripts scripts/resolve_config.py 8e326149d9170477ecc21aa2aa2389d8fbaa5d1cd95db2de2ad33029ce8ae528
272 py resolve_customization scripts scripts/resolve_customization.py 6dbf36a2fea13392426fdbaf4f074b6d9b93488a964d2d1bff2a5c1c3a1d506e

View File

@ -0,0 +1,22 @@
installation:
version: 6.6.0
installDate: 2026-05-03T17:13:05.582Z
lastUpdated: 2026-05-03T17:13:05.582Z
modules:
- name: core
version: 6.6.0
installDate: 2026-05-03T17:13:05.564Z
lastUpdated: 2026-05-03T17:13:05.581Z
source: built-in
npmPackage: null
repoUrl: null
- name: bmm
version: 6.6.0
installDate: 2026-05-03T17:13:05.551Z
lastUpdated: 2026-05-03T17:13:05.582Z
source: built-in
npmPackage: null
repoUrl: null
ides:
- codex
- opencode

View File

@ -0,0 +1,43 @@
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"
1 canonicalId name description module path
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
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
4 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
5 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
6 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
7 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
8 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
9 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
10 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
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
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
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
14 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
15 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
16 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
17 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
18 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
19 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
20 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
21 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
22 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
23 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
24 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
25 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
26 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
27 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
28 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
29 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
30 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
31 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
32 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
33 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
34 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
35 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
36 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
37 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
38 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
39 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
40 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
41 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
42 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
43 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

BIN
_bmad/bmm/.DS_Store vendored Normal file

Binary file not shown.

BIN
_bmad/bmm/1-analysis/.DS_Store vendored Normal file

Binary file not shown.

16
_bmad/bmm/config.yaml Normal file
View File

@ -0,0 +1,16 @@
# BMM Module Configuration
# Generated by BMAD installer
# Version: 6.6.0
# Date: 2026-05-03T17:13:05.568Z
user_skill_level: intermediate
planning_artifacts: "{project-root}/_bmad-output/planning-artifacts"
implementation_artifacts: "{project-root}/_bmad-output/implementation-artifacts"
project_knowledge: "{project-root}/docs"
# Core Configuration Values
user_name: Michael
project_name: HSDollyCam
communication_language: Deutsch
document_output_language: English
output_folder: "{project-root}/_bmad-output"

33
_bmad/bmm/module-help.csv Normal file
View File

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

69
_bmad/config.toml Normal file
View File

@ -0,0 +1,69 @@
# ─────────────────────────────────────────────────────────────────
# Installer-managed. Regenerated on every install — treat as read-only.
#
# Direct edits to this file will be overwritten on the next install.
# To change an install answer durably, re-run the installer (your prior
# answers are remembered as defaults). To pin a value regardless of
# install answers, or to add custom agents / override descriptors, use:
# _bmad/custom/config.toml (team, committed)
# _bmad/custom/config.user.toml (personal, gitignored)
# Those files are never touched by the installer.
# ─────────────────────────────────────────────────────────────────
[core]
project_name = "HSDollyCam"
document_output_language = "English"
output_folder = "{project-root}/_bmad-output"
[modules.bmm]
planning_artifacts = "{project-root}/_bmad-output/planning-artifacts"
implementation_artifacts = "{project-root}/_bmad-output/implementation-artifacts"
project_knowledge = "{project-root}/docs"
[agents.bmad-agent-analyst]
module = "bmm"
team = "software-development"
name = "Mary"
title = "Business Analyst"
icon = "📊"
description = "Channels Porter's strategic rigor and Minto's Pyramid Principle, grounds every finding in verifiable evidence, represents every stakeholder voice. Speaks like a treasure hunter narrating the find: thrilled by every clue, precise once the pattern emerges."
[agents.bmad-agent-tech-writer]
module = "bmm"
team = "software-development"
name = "Paige"
title = "Technical Writer"
icon = "📚"
description = "Master of CommonMark, DITA, and OpenAPI; turns complex concepts into accessible structured docs, favors diagrams over walls of text, every word earning its place. Speaks like the patient teacher you wish you'd had, using analogies that make complex things feel simple."
[agents.bmad-agent-pm]
module = "bmm"
team = "software-development"
name = "John"
title = "Product Manager"
icon = "📋"
description = "Drives Jobs-to-be-Done over template filling, user value first, technical feasibility is a constraint not the driver. Speaks like a detective interrogating a cold case: short questions, sharper follow-ups, every 'why?' tightening the net."
[agents.bmad-agent-ux-designer]
module = "bmm"
team = "software-development"
name = "Sally"
title = "UX Designer"
icon = "🎨"
description = "Balances empathy with edge-case rigor, starts simple and evolves through feedback, every decision serves a genuine user need. Speaks like a filmmaker pitching the scene before the code exists, painting user stories that make you feel the problem."
[agents.bmad-agent-architect]
module = "bmm"
team = "software-development"
name = "Winston"
title = "System Architect"
icon = "🏗️"
description = "Favors boring technology for stability, developer productivity as architecture, ties every decision to business value. Speaks like a seasoned engineer at the whiteboard: measured, always laying out trade-offs rather than verdicts."
[agents.bmad-agent-dev]
module = "bmm"
team = "software-development"
name = "Amelia"
title = "Senior Software Engineer"
icon = "💻"
description = "Test-first discipline (red, green, refactor), 100% pass before review, no fluff all precision. Speaks like a terminal prompt: exact file paths, AC IDs, and commit-message brevity — every statement citable."

17
_bmad/config.user.toml Normal file
View File

@ -0,0 +1,17 @@
# ─────────────────────────────────────────────────────────────────
# Installer-managed. Regenerated on every install — treat as read-only.
# Holds install answers scoped to YOU personally.
#
# Direct edits to this file will be overwritten on the next install.
# To change an answer durably, re-run the installer (your prior answers
# are remembered as defaults). For pinned overrides or custom sections
# the installer does not know about, use _bmad/custom/config.user.toml
# — it is never touched by the installer.
# ─────────────────────────────────────────────────────────────────
[core]
user_name = "Michael"
communication_language = "Deutsch"
[modules.bmm]
user_skill_level = "intermediate"

10
_bmad/core/config.yaml Normal file
View File

@ -0,0 +1,10 @@
# CORE Module Configuration
# Generated by BMAD installer
# Version: 6.6.0
# Date: 2026-05-03T17:13:05.569Z
user_name: Michael
project_name: HSDollyCam
communication_language: Deutsch
document_output_language: English
output_folder: "{project-root}/_bmad-output"

View File

@ -0,0 +1,13 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
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,{output_folder}/brainstorming,brainstorming session
Core,bmad-party-mode,Party Mode,PM,Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate.,,,anytime,,,false,,
Core,bmad-help,BMad Help,BH,,,,anytime,,,false,,
Core,bmad-index-docs,Index Docs,ID,Use when LLM needs to understand available docs without loading everything.,,,anytime,,,false,,
Core,bmad-shard-doc,Shard Document,SD,Use when doc becomes too large (>500 lines) to manage effectively.,,[path],anytime,,,false,,
Core,bmad-editorial-review-prose,Editorial Review - Prose,EP,Use after drafting to polish written content.,,[path],anytime,,,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,report located with target document,
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,,
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,,
Core,bmad-distillator,Distillator,DG,Use when you need token-efficient distillates that preserve all information for downstream LLM consumption.,,[path],anytime,,,false,adjacent to source document or specified output_path,distillate markdown file(s)
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,{project-root}/_bmad/custom,TOML override files
1 module skill display-name menu-code description action args phase after before required output-location outputs
2 Core _meta false https://docs.bmad-method.org/llms.txt
3 Core bmad-brainstorming Brainstorming BSP Use early in ideation or when stuck generating ideas. anytime false {output_folder}/brainstorming brainstorming session
4 Core bmad-party-mode Party Mode PM Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate. anytime false
5 Core bmad-help BMad Help BH anytime false
6 Core bmad-index-docs Index Docs ID Use when LLM needs to understand available docs without loading everything. anytime false
7 Core bmad-shard-doc Shard Document SD Use when doc becomes too large (>500 lines) to manage effectively. [path] anytime false
8 Core bmad-editorial-review-prose Editorial Review - Prose EP Use after drafting to polish written content. [path] anytime false report located with target document three-column markdown table with suggested fixes
9 Core bmad-editorial-review-structure Editorial Review - Structure ES Use when doc produced from multiple subprocesses or needs structural improvement. [path] anytime false report located with target document
10 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
11 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
12 Core bmad-distillator Distillator DG Use when you need token-efficient distillates that preserve all information for downstream LLM consumption. [path] anytime false adjacent to source document or specified output_path distillate markdown file(s)
13 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 {project-root}/_bmad/custom TOML override files

1
_bmad/custom/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.user.toml

7
_bmad/custom/config.toml Normal file
View File

@ -0,0 +1,7 @@
# Team / enterprise overrides for _bmad/config.toml.
# Committed to the repo — applies to every developer on the project.
# Tables deep-merge over base config; keyed entries merge by key.
# Example: override an agent descriptor, or add a new agent.
#
# [agents.bmad-agent-pm]
# description = "Prefers short, bulleted PRDs over narrative drafts."

View File

@ -0,0 +1,176 @@
#!/usr/bin/env python3
"""
Resolve BMad's central config using four-layer TOML merge.
Reads from four layers (highest priority last):
1. {project-root}/_bmad/config.toml (installer-owned team)
2. {project-root}/_bmad/config.user.toml (installer-owned user)
3. {project-root}/_bmad/custom/config.toml (human-authored team, committed)
4. {project-root}/_bmad/custom/config.user.toml (human-authored user, gitignored)
Outputs merged JSON to stdout. Errors go to stderr.
Requires Python 3.11+ (uses stdlib `tomllib`). No `uv`, no `pip install`,
no virtualenv plain `python3` is sufficient.
python3 resolve_config.py --project-root /abs/path/to/project
python3 resolve_config.py --project-root ... --key core
python3 resolve_config.py --project-root ... --key agents
Merge rules (same as resolve_customization.py):
- Scalars: override wins
- Tables: deep merge
- Arrays of tables where every item shares `code` or `id`: merge by that key
- All other arrays: append
"""
import argparse
import json
import sys
from pathlib import Path
try:
import tomllib
except ImportError:
sys.stderr.write(
"error: Python 3.11+ is required (stdlib `tomllib` not found).\n"
)
sys.exit(3)
_MISSING = object()
_KEYED_MERGE_FIELDS = ("code", "id")
def load_toml(file_path: Path, required: bool = False) -> dict:
if not file_path.exists():
if required:
sys.stderr.write(f"error: required config file not found: {file_path}\n")
sys.exit(1)
return {}
try:
with file_path.open("rb") as f:
parsed = tomllib.load(f)
if not isinstance(parsed, dict):
return {}
return parsed
except tomllib.TOMLDecodeError as error:
level = "error" if required else "warning"
sys.stderr.write(f"{level}: failed to parse {file_path}: {error}\n")
if required:
sys.exit(1)
return {}
except OSError as error:
level = "error" if required else "warning"
sys.stderr.write(f"{level}: failed to read {file_path}: {error}\n")
if required:
sys.exit(1)
return {}
def _detect_keyed_merge_field(items):
if not items or not all(isinstance(item, dict) for item in items):
return None
for candidate in _KEYED_MERGE_FIELDS:
if all(item.get(candidate) is not None for item in items):
return candidate
return None
def _merge_by_key(base, override, key_name):
result = []
index_by_key = {}
for item in base:
if not isinstance(item, dict):
continue
if item.get(key_name) is not None:
index_by_key[item[key_name]] = len(result)
result.append(dict(item))
for item in override:
if not isinstance(item, dict):
result.append(item)
continue
key = item.get(key_name)
if key is not None and key in index_by_key:
result[index_by_key[key]] = dict(item)
else:
if key is not None:
index_by_key[key] = len(result)
result.append(dict(item))
return result
def _merge_arrays(base, override):
base_arr = base if isinstance(base, list) else []
override_arr = override if isinstance(override, list) else []
keyed_field = _detect_keyed_merge_field(base_arr + override_arr)
if keyed_field:
return _merge_by_key(base_arr, override_arr, keyed_field)
return base_arr + override_arr
def deep_merge(base, override):
if isinstance(base, dict) and isinstance(override, dict):
result = dict(base)
for key, over_val in override.items():
if key in result:
result[key] = deep_merge(result[key], over_val)
else:
result[key] = over_val
return result
if isinstance(base, list) and isinstance(override, list):
return _merge_arrays(base, override)
return override
def extract_key(data, dotted_key: str):
parts = dotted_key.split(".")
current = data
for part in parts:
if isinstance(current, dict) and part in current:
current = current[part]
else:
return _MISSING
return current
def main():
parser = argparse.ArgumentParser(
description="Resolve BMad central config using four-layer TOML merge.",
)
parser.add_argument(
"--project-root", "-p", required=True,
help="Absolute path to the project root (contains _bmad/)",
)
parser.add_argument(
"--key", "-k", action="append", default=[],
help="Dotted field path to resolve (repeatable). Omit for full dump.",
)
args = parser.parse_args()
project_root = Path(args.project_root).resolve()
bmad_dir = project_root / "_bmad"
base_team = load_toml(bmad_dir / "config.toml", required=True)
base_user = load_toml(bmad_dir / "config.user.toml")
custom_team = load_toml(bmad_dir / "custom" / "config.toml")
custom_user = load_toml(bmad_dir / "custom" / "config.user.toml")
merged = deep_merge(base_team, base_user)
merged = deep_merge(merged, custom_team)
merged = deep_merge(merged, custom_user)
if args.key:
output = {}
for key in args.key:
value = extract_key(merged, key)
if value is not _MISSING:
output[key] = value
else:
output = merged
sys.stdout.write(json.dumps(output, indent=2, ensure_ascii=False) + "\n")
if __name__ == "__main__":
main()

View File

@ -0,0 +1,230 @@
#!/usr/bin/env python3
"""
Resolve customization for a BMad skill using three-layer TOML merge.
Reads customization from three layers (highest priority first):
1. {project-root}/_bmad/custom/{name}.user.toml (personal, gitignored)
2. {project-root}/_bmad/custom/{name}.toml (team/org, committed)
3. {skill-root}/customize.toml (skill defaults)
Skill name is derived from the basename of the skill directory.
Outputs merged JSON to stdout. Errors go to stderr.
Requires Python 3.11+ (uses stdlib `tomllib`). No `uv`, no `pip install`,
no virtualenv plain `python3` is sufficient.
python3 resolve_customization.py --skill /abs/path/to/skill-dir
python3 resolve_customization.py --skill ... --key agent
python3 resolve_customization.py --skill ... --key agent.menu
Merge rules (purely structural no field-name special-casing):
- Scalars (string, int, bool, float): override wins
- Tables: deep merge (recursively apply these rules)
- Arrays of tables where every item shares the *same* identifier
field (every item has `code`, or every item has `id`):
merge by that key (matching keys replace, new keys append)
- All other arrays including arrays where only some items have
`code` or `id`, or where items mix the two keys:
append (base items followed by override items)
No removal mechanism overrides cannot delete base items. To suppress
a default, fork the skill or override the item by code with a no-op
description/prompt.
"""
import argparse
import json
import sys
from pathlib import Path
try:
import tomllib
except ImportError:
sys.stderr.write(
"error: Python 3.11+ is required (stdlib `tomllib` not found).\n"
"Install a newer Python or run the resolution manually per the\n"
"fallback instructions in the skill's SKILL.md.\n"
)
sys.exit(3)
_MISSING = object()
_KEYED_MERGE_FIELDS = ("code", "id")
def find_project_root(start: Path):
current = start.resolve()
while True:
if (current / "_bmad").exists() or (current / ".git").exists():
return current
parent = current.parent
if parent == current:
return None
current = parent
def load_toml(file_path: Path, required: bool = False) -> dict:
if not file_path.exists():
if required:
sys.stderr.write(f"error: required customization file not found: {file_path}\n")
sys.exit(1)
return {}
try:
with file_path.open("rb") as f:
parsed = tomllib.load(f)
if not isinstance(parsed, dict):
if required:
sys.stderr.write(f"error: {file_path} did not parse to a table\n")
sys.exit(1)
return {}
return parsed
except tomllib.TOMLDecodeError as error:
level = "error" if required else "warning"
sys.stderr.write(f"{level}: failed to parse {file_path}: {error}\n")
if required:
sys.exit(1)
return {}
except OSError as error:
level = "error" if required else "warning"
sys.stderr.write(f"{level}: failed to read {file_path}: {error}\n")
if required:
sys.exit(1)
return {}
def _detect_keyed_merge_field(items):
"""Return 'code' or 'id' if every table item carries that *same* field.
All items must share the same identifier (all `code`, or all `id`).
Mixed arrays where some items use `code` and others use `id`
return None and fall through to append semantics. This is intentional:
mixing identifier keys within one array is a schema smell, and
append-fallback is safer than guessing which key should merge.
"""
if not items or not all(isinstance(item, dict) for item in items):
return None
for candidate in _KEYED_MERGE_FIELDS:
if all(item.get(candidate) is not None for item in items):
return candidate
return None
def _merge_by_key(base, override, key_name):
result = []
index_by_key = {}
for item in base:
if not isinstance(item, dict):
continue
if item.get(key_name) is not None:
index_by_key[item[key_name]] = len(result)
result.append(dict(item))
for item in override:
if not isinstance(item, dict):
result.append(item)
continue
key = item.get(key_name)
if key is not None and key in index_by_key:
result[index_by_key[key]] = dict(item)
else:
if key is not None:
index_by_key[key] = len(result)
result.append(dict(item))
return result
def _merge_arrays(base, override):
"""Shape-aware array merge. Base + override combined tables may opt into
keyed merge if every item has `code` or `id`. Otherwise: append."""
base_arr = base if isinstance(base, list) else []
override_arr = override if isinstance(override, list) else []
keyed_field = _detect_keyed_merge_field(base_arr + override_arr)
if keyed_field:
return _merge_by_key(base_arr, override_arr, keyed_field)
return base_arr + override_arr
def deep_merge(base, override):
"""Recursively merge override into base using structural rules.
- Table + table: deep merge
- Array + array: shape-aware (keyed merge if all items have code/id, else append)
- Anything else: override wins
"""
if isinstance(base, dict) and isinstance(override, dict):
result = dict(base)
for key, over_val in override.items():
if key in result:
result[key] = deep_merge(result[key], over_val)
else:
result[key] = over_val
return result
if isinstance(base, list) and isinstance(override, list):
return _merge_arrays(base, override)
return override
def extract_key(data, dotted_key: str):
parts = dotted_key.split(".")
current = data
for part in parts:
if isinstance(current, dict) and part in current:
current = current[part]
else:
return _MISSING
return current
def main():
parser = argparse.ArgumentParser(
description="Resolve customization for a BMad skill using three-layer TOML merge.",
add_help=True,
)
parser.add_argument(
"--skill", "-s", required=True,
help="Absolute path to the skill directory (must contain customize.toml)",
)
parser.add_argument(
"--key", "-k", action="append", default=[],
help="Dotted field path to resolve (repeatable). Omit for full dump.",
)
args = parser.parse_args()
skill_dir = Path(args.skill).resolve()
skill_name = skill_dir.name
defaults_path = skill_dir / "customize.toml"
defaults = load_toml(defaults_path, required=True)
# Prefer the project that contains this skill. Only fall back to cwd if
# the skill isn't inside a recognizable project tree (unusual but possible
# for standalone skills invoked directly). Using cwd first is unsafe when
# an ancestor of cwd happens to have a stray _bmad/ from another project.
project_root = find_project_root(skill_dir) or find_project_root(Path.cwd())
team = {}
user = {}
if project_root:
custom_dir = project_root / "_bmad" / "custom"
team = load_toml(custom_dir / f"{skill_name}.toml")
user = load_toml(custom_dir / f"{skill_name}.user.toml")
merged = deep_merge(defaults, team)
merged = deep_merge(merged, user)
if args.key:
output = {}
for key in args.key:
value = extract_key(merged, key)
if value is not _MISSING:
output[key] = value
else:
output = merged
sys.stdout.write(json.dumps(output, indent=2, ensure_ascii=False) + "\n")
if __name__ == "__main__":
main()

View File

@ -0,0 +1,73 @@
# HS_DollyCam System Architecture
## Overview
HS_DollyCam is a specialized, high-performance camera control system for Second Life, designed to handle complex, multi-waypoint camera tours, precision movement, and automated playlist playback while strictly adhering to LSL (Linden Scripting Language) memory constraints.
## System Architecture
The system follows a decoupled, multi-script architecture where responsibilities are split across specialized components to optimize memory usage and computational performance.
### 1. Orchestration Layer (`HS_CamController.lsl`)
**Role:** The central command and state coordinator.
- **Responsibilities:**
- Handles all user input via Chat (`/88`) and Dialog Menus.
- Mantains persistent state in **Linkset Data** (e.g., active Follow/Lock targets, Marker visibility).
- Routes high-level commands to the specialized helper scripts.
- Manages the lifecycle of presets (Save/Load/Delete).
- **Key Feature:** Acts as the "brain," deciding whether to trigger a one-shot movement or delegate to a continuous tour engine.
### 2. Automation Layer (`HS_CamPlaylist.lsl`)
**Role:** The asynchronous, notecard-driven automation engine.
- **Responsibilities:**
- Parses and executes complex command sequences from inventory notecards.
- Manages "Continuous Tours" by building large, multi-waypoint payloads.
- Handles "DollyZoom" generation and "Wait"/"Delay" logic.
- **Key Feature:** Decouples heavy parsing and long-running sequential logic from the main controller, preventing script timeouts and memory spikes in the Controller.
### 3. Runtime/Execution Layer (`HS_CamEngineTour.lsl`)
**Role:** The high-frequency movement engine for continuous tours.
- **Responsibilities:**
- Decomposes large tour payloads into a high-frequency stream of camera frames.
- Implements complex trajectory mathematics (Catmull-Rom/Spline and Trapezoidal motion profiles).
- Manages waypoint-specific properties like weights, holds, and FOV ramps.
- **Key Feature:** Uses optimized segment caching and throttled updates (e.g., 30Hz) to ensure smooth, high-fidelity camera movement without saturating the simulator's message buffer.
### 4. Hardware Interface Layer (`HS_CamEngineCore.lsl`)
**Role:** The low-level interface to the Second Life viewer.
- **Responsibilities:**
- Manages `PERMISSION_CONTROL_CAMERA` and `PERMISSION_TRACK_CAMERA`.
- Executes the actual `llSetCameraParams` calls.
- Implements the low-level math for "Follow" (World/Local/Yaw) and "Lock" modes.
- **Key Feature:** Provides the fundamental "Engine" for all movement, acting as the final recipient of all `CE_INT_SET_CMD` messages.
---
## Communication Protocol
The system communicates primarily via `llMessageLinked` using the following categorized constants:
| Category | Prefix | Examples |
| :--- | :--- | :--- |
| **Engine Commands** | `CE_CMD_` | `MOVE`, `TOUR`, `STOP`, `LOCK`, `FOLLOW` |
| **Engine Events** | `CE_EVT_` | `READY`, `DENIED`, `MOVE_DONE`, `STATE` |
| **Internal (Engine-to-Core)** | `CE_INT_` | `SET_CAM`, `TOUR_BEGIN`, `TOUR_END`, `TOUR_STOP` |
| **Playlist Commands** | `PH_CMD_` | `PLAY`, `STOP`, `CHAT_TOUR`, `TOURRUN` |
| **Menu/Marker Commands**| `MN_CMD`, `MC_CMD` | `MENU_CMD`, `MARKER_SHOW`, `MARKER_HIDE` |
---
## Critical Implementation Rules (for AI Agents)
**1. Memory Preservation (The Golden Rule):**
- **NEVER** use `llParseString2List` in high-frequency paths (e.g., `on_timer` or `link_message` for `CE_INT_SET_CAM`).
- **USE** targeted parsing (token-based or manual character scanning) to avoid creating large, temporary string/list objects.
able-type lists in LSL are extremely expensive.
**2. Computational Efficiency:**
- **USE** segment caching in the Tour Engine to avoid repeated `llList2Vector` lookups.
- **USE** `llRegionSayTo` for marker communication whenever the target key is known.
- **THROTTLE** camera frame updates (e.g., 30Hz) to prevent simulator network congestion.
**3. Precision & Reliability:**
- **ENSURE** all movement math (splines, trapezoids) accounts for the `gMOVE_STEP` and `gTOUR_CAM_MIN_INTERVAL` parameters.
- **IMPLEMENT** error-handling for broken payloads (e.g., malformed `CE_CMD_TOUR` strings).