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

19
_bmad/wds/module-help.csv Normal file
View File

@@ -0,0 +1,19 @@
module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputs
Web Design Studio,bmad-wds-idun,Wake Idun,IDUN,Setup and governance agent. Interviews org to configure Agent Space and authority model.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-saga,Wake Saga,SAGA,Strategic Analyst agent for Phases 1-2. Scans repos and offers next steps.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-freya,Wake Freya,FREYA,UX Designer agent for Phases 3-4. Checks prerequisites and offers next steps.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-alignment,Alignment & Signoff,AS,Stakeholder buy-in pitch and service agreement. Skip if building your own product.,,,0-wds-pitch,,,false,design_artifacts/A-Product-Brief,pitch service-agreement signoff
Web Design Studio,bmad-wds-project-brief,Project Brief,PB,Define product vision positioning and success criteria. Every design decision traces back to this.,,,1-wds-strategy,,,true,design_artifacts/A-Product-Brief,project-brief.md
Web Design Studio,bmad-wds-trigger-mapping,Trigger Mapping,TM,Map business goals to user psychology. Create personas and score features against driving forces.,,,1-wds-strategy,bmad-wds-project-brief,,true,design_artifacts/B-Trigger-Map,trigger-map.md personas/ feature-impact-analysis.md
Web Design Studio,bmad-wds-platform-requirements,Platform Requirements,PR,Technical boundaries: platforms devices integrations constraints. Skip for simple landing pages.,,,1-wds-strategy,bmad-wds-project-brief,,false,design_artifacts/A-Product-Brief,platform-requirements.md
Web Design Studio,bmad-wds-outline-scenarios,Outline Scenarios,OS,Define user journeys as persona+goal+outcome. Each connects to a Trigger Map driving force.,,,2-wds-design,bmad-wds-trigger-mapping,,true,design_artifacts/C-UX-Scenarios,scenario-overview.md
Web Design Studio,bmad-wds-conceptual-sketching,Conceptual Sketching,CS,Fast rough visual exploration before detailed specification. Skip for straightforward scenarios.,,,2-wds-design,bmad-wds-outline-scenarios,,false,design_artifacts/C-UX-Scenarios,sketches
Web Design Studio,bmad-wds-storyboarding,Storyboarding,SB,Sequence the user journey through screens with entry points transitions and error paths. Skip for simple scenarios.,,,2-wds-design,bmad-wds-outline-scenarios,,false,design_artifacts/C-UX-Scenarios,storyboards
Web Design Studio,bmad-wds-conceptual-specs,Conceptual Specifications,SP,Document every design decision for every element on every page. Developers build directly from this.,,,2-wds-design,bmad-wds-outline-scenarios,,true,design_artifacts/C-UX-Scenarios,page-specs scenario-specs
Web Design Studio,bmad-wds-functional-components,Functional Components,FI,Extract reusable patterns from specs into component definitions. Skip if Design System Mode None.,,,2-wds-design,bmad-wds-conceptual-specs,,false,design_artifacts/C-UX-Scenarios,component-candidates
Web Design Studio,bmad-wds-visual-design,Visual Design,VD,Transform specs into styled HTML prototypes with Figma round-trips.,,,2-wds-design,bmad-wds-conceptual-specs,,false,design_artifacts/C-UX-Scenarios,html-prototypes visual-designs
Web Design Studio,bmad-wds-design-system,Design System,DS,Manage component library and design tokens. Skip if Design System Mode None.,,,2-wds-design,bmad-wds-functional-components,,false,design_artifacts/D-Design-System,components/ design-tokens.md
Web Design Studio,bmad-wds-design-delivery,Design Delivery,DD,Validate specs are complete and package as DD yaml files for development handoff.,,,2-wds-design,bmad-wds-conceptual-specs,,true,design_artifacts/E-Development,delivery-package acceptance-criteria
Web Design Studio,bmad-wds-agentic-development,Agentic Development,AD,Iterative build-verify cycle with design log tracking and browser verification.,,,3-wds-build,bmad-wds-design-delivery,,false,_progress/agent-experiences,experience-documents
Web Design Studio,bmad-wds-usability-testing,Acceptance Testing,AT,Test on real users in their environment with retrospective think-aloud sessions.,,,3-wds-build,bmad-wds-agentic-development,,false,design_artifacts/E-Development,test-results findings
Web Design Studio,bmad-wds-product-evolution,Product Evolution,PE,Continuous improvement: feedback to Trigger Map to spec update to code to verify.,,,3-wds-build,bmad-wds-usability-testing,,false,design_artifacts,updated-artifacts
1 module skill display-name menu-code description action args phase preceded-by followed-by required output-location outputs
2 Web Design Studio bmad-wds-idun Wake Idun IDUN Setup and governance agent. Interviews org to configure Agent Space and authority model. 0-wds-agents false
3 Web Design Studio bmad-wds-saga Wake Saga SAGA Strategic Analyst agent for Phases 1-2. Scans repos and offers next steps. 0-wds-agents false
4 Web Design Studio bmad-wds-freya Wake Freya FREYA UX Designer agent for Phases 3-4. Checks prerequisites and offers next steps. 0-wds-agents false
5 Web Design Studio bmad-wds-alignment Alignment & Signoff AS Stakeholder buy-in pitch and service agreement. Skip if building your own product. 0-wds-pitch false design_artifacts/A-Product-Brief pitch service-agreement signoff
6 Web Design Studio bmad-wds-project-brief Project Brief PB Define product vision positioning and success criteria. Every design decision traces back to this. 1-wds-strategy true design_artifacts/A-Product-Brief project-brief.md
7 Web Design Studio bmad-wds-trigger-mapping Trigger Mapping TM Map business goals to user psychology. Create personas and score features against driving forces. 1-wds-strategy bmad-wds-project-brief true design_artifacts/B-Trigger-Map trigger-map.md personas/ feature-impact-analysis.md
8 Web Design Studio bmad-wds-platform-requirements Platform Requirements PR Technical boundaries: platforms devices integrations constraints. Skip for simple landing pages. 1-wds-strategy bmad-wds-project-brief false design_artifacts/A-Product-Brief platform-requirements.md
9 Web Design Studio bmad-wds-outline-scenarios Outline Scenarios OS Define user journeys as persona+goal+outcome. Each connects to a Trigger Map driving force. 2-wds-design bmad-wds-trigger-mapping true design_artifacts/C-UX-Scenarios scenario-overview.md
10 Web Design Studio bmad-wds-conceptual-sketching Conceptual Sketching CS Fast rough visual exploration before detailed specification. Skip for straightforward scenarios. 2-wds-design bmad-wds-outline-scenarios false design_artifacts/C-UX-Scenarios sketches
11 Web Design Studio bmad-wds-storyboarding Storyboarding SB Sequence the user journey through screens with entry points transitions and error paths. Skip for simple scenarios. 2-wds-design bmad-wds-outline-scenarios false design_artifacts/C-UX-Scenarios storyboards
12 Web Design Studio bmad-wds-conceptual-specs Conceptual Specifications SP Document every design decision for every element on every page. Developers build directly from this. 2-wds-design bmad-wds-outline-scenarios true design_artifacts/C-UX-Scenarios page-specs scenario-specs
13 Web Design Studio bmad-wds-functional-components Functional Components FI Extract reusable patterns from specs into component definitions. Skip if Design System Mode None. 2-wds-design bmad-wds-conceptual-specs false design_artifacts/C-UX-Scenarios component-candidates
14 Web Design Studio bmad-wds-visual-design Visual Design VD Transform specs into styled HTML prototypes with Figma round-trips. 2-wds-design bmad-wds-conceptual-specs false design_artifacts/C-UX-Scenarios html-prototypes visual-designs
15 Web Design Studio bmad-wds-design-system Design System DS Manage component library and design tokens. Skip if Design System Mode None. 2-wds-design bmad-wds-functional-components false design_artifacts/D-Design-System components/ design-tokens.md
16 Web Design Studio bmad-wds-design-delivery Design Delivery DD Validate specs are complete and package as DD yaml files for development handoff. 2-wds-design bmad-wds-conceptual-specs true design_artifacts/E-Development delivery-package acceptance-criteria
17 Web Design Studio bmad-wds-agentic-development Agentic Development AD Iterative build-verify cycle with design log tracking and browser verification. 3-wds-build bmad-wds-design-delivery false _progress/agent-experiences experience-documents
18 Web Design Studio bmad-wds-usability-testing Acceptance Testing AT Test on real users in their environment with retrospective think-aloud sessions. 3-wds-build bmad-wds-agentic-development false design_artifacts/E-Development test-results findings
19 Web Design Studio bmad-wds-product-evolution Product Evolution PE Continuous improvement: feedback to Trigger Map to spec update to code to verify. 3-wds-build bmad-wds-usability-testing false design_artifacts updated-artifacts