97 lines
2.7 KiB
YAML
97 lines
2.7 KiB
YAML
# WDS Full Product Path
|
|
# All 6 phases - complete design journey from vision to handoff
|
|
|
|
path_name: "Full Product"
|
|
path_id: "full-product"
|
|
description: "Complete design methodology for new products, platforms, and complex applications"
|
|
|
|
phases:
|
|
- phase: 1
|
|
name: "Project Brief"
|
|
artifact: "Project Brief"
|
|
folder_letter: "A"
|
|
folder_number: "01"
|
|
folder_name: "Product-Brief"
|
|
required: true
|
|
brief_level: "complete"
|
|
workflows:
|
|
- id: "product-exploration"
|
|
required: true
|
|
agent: "saga-analyst"
|
|
command: "product-exploration"
|
|
output: "Complete Project Brief with vision, positioning, success criteria"
|
|
|
|
- phase: 2
|
|
name: "Trigger Mapping"
|
|
artifact: "Trigger Map"
|
|
folder_letter: "B"
|
|
folder_number: "02"
|
|
folder_name: "Trigger-Map"
|
|
required: true
|
|
workflows:
|
|
- id: "trigger-mapping"
|
|
required: true
|
|
agent: "saga-analyst"
|
|
command: "trigger-mapping"
|
|
output: "Trigger Map with personas, goals, Feature Impact Analysis"
|
|
|
|
- phase: 3
|
|
name: "PRD Platform"
|
|
artifact: "Technical Foundation"
|
|
folder_letter: "C"
|
|
folder_number: "03"
|
|
folder_name: "Platform-Requirements"
|
|
required: true
|
|
workflows:
|
|
- id: "prd-platform"
|
|
required: true
|
|
agent: "freyja-pm"
|
|
command: "prd-platform"
|
|
output: "Platform architecture, data model, proofs of concept"
|
|
|
|
- phase: 4
|
|
name: "UX Design"
|
|
artifact: "Scenarios"
|
|
folder_letter: "C"
|
|
folder_number: "03"
|
|
folder_name: "Scenarios"
|
|
required: true
|
|
workflows:
|
|
- id: "ux-design"
|
|
required: true
|
|
agent: "baldr-ux"
|
|
command: "ux-design"
|
|
output: "Page specifications, prototypes, functional requirements"
|
|
note: "Run iteratively for each scenario. Step 4E updates PRD."
|
|
|
|
- phase: 5
|
|
name: "Design System"
|
|
artifact: "Component Library"
|
|
folder_letter: "D"
|
|
folder_number: "04"
|
|
folder_name: "Design-System"
|
|
conditional: "include_design_system"
|
|
workflows:
|
|
- id: "design-system"
|
|
conditional: "include_design_system"
|
|
agent: "baldr-ux"
|
|
command: "design-system"
|
|
output: "Component documentation, HTML showcase"
|
|
note: "Runs in parallel with Phase 4"
|
|
|
|
- phase: 6
|
|
name: "PRD Finalization"
|
|
artifact: "Complete PRD"
|
|
folder_letter: "E"
|
|
folder_number: "05"
|
|
folder_name: "PRD-Finalization"
|
|
required: true
|
|
workflows:
|
|
- id: "prd-finalization"
|
|
required: true
|
|
agent: "freyja-pm"
|
|
command: "prd-finalization"
|
|
output: "Complete PRD, development roadmap, handoff package"
|
|
note: "Can run multiple times as design progresses"
|
|
|