BMAD-METHOD/src/core-skills/module-help.csv

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