initial commit
This commit is contained in:
183
_bmad/wds/workflows/0-project-setup/steps/step-01-welcome.md
Normal file
183
_bmad/wds/workflows/0-project-setup/steps/step-01-welcome.md
Normal file
@@ -0,0 +1,183 @@
|
||||
---
|
||||
name: 'step-01-welcome'
|
||||
description: 'Welcome user to WDS introduce methodology and determine project type and alignment needs'
|
||||
|
||||
# File References
|
||||
nextStepFile: './step-02-structure.md'
|
||||
workflowFile: '../workflow.md'
|
||||
---
|
||||
|
||||
# Step 1: Welcome & Orientation
|
||||
|
||||
## STEP GOAL:
|
||||
|
||||
Welcome the user to WDS, introduce the methodology and agents, determine if this is a greenfield or brownfield project, and assess if stakeholder alignment is needed.
|
||||
|
||||
## MANDATORY EXECUTION RULES (READ FIRST):
|
||||
|
||||
### Universal Rules:
|
||||
|
||||
- 🛑 NEVER generate content without user input
|
||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
||||
|
||||
### Role Reinforcement:
|
||||
|
||||
- ✅ You are the Project Setup facilitator, onboarding users to WDS methodology
|
||||
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
|
||||
- ✅ We engage in collaborative dialogue, not command-response
|
||||
- ✅ You bring WDS methodology expertise, user brings their project knowledge
|
||||
- ✅ Maintain a welcoming and informative tone throughout
|
||||
|
||||
### Step-Specific Rules:
|
||||
|
||||
- 🎯 Focus only on WDS introduction, project type, and alignment assessment
|
||||
- 🚫 FORBIDDEN to skip the project type determination or assume it
|
||||
- 💬 Approach: Present information clearly, let user choose their path
|
||||
- 📋 Routing decisions here determine the entire workflow path
|
||||
|
||||
## EXECUTION PROTOCOLS:
|
||||
|
||||
- 🎯 Introduce WDS, determine project type, assess alignment needs
|
||||
- 💾 Record project type (greenfield/brownfield) and alignment decision
|
||||
- 📖 Present WDS overview including phases and agents
|
||||
- 🚫 Do not skip project type or alignment questions
|
||||
|
||||
## CONTEXT BOUNDARIES:
|
||||
|
||||
- Available context: Fresh start - no prior project context
|
||||
- Focus: Orientation, project type, alignment needs
|
||||
- Limits: Do not configure project details yet (that is step 02)
|
||||
- Dependencies: None - this is the entry point
|
||||
|
||||
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
||||
|
||||
### 1. Present WDS Introduction
|
||||
|
||||
**Welcome to Whiteport Design Studio (WDS)**
|
||||
|
||||
WDS is a **design methodology** that helps you create great digital products through structured workflows.
|
||||
|
||||
---
|
||||
|
||||
**What WDS Does**
|
||||
|
||||
**For NEW products** (Greenfield):
|
||||
- Phase 1: Define your vision (Project Brief)
|
||||
- Phase 2: Understand your users (Trigger Mapping)
|
||||
- Phase 3: Specify features (PRD Platform)
|
||||
- Phase 4: Design the experience (UX Design) + Hand off to developers
|
||||
- Phase 5: Build with agentic development + Validate quality
|
||||
- Phase 6: Build consistency (Design System)
|
||||
- Phase 7: Launch & Go Live
|
||||
|
||||
**For EXISTING products** (Brownfield):
|
||||
- Phase 8: Strategic improvements (Kaizen approach)
|
||||
- Limited Brief (document what exists)
|
||||
- Focused improvements (not complete redesigns)
|
||||
- Continuous iteration cycles
|
||||
|
||||
---
|
||||
|
||||
**What WDS is NOT**
|
||||
|
||||
- Not a code framework
|
||||
- Not a UI library
|
||||
- Not a one-size-fits-all template
|
||||
|
||||
WDS is a **thinking framework** with templates to guide your design decisions.
|
||||
|
||||
---
|
||||
|
||||
**The Agents**
|
||||
|
||||
Three specialized agents help you:
|
||||
|
||||
| Agent | Domain | Specialty |
|
||||
|-------|--------|-----------|
|
||||
| **Saga** | Strategy | Project Briefs, user research, requirements |
|
||||
| **Freya** | Design | UX/UI, wireframes, specifications, prototypes, product evolution |
|
||||
|
||||
You are currently working with one of these agents.
|
||||
|
||||
### 2. Ask Project Type
|
||||
|
||||
**What type of project is this?**
|
||||
|
||||
Understanding your starting point ensures you follow the right workflow.
|
||||
|
||||
**[A] NEW Product (Greenfield)** - Building from scratch -> Phase 1
|
||||
**[B] EXISTING Product (Brownfield)** - Improving what exists -> Phase 8
|
||||
**[C] NOT SURE** - We will analyze together
|
||||
|
||||
**Your choice (A, B, or C):**
|
||||
|
||||
### 3. Ask Alignment Requirement
|
||||
|
||||
**Do you need stakeholder approval before starting?**
|
||||
|
||||
**[A] No - Ready to start** -> Continue to project configuration
|
||||
**[B] Yes - Need to pitch/create agreement** -> Route to Alignment & Signoff workflow
|
||||
|
||||
**Your choice (A or B):**
|
||||
|
||||
### 4. Handle Routing
|
||||
|
||||
Based on user responses:
|
||||
|
||||
**If alignment = [B] Need to pitch:**
|
||||
1. Route to: `{project-root}/_bmad/wds/workflows/0-alignment-signoff/workflow.md`
|
||||
2. After alignment complete -> Return here for project configuration
|
||||
|
||||
**If alignment = [A] Ready to start:**
|
||||
|
||||
**If [A] NEW Product:** Continue to `step-02-structure.md` then Phase 1
|
||||
**If [B] EXISTING Product:** Continue to `step-02-structure.md` then Phase 8
|
||||
**If [C] NOT SURE:** Scan project, recommend path, then continue
|
||||
|
||||
### 5. Completion Output
|
||||
|
||||
Project type confirmed: [Greenfield/Brownfield]
|
||||
Next: Set up your project structure.
|
||||
|
||||
### 6. Present MENU OPTIONS
|
||||
|
||||
Display: "**Select an Option:** [C] Continue to Step 2: Configuration & Structure"
|
||||
|
||||
#### Menu Handling Logic:
|
||||
- IF C: Load, read entire file, then execute {nextStepFile}
|
||||
- IF M: Return to {workflowFile}
|
||||
- IF Any other comments or queries: help user respond then [Redisplay Menu Options]
|
||||
|
||||
#### EXECUTION RULES:
|
||||
- ALWAYS halt and wait for user input after presenting menu
|
||||
- ONLY proceed to next step when user selects 'C'
|
||||
- User can chat or ask questions - always respond and then redisplay menu options
|
||||
|
||||
## CRITICAL STEP COMPLETION NOTE
|
||||
|
||||
ONLY WHEN the project type is confirmed and alignment decision is made will you then load and read fully `{nextStepFile}` to execute and begin the next step.
|
||||
|
||||
---
|
||||
|
||||
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
||||
|
||||
### ✅ SUCCESS:
|
||||
- User understands WDS methodology at a high level
|
||||
- Project type (greenfield/brownfield) is determined
|
||||
- Alignment needs are assessed and routed correctly
|
||||
- User feels oriented and confident about the path ahead
|
||||
|
||||
### ❌ SYSTEM FAILURE:
|
||||
- Skipping project type determination
|
||||
- Assuming greenfield or brownfield without asking
|
||||
- Not assessing alignment needs
|
||||
- Routing to wrong workflow path
|
||||
|
||||
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
||||
|
||||
---
|
||||
|
||||
_Phase 0: Project Setup - Step 01: Welcome & Orientation_
|
||||
225
_bmad/wds/workflows/0-project-setup/steps/step-02-structure.md
Normal file
225
_bmad/wds/workflows/0-project-setup/steps/step-02-structure.md
Normal file
@@ -0,0 +1,225 @@
|
||||
---
|
||||
name: 'step-02-structure'
|
||||
description: 'Configure project settings create folder structure and generate project outline'
|
||||
|
||||
# File References
|
||||
workflowFile: '../workflow.md'
|
||||
activityWorkflowFile: '../workflow.md'
|
||||
---
|
||||
|
||||
# Step 2: Project Configuration & Structure
|
||||
|
||||
## STEP GOAL:
|
||||
|
||||
Configure all project settings (name, complexity, tech stack, component library, brief level, strategic analysis, working relationship), create the folder structure, and generate the project outline.
|
||||
|
||||
## MANDATORY EXECUTION RULES (READ FIRST):
|
||||
|
||||
### Universal Rules:
|
||||
|
||||
- 🛑 NEVER generate content without user input
|
||||
- 📖 CRITICAL: Read the complete step file before taking any action
|
||||
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
||||
- 📋 YOU ARE A FACILITATOR, not a content generator
|
||||
- ✅ YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
||||
|
||||
### Role Reinforcement:
|
||||
|
||||
- ✅ You are the Project Setup facilitator, configuring the WDS project
|
||||
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
|
||||
- ✅ We engage in collaborative dialogue, not command-response
|
||||
- ✅ You bring WDS methodology expertise, user brings their project knowledge
|
||||
- ✅ Maintain a helpful and efficient tone throughout
|
||||
|
||||
### Step-Specific Rules:
|
||||
|
||||
- 🎯 Focus only on gathering project configuration and creating structure
|
||||
- 🚫 FORBIDDEN to skip configuration questions or assume answers
|
||||
- 💬 Approach: Ask each configuration question, respect user choices
|
||||
- 📋 Configuration determines the entire project workflow path
|
||||
|
||||
## EXECUTION PROTOCOLS:
|
||||
|
||||
- 🎯 Gather all configuration settings and create project structure
|
||||
- 💾 Save project outline to `{{root_folder}}/_progress/wds-project-outline.yaml`
|
||||
- 📖 Follow the configuration sequence exactly
|
||||
- 🚫 Do not skip questions or assume defaults without offering choice
|
||||
|
||||
## CONTEXT BOUNDARIES:
|
||||
|
||||
- Available context: Project type (greenfield/brownfield) from step 0.1
|
||||
- Focus: Project configuration and structure creation
|
||||
- Limits: Configuration only - do not begin Phase 1 work
|
||||
- Dependencies: step-01-welcome must be completed
|
||||
|
||||
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
||||
|
||||
### 1. Project Name
|
||||
|
||||
**What is your project name?**
|
||||
|
||||
### 2. What Are You Building?
|
||||
|
||||
**What type of product is this?**
|
||||
|
||||
[A] **Landing Page** - Single page, marketing focused -> Simplified workflow, minimal phases
|
||||
[B] **Website** - Multiple pages, content focused -> Standard workflow, most phases
|
||||
[C] **Web Application** - Complex features, user interactions -> Full workflow, all phases
|
||||
[D] **Mobile App** - iOS/Android application -> Full workflow + platform considerations
|
||||
|
||||
Store as `product_complexity`: A=simple, B=standard, C=complex, D=complex+mobile
|
||||
|
||||
### 3. Tech Stack (Optional)
|
||||
|
||||
**Tech stack?** [A] React/Next [B] Vue/Nuxt [C] WordPress [D] HTML [E] Other [F] Skip
|
||||
|
||||
Store as `tech_stack` (or null if F)
|
||||
|
||||
### 4. Component Library (Optional)
|
||||
|
||||
**Component library?**
|
||||
|
||||
[A] **shadcn/ui** -> Skip Phase 5
|
||||
[B] **Tailwind only** -> Phase 5 optional
|
||||
[C] **Material UI** -> Skip Phase 5
|
||||
[D] **Custom** -> Phase 5 recommended
|
||||
[E] **Skip** - Decide later
|
||||
|
||||
Store as `component_library`. If A/C -> `skip_design_system: true`
|
||||
|
||||
### 5. Root Folder Name
|
||||
|
||||
**Where should design process files live?**
|
||||
|
||||
[A] **design-process** (Recommended)
|
||||
[B] **docs**
|
||||
[C] **Custom name**
|
||||
|
||||
Store as `root_folder`: A=design-process, B=docs, C=custom
|
||||
|
||||
### 6. Existing Materials (Optional Context)
|
||||
|
||||
**Do you have any existing materials for this project?**
|
||||
|
||||
[A] **Yes** - I have some materials to share
|
||||
[B] **No** - Starting fresh
|
||||
|
||||
If Yes: Review materials, store in outline under `existing_materials`
|
||||
If No: Store `existing_materials.has_materials: false`
|
||||
|
||||
### 7. Brief Level
|
||||
|
||||
**Greenfield**: Always use Complete Brief (`brief_level: complete`)
|
||||
|
||||
**Brownfield**: Ask how thorough the Project Brief should be:
|
||||
[A] **Complete** - Full strategic documentation
|
||||
[B] **Simplified** (Recommended) - Document what exists + what to change
|
||||
|
||||
Store as `brief_level`: complete | simplified
|
||||
|
||||
### 8. Strategic Analysis Level (Greenfield only)
|
||||
|
||||
**How deep should the user/market analysis go?** (Only ask if greenfield AND not simple)
|
||||
|
||||
[A] **Full Trigger Map** (Recommended for complex) -> Phase 2 enabled
|
||||
[B] **Simplified** -> Strategic context in Phase 1, skip Phase 2
|
||||
[C] **Skip** (Not recommended) -> Skip Phase 2
|
||||
|
||||
Store as `strategic_analysis`: full | simplified | skip
|
||||
|
||||
### 9. Working Relationship Context
|
||||
|
||||
**What are the stakes of this project?**
|
||||
|
||||
[A] **Personal/Hobby** -> Encouragement-focused, minimal documentation
|
||||
[B] **Small Business Investment** -> Balanced rationale, professional
|
||||
[C] **Departmental/Organizational** -> Comprehensive justification, evidence-based
|
||||
[D] **Enterprise/High Stakes** -> Rigorous documentation, proof for every point
|
||||
|
||||
**How involved do you want to be?**
|
||||
[A] Highly collaborative [B] Balanced [C] Autonomous execution
|
||||
|
||||
**What is your role?**
|
||||
[A] Client/Stakeholder [B] Product Owner [C] Design Partner [D] Project Manager [E] Other
|
||||
|
||||
**How should I present recommendations?**
|
||||
[A] Suggest options [B] Recommend with rationale [C] Direct guidance
|
||||
|
||||
If stakes C/D: Ask about stakeholders and political sensitivities.
|
||||
|
||||
Store all as `project_context` and `working_relationship` in outline.
|
||||
|
||||
### 10. Create Structure & Outline
|
||||
|
||||
**Check existing:** Look for `{{root_folder}}/` and outline file
|
||||
**If exists:** Ask to keep or reset
|
||||
|
||||
**Create folder structure:**
|
||||
1. Create root folder: `{{root_folder}}/`
|
||||
2. Create progress folder: `{{root_folder}}/_progress/`
|
||||
3. Create agent experiences folder: `{{root_folder}}/_progress/agent-experiences/`
|
||||
4. Create phase folders (greenfield vs brownfield)
|
||||
5. Create D-Design-System subfolders
|
||||
6. Install folder guide files from templates
|
||||
|
||||
**Generate `{{root_folder}}/_progress/wds-project-outline.yaml`** with all configuration values.
|
||||
|
||||
**Fill in `00-design-log.md`** with initial Phase 0 entry.
|
||||
|
||||
### 11. Summary & Next Steps
|
||||
|
||||
**Project configured!** Display summary table of all settings.
|
||||
|
||||
**Greenfield routing:**
|
||||
[A] Start Phase 1 now
|
||||
[B] Hand off to Saga (specialist)
|
||||
|
||||
**Brownfield routing:**
|
||||
[A] Create Limited Brief now
|
||||
[B] Scan my codebase first
|
||||
[C] I know what to improve - go
|
||||
|
||||
### 12. Routing
|
||||
|
||||
**Greenfield:** [A] -> Phase 1 workflow, [B] -> Hand off to Saga
|
||||
**Brownfield:** [A] -> Limited Brief, [B] -> Scan codebase, [C] -> Phase 8
|
||||
|
||||
### 13. Present MENU OPTIONS
|
||||
|
||||
Display: "**Select an Option:** [M] Return to Activity Menu"
|
||||
|
||||
#### Menu Handling Logic:
|
||||
- IF M: Return to {workflowFile} or {activityWorkflowFile}
|
||||
- IF Any other comments or queries: help user respond then [Redisplay Menu Options]
|
||||
|
||||
#### EXECUTION RULES:
|
||||
- ALWAYS halt and wait for user input after presenting menu
|
||||
- User can chat or ask questions - always respond and then redisplay menu options
|
||||
|
||||
## CRITICAL STEP COMPLETION NOTE
|
||||
|
||||
ONLY WHEN the project is fully configured and structure is created will you present the return to Activity Menu option.
|
||||
|
||||
---
|
||||
|
||||
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
||||
|
||||
### ✅ SUCCESS:
|
||||
- All configuration questions are answered
|
||||
- Project outline YAML is generated correctly
|
||||
- Folder structure is created
|
||||
- Correct routing to next phase based on project type and configuration
|
||||
- User understands what comes next
|
||||
|
||||
### ❌ SYSTEM FAILURE:
|
||||
- Skipping configuration questions
|
||||
- Assuming defaults without offering choice
|
||||
- Not creating folder structure
|
||||
- Not generating project outline YAML
|
||||
- Routing to wrong phase
|
||||
|
||||
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
||||
|
||||
---
|
||||
|
||||
_Phase 0: Project Setup - Step 02: Configuration & Structure_
|
||||
Reference in New Issue
Block a user