HSDollyCam/_bmad/core/module-help.csv
mita f9ad14e192 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.
2026-05-07 06:18:49 +02:00

2.3 KiB

1moduleskilldisplay-namemenu-codedescriptionactionargsphaseafterbeforerequiredoutput-locationoutputs
2Core_metafalsehttps://docs.bmad-method.org/llms.txt
3Corebmad-brainstormingBrainstormingBSPUse early in ideation or when stuck generating ideas.anytimefalse{output_folder}/brainstormingbrainstorming session
4Corebmad-party-modeParty ModePMOrchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate.anytimefalse
5Corebmad-helpBMad HelpBHanytimefalse
6Corebmad-index-docsIndex DocsIDUse when LLM needs to understand available docs without loading everything.anytimefalse
7Corebmad-shard-docShard DocumentSDUse when doc becomes too large (>500 lines) to manage effectively.[path]anytimefalse
8Corebmad-editorial-review-proseEditorial Review - ProseEPUse after drafting to polish written content.[path]anytimefalsereport located with target documentthree-column markdown table with suggested fixes
9Corebmad-editorial-review-structureEditorial Review - StructureESUse when doc produced from multiple subprocesses or needs structural improvement.[path]anytimefalsereport located with target document
10Corebmad-review-adversarial-generalAdversarial ReviewARUse for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews.[path]anytimefalse
11Corebmad-review-edge-case-hunterEdge Case Hunter ReviewECHUse alongside adversarial review for orthogonal coverage — method-driven not attitude-driven.[path]anytimefalse
12Corebmad-distillatorDistillatorDGUse when you need token-efficient distillates that preserve all information for downstream LLM consumption.[path]anytimefalseadjacent to source document or specified output_pathdistillate markdown file(s)
13Corebmad-customizeBMad CustomizeBCUse 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.anytimefalse{project-root}/_bmad/customTOML override files