- Nx 22.7 monorepo (pnpm 11.1, TypeScript 5.9, Node 24) - apps/api: NestJS 11 (CJS conforme CODING-RULES.md PGD-DB-004) - apps/web: React 19 + Vite 8 (ESM) - libs/shared/api-interface: Zod contract base - Docker Compose dev: Postgres 18, Valkey 8, MinIO, Mailpit - WDS artifacts: - design-artifacts/A-Product-Brief/ (5 docs canônicos + 16 dialogs) - design-artifacts/B-Trigger-Map/ (hub + 4 personas + feature impact) - Stack canon: STACK.md v2.2 + CODING-RULES.md v2.0 + brand.md - AGENTS.md + README.md como entrada para devs/agentes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2.3 KiB
2.3 KiB
| 1 | module | skill | display-name | menu-code | description | action | args | phase | preceded-by | followed-by | 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 |