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:
75
.agents/skills/wds-1-project-brief/data/vision-explore.md
Normal file
75
.agents/skills/wds-1-project-brief/data/vision-explore.md
Normal file
@@ -0,0 +1,75 @@
|
||||
# Substep 2: Explore Vision
|
||||
|
||||
## Task
|
||||
|
||||
Listen for signals and ask follow-up questions until you capture the essence of what they're building.
|
||||
|
||||
## Instructions
|
||||
|
||||
### 1. Use Conversational Follow-Up Patterns
|
||||
|
||||
Reference: `src/data/agent-guides/saga/conversational-followups.md`
|
||||
|
||||
Listen for signals and respond:
|
||||
|
||||
**If they mention USERS:**
|
||||
- "Tell me more about them - who are they?"
|
||||
- "What frustrates them today?"
|
||||
|
||||
**If they mention BUSINESS VALUE:**
|
||||
- "How do you see that translating to revenue/efficiency/growth?"
|
||||
- "What would success look like in 6 months?"
|
||||
|
||||
**If they mention a FEATURE:**
|
||||
- "What problem does that solve?"
|
||||
- "Why is that important to you?"
|
||||
|
||||
**If they're VAGUE:**
|
||||
- "Can you paint me a picture - what does that actually look like?"
|
||||
- "Give me a specific example"
|
||||
|
||||
### 2. Know When to Stop
|
||||
|
||||
You're ready when you can answer:
|
||||
- ✅ What are they building?
|
||||
- ✅ Why does it matter?
|
||||
- ✅ Who is it for?
|
||||
- ✅ What makes it different?
|
||||
|
||||
**Don't over-explore.** 5-10 minutes usually enough.
|
||||
|
||||
---
|
||||
|
||||
## Example
|
||||
|
||||
**User:** "Tourists in summer drive me crazy - they break down and need help NOW."
|
||||
|
||||
**Agent:** "Tell me about the tourist situation - what time of year, what's typical?"
|
||||
|
||||
**User:** "Summer, June to August. Northern Öland, we're basically the only option. They break down, they're stressed, they call everyone. Half the time it's a car I can't take because we're full."
|
||||
|
||||
**Agent:** "So the website would help them understand if you can help them, before they call?"
|
||||
|
||||
**User:** "Exactly! And show we're legit - we're AutoExperten certified, been here 20 years."
|
||||
|
||||
**Agent:** "What about the 'basic stuff' calls you mentioned?"
|
||||
|
||||
**User:** "People asking if we do X type of vehicle. We do EVERYTHING. Lawnmowers to tour buses. I want that clear right away."
|
||||
|
||||
**Agent:** "Got it. So showing that breadth is important. How do you want to show it?"
|
||||
|
||||
**User:** "Maybe pictures of all the different types? So they see we're serious."
|
||||
|
||||
**Agent thinks:**
|
||||
- ✅ What: Professional website showing service breadth
|
||||
- ✅ Why: Reduce unnecessary calls, show credibility
|
||||
- ✅ Who: Summer tourists (stressed, need fast answers)
|
||||
- ✅ Different: Full range lawnmowers→tour buses, AutoExperten certified
|
||||
|
||||
**Ready for reflection.**
|
||||
|
||||
---
|
||||
|
||||
## Next
|
||||
|
||||
Once essence is captured, load and execute: `03-reflect-confirm.md`
|
||||
Reference in New Issue
Block a user