Files
Momento/.claude/skills/wds-1-project-brief/data/vision-open-conversation.md
Antigravity bd495be965
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s
feat: design system overhaul — sidebar, AI chats, settings, brainstorm, color cleanup
- Sidebar: dynamic brand-accent colors, brainstorm section restyled
- AI chat general: popup panel with expand/collapse, hides when contextual AI open
- AI chat contextual: tabs reordered (Actions first), X close button, height fix
- Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.)
- Global color cleanup: emerald/orange hardcoded → brand-accent dynamic
- Brainstorm page: orange → brand-accent throughout
- PageEntry animation component added to key pages
- Floating AI button: bg-brand-accent instead of hardcoded black
- i18n: all 15 locales updated with new AI/billing keys
- Billing: freemium quota tracking, BYOK, stripe subscription scaffolding
- Admin: integrated into new design
- AGENTS.md + CLAUDE.md project rules added
2026-05-16 12:59:30 +00:00

75 lines
2.4 KiB
Markdown

# Substep 1: Open Conversation
## Task
Adapt opening question to project context and invite user to think out loud.
## Instructions
### 1. Check Project Context
Read from `wds-project-outline.yaml`:
- `project_context.stakes`
- `working_relationship.involvement_level`
- `existing_materials.has_materials` (check if materials exist)
- `existing_materials.previous_brief` (if has_materials = true)
### 2. Adapt Opening Question
**Check for existing materials FIRST:**
**WITHOUT existing materials** (`has_materials: false`):
**If stakes = personal/hobby:**
> "Tell me about this project! What are you building and what excites you about it?"
**If stakes = business:**
> "What are you envisioning? Tell me in your own words about what you want to create - just dump your ideas, I'll help structure them."
**If stakes = departmental/enterprise:**
> "Let's start with the big picture. What problem are you solving, and what does success look like organizationally?"
---
**WITH existing materials** (`has_materials: true` and `previous_brief` exists):
Read the brief first, then adapt opening:
**If stakes = personal/hobby:**
> "I see you mentioned [reference from brief]. That sounds exciting! Tell me more about what you're envisioning."
**If stakes = business:**
> "I read your brief - you described [key vision element]. Let's build on that. Has your thinking evolved, or is that still the direction?"
**If stakes = departmental/enterprise:**
> "Your brief outlined [vision/problem]. Is that still accurate, or has the organizational picture shifted since you wrote it?"
### 3. Set Expectation
Make it clear this is exploratory:
> "Don't worry about having it all figured out - just share what you're thinking, and I'll help organize it."
---
## Example
**Agent reads context:**
```yaml
project_context:
stakes: business
working_relationship:
involvement_level: balanced
```
**Agent opens:**
> "What are you envisioning for this website? Tell me in your own words - just dump your ideas, I'll help structure them. Don't worry if it's not perfectly organized yet."
**User (Björn/Källa):**
> "Well, I just need something that looks professional and stops people from calling about basic stuff I can't help with anyway. We do cars, buses, tractors, everything. Tourists in summer drive me crazy - they break down and need help NOW."
---
## Next
Once conversation is open, load and execute: `02-explore-vision.md`