chore: initial monorepo scaffold + WDS Phase 1+2 artifacts

- 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>
This commit is contained in:
2026-05-27 14:34:20 +00:00
commit 17c08e6392
3631 changed files with 855518 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputs
BMad Builder,bmad-bmb-setup,Setup Builder Module,SB,"Install or update BMad Builder module config and help entries.",configure,"{-H: headless mode}|{inline values: skip prompts with provided values}",anytime,,,false,{project-root}/_bmad,config.yaml and config.user.yaml
BMad Builder,bmad-agent-builder,Build an Agent,BA,"Create, edit, or rebuild an agent skill through conversational discovery.",build-process,"{-H: headless mode}|{description: initial agent concept}|{path: existing agent to edit or rebuild}",anytime,,bmad-agent-builder:quality-analysis,false,bmad_builder_output_folder,agent skill
BMad Builder,bmad-agent-builder,Analyze an Agent,AA,"Run quality analysis on an existing agent — structure, cohesion, prompt craft, and enhancement opportunities.",quality-analysis,"{-H: headless mode}|{path: agent to analyze}",anytime,bmad-agent-builder:build-process,,false,bmad_builder_reports,quality report
BMad Builder,bmad-workflow-builder,Build a Workflow,BW,"Create, edit, or rebuild a workflow or utility skill.",build-process,"{-H: headless mode}|{description: initial skill concept}|{path: existing skill to edit or rebuild}",anytime,,bmad-workflow-builder:quality-analysis,false,bmad_builder_output_folder,workflow skill
BMad Builder,bmad-workflow-builder,Analyze a Workflow,AW,"Run quality analysis on an existing workflow/skill — structure, efficiency, and enhancement opportunities.",quality-analysis,"{-H: headless mode}|{path: skill to analyze}",anytime,bmad-workflow-builder:build-process,,false,bmad_builder_reports,quality report
BMad Builder,bmad-workflow-builder,Convert a Skill,CW,"Convert any skill to BMad-compliant, outcome-driven equivalent with before/after HTML comparison report.",convert-process,"{--convert: path or URL to source skill}|{-H: headless mode}",anytime,,,false,bmad_builder_reports,converted skill + comparison report
BMad Builder,bmad-module-builder,Ideate Module,IM,"Brainstorm and plan a BMad module — explore ideas, decide architecture, and produce a build plan.",ideate-module,"{description: initial module idea}",anytime,,bmad-module-builder:create-module,false,bmad_builder_reports,module plan
BMad Builder,bmad-module-builder,Create Module,CM,"Scaffold module infrastructure into built skills, making them an installable BMad module.",create-module,"{-H: headless mode}|{path: skills folder or single SKILL.md}",anytime,bmad-module-builder:ideate-module,,false,bmad_builder_output_folder,setup skill
BMad Builder,bmad-module-builder,Validate Module,VM,"Check that a module's structure is complete, accurate, and all capabilities are properly registered.",validate-module,"{-H: headless mode}|{path: module or skill to validate}",anytime,bmad-module-builder:create-module,,false,bmad_builder_reports,validation report
1 module skill display-name menu-code description action args phase preceded-by followed-by required output-location outputs
2 BMad Builder bmad-bmb-setup Setup Builder Module SB Install or update BMad Builder module config and help entries. configure {-H: headless mode}|{inline values: skip prompts with provided values} anytime false {project-root}/_bmad config.yaml and config.user.yaml
3 BMad Builder bmad-agent-builder Build an Agent BA Create, edit, or rebuild an agent skill through conversational discovery. build-process {-H: headless mode}|{description: initial agent concept}|{path: existing agent to edit or rebuild} anytime bmad-agent-builder:quality-analysis false bmad_builder_output_folder agent skill
4 BMad Builder bmad-agent-builder Analyze an Agent AA Run quality analysis on an existing agent — structure, cohesion, prompt craft, and enhancement opportunities. quality-analysis {-H: headless mode}|{path: agent to analyze} anytime bmad-agent-builder:build-process false bmad_builder_reports quality report
5 BMad Builder bmad-workflow-builder Build a Workflow BW Create, edit, or rebuild a workflow or utility skill. build-process {-H: headless mode}|{description: initial skill concept}|{path: existing skill to edit or rebuild} anytime bmad-workflow-builder:quality-analysis false bmad_builder_output_folder workflow skill
6 BMad Builder bmad-workflow-builder Analyze a Workflow AW Run quality analysis on an existing workflow/skill — structure, efficiency, and enhancement opportunities. quality-analysis {-H: headless mode}|{path: skill to analyze} anytime bmad-workflow-builder:build-process false bmad_builder_reports quality report
7 BMad Builder bmad-workflow-builder Convert a Skill CW Convert any skill to BMad-compliant, outcome-driven equivalent with before/after HTML comparison report. convert-process {--convert: path or URL to source skill}|{-H: headless mode} anytime false bmad_builder_reports converted skill + comparison report
8 BMad Builder bmad-module-builder Ideate Module IM Brainstorm and plan a BMad module — explore ideas, decide architecture, and produce a build plan. ideate-module {description: initial module idea} anytime bmad-module-builder:create-module false bmad_builder_reports module plan
9 BMad Builder bmad-module-builder Create Module CM Scaffold module infrastructure into built skills, making them an installable BMad module. create-module {-H: headless mode}|{path: skills folder or single SKILL.md} anytime bmad-module-builder:ideate-module false bmad_builder_output_folder setup skill
10 BMad Builder bmad-module-builder Validate Module VM Check that a module's structure is complete, accurate, and all capabilities are properly registered. validate-module {-H: headless mode}|{path: module or skill to validate} anytime bmad-module-builder:create-module false bmad_builder_reports validation report