Files
rust_browser/_bmad/core/module-help.csv
Zachary D. Rowitsch 931f17b70e
All checks were successful
ci / fast (linux) (push) Successful in 6m46s
Add BMAD framework, planning artifacts, and architecture decision document
Install BMAD workflow framework with agent commands and templates.
Create product brief, PRD, project context, and architecture decision
document covering networking/persistence strategy, JS engine evolution
path, threading model, web_api scaling, system integration, and
tab/process model. Add generated project documentation (architecture
overview, component inventory, development guide, source tree analysis).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:13:06 -04:00

2.5 KiB

1modulephasenamecodesequenceworkflow-filecommandrequiredagentoptionsdescriptionoutput-locationoutputs
2coreanytimeBrainstormingBSP_bmad/core/workflows/brainstorming/workflow.mdbmad-brainstormingfalseanalystGenerate diverse ideas through interactive techniques. Use early in ideation phase or when stuck generating ideas.{output_folder}/brainstorming/brainstorming-session-{{date}}.md
3coreanytimeParty ModePM_bmad/core/workflows/party-mode/workflow.mdbmad-party-modefalseparty-mode facilitatorOrchestrate multi-agent discussions. Use when you need multiple agent perspectives or want agents to collaborate.
4coreanytimebmad-helpBH_bmad/core/tasks/help.mdbmad-helpfalseGet unstuck by showing what workflow steps come next or answering BMad Method questions.
5coreanytimeIndex DocsID_bmad/core/tasks/index-docs.xmlbmad-index-docsfalseCreate lightweight index for quick LLM scanning. Use when LLM needs to understand available docs without loading everything.
6coreanytimeShard DocumentSD_bmad/core/tasks/shard-doc.xmlbmad-shard-docfalseSplit large documents into smaller files by sections. Use when doc becomes too large (>500 lines) to manage effectively.
7coreanytimeEditorial Review - ProseEP_bmad/core/tasks/editorial-review-prose.xmlbmad-editorial-review-prosefalseReview prose for clarity, tone, and communication issues. Use after drafting to polish written content.report located with target documentthree-column markdown table with suggested fixes
8coreanytimeEditorial Review - StructureES_bmad/core/tasks/editorial-review-structure.xmlbmad-editorial-review-structurefalsePropose cuts, reorganization, and simplification while preserving comprehension. Use when doc produced from multiple subprocesses or needs structural improvement.report located with target document
9coreanytimeAdversarial Review (General)AR_bmad/core/tasks/review-adversarial-general.xmlbmad-review-adversarial-generalfalseReview content critically to find issues and weaknesses. Use for quality assurance or before finalizing deliverables. Code Review in other modules run this automatically, but its useful also for document reviews
10coreanytimeEdge Case Hunter ReviewECH_bmad/core/tasks/review-edge-case-hunter.xmlbmad-review-edge-case-hunterfalseWalk every branching path and boundary condition in code, report only unhandled edge cases. Use alongside adversarial review for orthogonal coverage - method-driven not attitude-driven.