Entropyk/_bmad/core/module-help.csv
Sepehr 1fdfefe631 Initial commit: BMAD framework + Story 1.1 Component Trait Definition
Features:
- BMAD (Build Modular AI-driven Development) framework setup
- BMM, BMB, CIS, Core modules configured
- Story 1.1: Component trait with error handling
- Workspace Cargo.toml with components crate
- 31 tests passing (19 unit + 12 doc tests)

Technical:
- Component trait with compute_residuals, jacobian_entries, n_equations
- ComponentError enum with thiserror
- JacobianBuilder for sparse matrix construction
- Object-safe trait supporting Box<dyn Component>
- Comprehensive documentation and examples
2026-02-14 13:54:04 +01:00

2.2 KiB

1modulephasenamecodesequenceworkflow-filecommandrequiredagentoptionsdescriptionoutput-locationoutputs
2coreanytimeParty 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.
3coreanytimebmad-helpBH_bmad/core/tasks/help.mdbmad-helpfalseGet unstuck by showing what workflow steps come next or answering BMad Method questions.
4coreanytimeIndex 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.
5coreanytimeShard 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.
6coreanytimeEditorial 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
7coreanytimeAdversarial 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