name: wds-0-project-setup
The starting point for every WDS project.
Phase 0 ensures you start on the right path. Before diving into design work, we need to understand:
The #1 mistake: Starting Phase 1 with an existing codebase.
Wrong path = wasted work. Phase 0 prevents this.
Phase 0: Project Setup
│
├─→ Step 01: Welcome
│ ├─→ "What is WDS?" (quick intro)
│ └─→ "Greenfield or Brownfield?"
│
└─→ Step 02: Configuration
├─→ Project name
├─→ Product complexity (landing/website/app)
├─→ Tech stack (optional)
├─→ Component library (optional)
├─→ Brief level (complete/simplified)
├─→ Strategic analysis (full/simplified/skip)
├─→ Create folder structure
└─→ Generate project outline
│
├─→ Greenfield → Phase 1 (→ Phase 2 if full analysis)
└─→ Brownfield → Phase 8
| Step | Name | Purpose |
|---|---|---|
| 01 | Welcome & Orientation | Introduce WDS, determine greenfield vs brownfield |
| 02 | Configuration & Structure | Configure project, create folders, generate outline |
Start here: steps/step-01-welcome.md
.wds-project-outline.yaml)Phase 0 takes 3-5 minutes. It saves hours of wrong-path work.
| Option | Values | Impact |
|---|---|---|
| Project Type | greenfield / brownfield | Determines Phase 1-7 (greenfield) vs Phase 8 (brownfield) |
| Complexity | simple / standard / complex | Which phases are enabled |
| Tech Stack | react / vue / wordpress / etc. | Delivery format guidance |
| Component Library | shadcn / tailwind / custom | Skip or enable Phase 5 |
| Brief Level | complete / simplified | Depth of Phase 1 |
| Strategic Analysis | full / simplified / skip | Full Trigger Map or simplified in brief |