whiteport-design-studio 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -9
- package/docs/getting-started/MANUAL-INIT-GUIDE.md +2 -5
- package/docs/getting-started/agent-activation/activation/step-01-load-agent-definition.md +0 -1
- package/docs/getting-started/agent-activation/activation/step-04-handoff-presentation.md +0 -1
- package/docs/getting-started/agent-activation/activation/step-04-standard-presentation.md +0 -1
- package/docs/getting-started/agent-activation/agent-launchers.md +4 -11
- package/docs/getting-started/agent-activation/wds-freya-ux.md +3 -2
- package/docs/getting-started/agent-activation/wds-saga-analyst.md +0 -1
- package/docs/method/wds-method-guide.md +5 -14
- package/docs/tools/cursor-windsurf.md +3 -3
- package/docs/tools/wds-tools-guide.md +1 -1
- package/package.json +1 -1
- package/src/agents/freya-ux.agent.yaml +5 -1
- package/src/data/agent-guides/saga/working-with-existing-materials.md +187 -78
- package/src/data/presentations/freya-intro.md +7 -8
- package/src/data/presentations/freya-presentation.md +1 -2
- package/src/data/presentations/mimir-agents-overview.md +3 -23
- package/src/data/presentations/saga-how-i-help.md +1 -1
- package/src/data/presentations/saga-presentation.md +1 -2
- package/src/module-help.csv +2 -3
- package/src/workflows/0-project-setup/steps/step-01-welcome.md +1 -2
- package/src/workflows/1-project-brief/steps-c/step-01-init.md +26 -3
- package/src/workflows/1-project-brief/steps-c/step-02-vision.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-03-positioning.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-05-business-model.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-06-business-customers.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-07-target-users.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-07a-product-concept.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-08-success-criteria.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-09-competitive-landscape.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-10-constraints.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-10a-platform-strategy.md +13 -0
- package/src/workflows/1-project-brief/steps-c/step-11-tone-of-voice.md +13 -0
- package/src/workflows/1-project-brief/templates/00-project-info.template.md +2 -3
- package/src/workflows/2-trigger-mapping/steps-c/step-09f-provide-activation.md +0 -6
- package/src/workflows/4-ux-design/data/scenario-init/scenario-init-dialog.md +10 -12
- package/src/workflows/4-ux-design/data/specification-audit-workflow.md +1 -1
- package/src/workflows/5-agentic-development/data/guides/AGENTIC-DEVELOPMENT-GUIDE.md +1 -14
- package/src/workflows/5-agentic-development/data/guides/FILE-INDEX.md +1 -1
- package/src/workflows/8-product-evolution/steps-a/step-01-identify.md +1 -1
- package/src/workflows/8-product-evolution/steps-a/step-02-gather-context.md +1 -1
- package/src/workflows/8-product-evolution/steps-d/step-01-design-update.md +1 -1
- package/src/workflows/8-product-evolution/steps-p/step-01-create-delivery.md +1 -1
- package/src/workflows/8-product-evolution/steps-p/step-02-hand-off.md +1 -1
- package/src/workflows/8-product-evolution/steps-t/step-01-validate.md +1 -1
- package/docs/getting-started/agent-activation/wds-idunn-pm.md +0 -67
- package/src/agents/idunn-pm.agent.yaml +0 -44
- package/src/data/agent-guides/idunn/design-handoffs.md +0 -411
- package/src/data/agent-guides/idunn/platform-requirements.md +0 -351
- package/src/data/presentations/idunn-how-i-help.md +0 -59
- package/src/data/presentations/idunn-intro.md +0 -230
- package/src/data/presentations/idunn-presentation.md +0 -74
- package/src/data/presentations/idunn-workflows-guide.md +0 -32
- package/src/skills/idunn.activation.md +0 -201
package/README.md
CHANGED
|
@@ -51,19 +51,19 @@ Saga will greet you by name and guide you through creating your Product Brief.
|
|
|
51
51
|
| 1. Product Brief | Vision, positioning, success criteria | Saga | `A-Product-Brief/` |
|
|
52
52
|
| 2. Trigger Mapping | User psychology, business goals | Saga | `B-Trigger-Map/` |
|
|
53
53
|
| 3. UX Scenarios | Scenario outlines via 8-question dialog | Freya | `C-UX-Scenarios/` |
|
|
54
|
-
| 4. UX Design | Page specifications, interactions | Freya | `
|
|
55
|
-
| 5. Agentic Development | AI-assisted development & testing | Freya |
|
|
54
|
+
| 4. UX Design | Page specifications, interactions | Freya | `C-UX-Scenarios/` |
|
|
55
|
+
| 5. Agentic Development | AI-assisted development & testing | Freya | — |
|
|
56
56
|
| 6. Asset Generation | Visual and text assets from specs | Freya | — |
|
|
57
57
|
| 7. Design System | Component library, design tokens | Freya | `D-Design-System/` |
|
|
58
58
|
| 8. Product Evolution | Brownfield improvements | Freya | — |
|
|
59
59
|
|
|
60
|
-
Output folders are created inside your configured design
|
|
60
|
+
Output folders are created inside your configured design output directory (default: `design-process/`).
|
|
61
61
|
|
|
62
62
|
---
|
|
63
63
|
|
|
64
64
|
## Supported Design Tools
|
|
65
65
|
|
|
66
|
-
WDS offers
|
|
66
|
+
WDS offers agentic design capabilities with several visual design and prototyping services on the market:
|
|
67
67
|
|
|
68
68
|
| Tool | What it does | MCP |
|
|
69
69
|
|------|-------------|-----|
|
|
@@ -98,14 +98,11 @@ your-project/
|
|
|
98
98
|
│ ├── method/
|
|
99
99
|
│ ├── models/
|
|
100
100
|
│ └── tools/
|
|
101
|
-
├── design-
|
|
101
|
+
├── design-process/ # Design output (created by agents)
|
|
102
102
|
│ ├── A-Product-Brief/
|
|
103
103
|
│ ├── B-Trigger-Map/
|
|
104
104
|
│ ├── C-UX-Scenarios/
|
|
105
|
-
│
|
|
106
|
-
│ ├── E-PRD/
|
|
107
|
-
│ ├── F-Testing/
|
|
108
|
-
│ └── G-Product-Development/
|
|
105
|
+
│ └── D-Design-System/
|
|
109
106
|
└── .claude/instructions.md # IDE configuration (varies by IDE)
|
|
110
107
|
```
|
|
111
108
|
|
|
@@ -55,7 +55,6 @@ your-project/
|
|
|
55
55
|
│ └── wds/
|
|
56
56
|
│ ├── agents/
|
|
57
57
|
│ │ ├── freya-ux.agent.yaml
|
|
58
|
-
│ │ ├── idunn-pm.agent.yaml
|
|
59
58
|
│ │ └── saga-analyst.agent.yaml
|
|
60
59
|
│ ├── workflows/
|
|
61
60
|
│ │ ├── 1-project-brief/
|
|
@@ -79,8 +78,7 @@ your-project/
|
|
|
79
78
|
3. **Reference the WDS agent** you want to use:
|
|
80
79
|
|
|
81
80
|
```
|
|
82
|
-
@wds/agents/freya-ux - For UX Design &
|
|
83
|
-
@wds/agents/idunn-pm - For Product Management & Analysis
|
|
81
|
+
@wds/agents/freya-ux - For UX Design, Prototyping & Product Management
|
|
84
82
|
@wds/agents/saga-analyst - For Scenario Analysis
|
|
85
83
|
```
|
|
86
84
|
|
|
@@ -148,8 +146,7 @@ Choose a workflow to start:
|
|
|
148
146
|
|
|
149
147
|
| Agent | Purpose | Reference |
|
|
150
148
|
|-------|---------|-----------|
|
|
151
|
-
| **Freya** | UX Design &
|
|
152
|
-
| **Idunn** | Product Management | `@wds/agents/idunn-pm` |
|
|
149
|
+
| **Freya** | UX Design, Prototyping & Product Management | `@wds/agents/freya-ux` |
|
|
153
150
|
| **Saga** | Scenario Analysis | `@wds/agents/saga-analyst` |
|
|
154
151
|
|
|
155
152
|
### Key Workflows
|
|
@@ -11,7 +11,6 @@ Read and fully embody the persona from your agent definition file.
|
|
|
11
11
|
**Your agent definition file**:
|
|
12
12
|
- Saga: `src/modules/wds/agents/saga-analyst.agent.yaml`
|
|
13
13
|
- Freya: `src/modules/wds/agents/freya-ux.agent.yaml`
|
|
14
|
-
- Idunn: `src/modules/wds/agents/idunn-pm.agent.yaml`
|
|
15
14
|
|
|
16
15
|
**What to do**:
|
|
17
16
|
1. Read the entire agent definition file
|
|
@@ -13,7 +13,6 @@ Show your full presentation even though this is a handoff.
|
|
|
13
13
|
**Your presentation file**:
|
|
14
14
|
- Saga: `src/modules/wds/data/presentations/saga-presentation.md`
|
|
15
15
|
- Freya: `src/modules/wds/data/presentations/freya-presentation.md`
|
|
16
|
-
- Idunn: `src/modules/wds/data/presentations/idunn-presentation.md`
|
|
17
16
|
|
|
18
17
|
**What to do**:
|
|
19
18
|
1. Load and show your full presentation
|
|
@@ -11,7 +11,6 @@ Show your full presentation to introduce yourself.
|
|
|
11
11
|
**Your presentation file**:
|
|
12
12
|
- Saga: `src/modules/wds/data/presentations/saga-presentation.md`
|
|
13
13
|
- Freya: `src/modules/wds/data/presentations/freya-presentation.md`
|
|
14
|
-
- Idunn: `src/modules/wds/data/presentations/idunn-presentation.md`
|
|
15
14
|
|
|
16
15
|
**What to do**:
|
|
17
16
|
1. Load and show your full presentation
|
|
@@ -20,12 +20,6 @@ Simply reference one of these files in your IDE chat to activate the correspondi
|
|
|
20
20
|
**Specializes in**: Project Briefs, User Research, Strategy
|
|
21
21
|
**Phases**: 1, 2
|
|
22
22
|
|
|
23
|
-
### Idunn - Product Manager 📋
|
|
24
|
-
|
|
25
|
-
**File**: `@wds-idunn-pm.md`
|
|
26
|
-
**Specializes in**: Technical Requirements, Architecture, Delivery
|
|
27
|
-
**Phases**: 3, 6
|
|
28
|
-
|
|
29
23
|
---
|
|
30
24
|
|
|
31
25
|
## How It Works
|
|
@@ -65,11 +59,10 @@ All agents use a **router pattern** for predictable behavior:
|
|
|
65
59
|
|
|
66
60
|
Each agent focuses on specific WDS phases:
|
|
67
61
|
|
|
68
|
-
| Agent | Primary Phases | Key Expertise
|
|
69
|
-
| ----------- | -------------- |
|
|
70
|
-
| **Saga** | 1-2 | Strategy, research, personas
|
|
71
|
-
| **Freya**
|
|
72
|
-
| **Idunn** | 3, 6 | Architecture, delivery, PM |
|
|
62
|
+
| Agent | Primary Phases | Key Expertise |
|
|
63
|
+
| ----------- | -------------- | ------------------------------------------ |
|
|
64
|
+
| **Saga** | 1-2 | Strategy, research, personas |
|
|
65
|
+
| **Freya** | 4-8 | Design, prototypes, testing, delivery, PM |
|
|
73
66
|
|
|
74
67
|
If you select a task outside the current agent's domain, they'll seamlessly hand over to the specialist.
|
|
75
68
|
|
|
@@ -25,8 +25,9 @@ I guide you through the creative heart of the WDS journey - from scenarios and u
|
|
|
25
25
|
**I receive handoff from:**
|
|
26
26
|
- **Saga** - Strategic foundation and user personas
|
|
27
27
|
|
|
28
|
-
**I
|
|
29
|
-
-
|
|
28
|
+
**I also handle:**
|
|
29
|
+
- Design delivery packaging for development handoff
|
|
30
|
+
- Product evolution and continuous improvement
|
|
30
31
|
|
|
31
32
|
---
|
|
32
33
|
|
|
@@ -139,7 +139,7 @@ See: [Phase 4: UX Design Guide](./phase-4-ux-design-guide.md)
|
|
|
139
139
|
### Phase 5: Agentic Development
|
|
140
140
|
|
|
141
141
|
**Output:** Development artifacts
|
|
142
|
-
**Agent:**
|
|
142
|
+
**Agent:** Freya the Designer
|
|
143
143
|
|
|
144
144
|
Bridge from design to development. Manage the development process with AI-assisted implementation, testing, and deployment.
|
|
145
145
|
|
|
@@ -181,7 +181,7 @@ Build your component library following atomic design principles. This phase runs
|
|
|
181
181
|
### Phase 8: Product Evolution
|
|
182
182
|
|
|
183
183
|
**Output:** Evolution artifacts
|
|
184
|
-
**Agent:**
|
|
184
|
+
**Agent:** Freya the Designer
|
|
185
185
|
|
|
186
186
|
Iterate on existing products. Analyze usage, scope changes, design updates, implement, test, and deploy improvements.
|
|
187
187
|
|
|
@@ -247,7 +247,7 @@ Your agents will help you identify which phases fit your project.
|
|
|
247
247
|
|
|
248
248
|
## Your Agents
|
|
249
249
|
|
|
250
|
-
|
|
250
|
+
Two specialized agents guide you through WDS:
|
|
251
251
|
|
|
252
252
|
### Saga the Analyst
|
|
253
253
|
|
|
@@ -266,23 +266,14 @@ Saga guides you through discovery, research, and scenario creation. She's curiou
|
|
|
266
266
|
|
|
267
267
|
_"The one who brings light and beauty"_
|
|
268
268
|
|
|
269
|
-
Freya transforms your scenarios into beautiful, detailed specifications. She cares deeply about craft and ensures every detail serves the user experience.
|
|
269
|
+
Freya transforms your scenarios into beautiful, detailed specifications. She cares deeply about craft and ensures every detail serves the user experience. She also bridges design to development and guides product evolution.
|
|
270
270
|
|
|
271
271
|
**Works with you on:**
|
|
272
272
|
|
|
273
273
|
- Phase 4: UX Design
|
|
274
|
+
- Phase 5: Agentic Development
|
|
274
275
|
- Phase 6: Asset Generation
|
|
275
276
|
- Phase 7: Design System
|
|
276
|
-
|
|
277
|
-
### Idunn the PM
|
|
278
|
-
|
|
279
|
-
_"The keeper of what endures"_
|
|
280
|
-
|
|
281
|
-
Idunn manages the bridge from design to development and guides product evolution. She ensures nothing is lost in translation and that products continue to improve.
|
|
282
|
-
|
|
283
|
-
**Works with you on:**
|
|
284
|
-
|
|
285
|
-
- Phase 5: Agentic Development
|
|
286
277
|
- Phase 8: Product Evolution
|
|
287
278
|
|
|
288
279
|
---
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
## What It Is
|
|
10
10
|
|
|
11
|
-
Cursor and Windsurf are AI-powered IDEs built on VS Code that enable natural language interaction with WDS agents (Freya, Saga
|
|
11
|
+
Cursor and Windsurf are AI-powered IDEs built on VS Code that enable natural language interaction with WDS agents (Freya, Saga). They provide the environment where agents can read, write, and modify code while maintaining full context of your project.
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
15
|
## Why WDS Recommends It
|
|
16
16
|
|
|
17
17
|
**AI Agent Integration:**
|
|
18
|
-
- Native support for AI agents like Freya, Saga
|
|
18
|
+
- Native support for AI agents like Freya, Saga
|
|
19
19
|
- Agents can read/write files, run commands, analyze code
|
|
20
20
|
- Context-aware suggestions and automation
|
|
21
21
|
|
|
@@ -103,7 +103,7 @@ Create workspace settings for WDS projects:
|
|
|
103
103
|
### DO ✅
|
|
104
104
|
|
|
105
105
|
**1. Use Agent Chat Effectively**
|
|
106
|
-
- Be specific with requests to Freya
|
|
106
|
+
- Be specific with requests to Freya or Saga
|
|
107
107
|
- Reference files using @ mentions
|
|
108
108
|
- Provide context about what you're trying to achieve
|
|
109
109
|
|
|
@@ -18,7 +18,7 @@ WDS works best with a curated set of tools that support the concept-first, itera
|
|
|
18
18
|
|
|
19
19
|
**[Cursor/Windsurf IDE](cursor-windsurf.md)**
|
|
20
20
|
- AI-powered IDE for WDS agent workflows
|
|
21
|
-
- Development environment for Freya, Saga
|
|
21
|
+
- Development environment for Freya, Saga
|
|
22
22
|
- **Status:** Required for all WDS phases
|
|
23
23
|
|
|
24
24
|
**[Git](git.md)**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "whiteport-design-studio",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.4",
|
|
5
5
|
"description": "Whiteport Design Studio - Strategic design methodology for AI-powered workflows",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"design",
|
|
@@ -24,7 +24,7 @@ agent:
|
|
|
24
24
|
than skimming many. Keeps responses focused and actionable — leads with decisions, follows
|
|
25
25
|
with rationale. Suggests workshops when strategic thinking is needed.
|
|
26
26
|
principles: |
|
|
27
|
-
- Domain: Phases 4 (UX Design), 6 (Asset Generation), 7 (Design System - optional). Hand over other domains to specialist agents.
|
|
27
|
+
- Domain: Phases 4 (UX Design), 5 (Agentic Development), 6 (Asset Generation), 7 (Design System - optional), 8 (Product Evolution). Hand over other domains to specialist agents.
|
|
28
28
|
- Replaces BMM Sally (UX Designer) when WDS is installed.
|
|
29
29
|
- Load strategic context BEFORE designing — always connect to Trigger Map.
|
|
30
30
|
- Specifications must be logical and complete — if you can't explain it, it's not ready.
|
|
@@ -63,3 +63,7 @@ agent:
|
|
|
63
63
|
- trigger: DD or fuzzy match on design-delivery
|
|
64
64
|
exec: "{project-root}/_bmad/wds/workflows/4-ux-design/workflow-handover.md"
|
|
65
65
|
description: "[DD] Design Delivery — Package flows for development handoff"
|
|
66
|
+
|
|
67
|
+
- trigger: PE or fuzzy match on product-evolution
|
|
68
|
+
exec: "{project-root}/_bmad/wds/workflows/8-product-evolution/workflow.md"
|
|
69
|
+
description: "[PE] Product Evolution — Continuous improvement for living products"
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# Working with Existing Materials
|
|
2
2
|
|
|
3
|
-
**Purpose:** Guide for
|
|
3
|
+
**Purpose:** Guide for incorporating existing materials into the PB workflow. When users provide documentation, Saga MUST analyze it first, present findings for confirmation, and only ask questions about gaps.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
## Core Principles
|
|
8
8
|
|
|
9
|
-
1. **
|
|
10
|
-
2. **
|
|
11
|
-
3. **
|
|
12
|
-
4. **
|
|
13
|
-
5. **Stay casual**
|
|
9
|
+
1. **Analyze first, ask second** — Read and extract before any questions
|
|
10
|
+
2. **Present, don't pocket** — Show the user what you found, structured by topic
|
|
11
|
+
3. **Confirm step by step** — Each extracted insight gets a yes/no/refine from the user
|
|
12
|
+
4. **Only ask about gaps** — If the answer is in the document, don't ask the question
|
|
13
|
+
5. **Stay casual** — No judgment about what exists or doesn't
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -29,26 +29,126 @@ existing_materials:
|
|
|
29
29
|
context_notes: "[brief notes]"
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
**If materials exist:** Read them before starting PB steps
|
|
32
|
+
**If materials exist:** Read them COMPLETELY before starting PB steps. Then run the Material Analysis Phase.
|
|
33
33
|
|
|
34
34
|
---
|
|
35
35
|
|
|
36
|
-
##
|
|
36
|
+
## Material Analysis Phase (MANDATORY when materials exist)
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
This phase runs ONCE, after Step 1 (Init) and BEFORE Step 2 (Vision). It replaces the old "reference and ask" pattern with "analyze, present, confirm, then fill gaps."
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
> "Let's start with vision. What are you envisioning?"
|
|
40
|
+
### Step A: Read and Extract
|
|
42
41
|
|
|
43
|
-
|
|
44
|
-
> "I see you mentioned [reference from materials]. Let's build on that - tell me more."
|
|
42
|
+
Read every provided document completely. Extract information into these categories:
|
|
45
43
|
|
|
46
|
-
|
|
44
|
+
| Category | What to look for |
|
|
45
|
+
|----------|-----------------|
|
|
46
|
+
| **Vision** | Purpose, mission, "why this exists", aspirational statements |
|
|
47
|
+
| **Positioning** | Target market, differentiators, alternatives, category |
|
|
48
|
+
| **Business Model** | Revenue, pricing, monetization, cost structure |
|
|
49
|
+
| **Target Users** | User types, personas, segments, pain points |
|
|
50
|
+
| **Product Concept** | Core features, key interactions, product shape |
|
|
51
|
+
| **Success Criteria** | KPIs, metrics, milestones, definition of done |
|
|
52
|
+
| **Competitive Landscape** | Named competitors, alternatives, market gaps |
|
|
53
|
+
| **Constraints** | Technical limits, budget, timeline, team, regulations |
|
|
54
|
+
| **Tone & Brand** | Voice, personality, visual direction, existing brand |
|
|
47
55
|
|
|
48
|
-
|
|
49
|
-
- **
|
|
50
|
-
- **
|
|
51
|
-
- **
|
|
56
|
+
For each category, note:
|
|
57
|
+
- **Complete** — enough information to draft this section
|
|
58
|
+
- **Partial** — some information, needs clarification or expansion
|
|
59
|
+
- **Missing** — not covered in the materials
|
|
60
|
+
|
|
61
|
+
### Step B: Present the Analysis
|
|
62
|
+
|
|
63
|
+
Present your findings to the user, organized by category. Use this pattern:
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
I've read through your materials. Here's what I found — let me walk you through
|
|
67
|
+
it section by section so you can confirm, correct, or add to each one.
|
|
68
|
+
|
|
69
|
+
**Vision**
|
|
70
|
+
From your [document name]: "[relevant quote or paraphrase]"
|
|
71
|
+
My interpretation: [your synthesis in one sentence]
|
|
72
|
+
→ Does this capture it? Anything that's evolved?
|
|
73
|
+
|
|
74
|
+
**Positioning**
|
|
75
|
+
From your [document name]: "[relevant quote or paraphrase]"
|
|
76
|
+
My interpretation: [your synthesis]
|
|
77
|
+
→ Still the direction?
|
|
78
|
+
|
|
79
|
+
[...continue for each category that has content...]
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
**Rules for presentation:**
|
|
83
|
+
- Present ONE category at a time. Wait for user response before moving to the next.
|
|
84
|
+
- Quote or closely paraphrase the source material so the user can see what you're working from
|
|
85
|
+
- Add your interpretation — this is where your strategic thinking adds value
|
|
86
|
+
- Ask for confirmation explicitly: ✓ confirm / ✗ reject / ~ refine
|
|
87
|
+
- If the user refines, capture the refinement before moving on
|
|
88
|
+
|
|
89
|
+
### Step C: Identify Gaps
|
|
90
|
+
|
|
91
|
+
After all extracted categories are confirmed, present the gaps:
|
|
92
|
+
|
|
93
|
+
```
|
|
94
|
+
That covers what I found in your materials. Here's what we still need to explore:
|
|
95
|
+
|
|
96
|
+
- [Gap 1]: Not covered in your documents
|
|
97
|
+
- [Gap 2]: Mentioned briefly but needs more depth
|
|
98
|
+
- [Gap 3]: Implied but not explicit
|
|
99
|
+
|
|
100
|
+
These are the topics I'll focus our conversation on.
|
|
101
|
+
The rest is already solid from your materials.
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Step D: Adjusted Workflow Plan
|
|
105
|
+
|
|
106
|
+
Tell the user which steps will be quick confirmations vs. full conversations:
|
|
107
|
+
|
|
108
|
+
```
|
|
109
|
+
Here's how the rest of the workflow will go:
|
|
110
|
+
|
|
111
|
+
Quick confirmation (already covered):
|
|
112
|
+
- Vision ✓ — confirmed from your materials
|
|
113
|
+
- Target Users ✓ — confirmed from your materials
|
|
114
|
+
|
|
115
|
+
Needs conversation (gaps to fill):
|
|
116
|
+
- Competitive Landscape — not covered yet
|
|
117
|
+
- Success Criteria — mentioned but needs specifics
|
|
118
|
+
- Constraints — partially covered, need technical details
|
|
119
|
+
|
|
120
|
+
This should be much faster since you've already done a lot of the thinking.
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## Adapted Step Execution (after Material Analysis)
|
|
126
|
+
|
|
127
|
+
Once the Material Analysis Phase is complete, each subsequent step runs in one of two modes:
|
|
128
|
+
|
|
129
|
+
### Confirmation Mode (category = Complete)
|
|
130
|
+
|
|
131
|
+
The step's content was already extracted and confirmed during the analysis phase. The step becomes a quick pass:
|
|
132
|
+
|
|
133
|
+
1. Reference the confirmed content: "We already confirmed your vision as [synthesis]. I've documented it."
|
|
134
|
+
2. Ask if anything to add: "Anything else before we move on?"
|
|
135
|
+
3. If nothing: document and advance
|
|
136
|
+
4. If additions: capture them, update, confirm, advance
|
|
137
|
+
|
|
138
|
+
**This replaces the full exploratory conversation.** Do NOT re-ask questions the user already answered during the analysis phase.
|
|
139
|
+
|
|
140
|
+
### Gap-Filling Mode (category = Partial or Missing)
|
|
141
|
+
|
|
142
|
+
The step needs real conversation, but scoped to what's missing:
|
|
143
|
+
|
|
144
|
+
1. Reference what IS known: "From your materials, I know [X]. What I'm missing is [Y]."
|
|
145
|
+
2. Explore only the gap — do not re-cover confirmed ground
|
|
146
|
+
3. Synthesize the gap content with the confirmed content
|
|
147
|
+
4. Present the combined picture for confirmation
|
|
148
|
+
|
|
149
|
+
### CRITICAL RULE
|
|
150
|
+
|
|
151
|
+
**Never re-ask a question whose answer was already confirmed in the Material Analysis Phase.** If the user confirmed their vision during analysis, Step 2 (Vision) should take 30 seconds, not 10 minutes. The exploratory conversation pattern is for discovery — when materials exist, the discovery already happened.
|
|
52
152
|
|
|
53
153
|
---
|
|
54
154
|
|
|
@@ -56,15 +156,14 @@ existing_materials:
|
|
|
56
156
|
|
|
57
157
|
**Apply to all conversational steps** (2, 3, 5, 7, 7a, 8, 9, 10, 11, 12):
|
|
58
158
|
|
|
59
|
-
| Step | No Materials | With Materials |
|
|
60
|
-
|
|
61
|
-
| Vision (2) | "
|
|
62
|
-
| Positioning (3) | "
|
|
63
|
-
|
|
|
64
|
-
|
|
|
65
|
-
|
|
|
66
|
-
|
|
67
|
-
**Pattern:** Reference existing → Validate → Build on it
|
|
159
|
+
| Step | No Materials | With Materials (Confirmed) | With Materials (Gap) |
|
|
160
|
+
|------|-------------|---------------------------|---------------------|
|
|
161
|
+
| Vision (2) | Full exploration | "Confirmed as [X]. Anything to add?" | "You mentioned [X] but I need [Y]." |
|
|
162
|
+
| Positioning (3) | Full exploration | "Confirmed as [X]. Anything to add?" | "Target is clear, but differentiator needs work." |
|
|
163
|
+
| Business Model (5) | Full exploration | "Confirmed as [X]. Anything to add?" | "Revenue model clear, pricing needs detail." |
|
|
164
|
+
| Users (7) | Full exploration | "Confirmed as [X]. Anything to add?" | "Primary users clear, need to explore secondary." |
|
|
165
|
+
| Concept (7a) | Full exploration | "Confirmed as [X]. Anything to add?" | "Core concept clear, need interaction model." |
|
|
166
|
+
| Success (8) | Full exploration | "Confirmed as [X]. Anything to add?" | "Goals clear, need measurable KPIs." |
|
|
68
167
|
|
|
69
168
|
---
|
|
70
169
|
|
|
@@ -73,83 +172,91 @@ existing_materials:
|
|
|
73
172
|
When materials exist, capture:
|
|
74
173
|
|
|
75
174
|
1. **What existed:** Quote/summarize existing material
|
|
76
|
-
2. **
|
|
77
|
-
3. **
|
|
78
|
-
4. **
|
|
79
|
-
5. **
|
|
175
|
+
2. **Analysis presented:** What Saga extracted and interpreted
|
|
176
|
+
3. **User response:** Confirmed / Refined / Rejected
|
|
177
|
+
4. **Gaps identified:** What was missing
|
|
178
|
+
5. **Gap conversation:** Discovery for missing pieces only
|
|
179
|
+
6. **Synthesis:** Final version (confirmed material + gap fills + refinements)
|
|
80
180
|
|
|
81
181
|
**Template:**
|
|
82
182
|
|
|
83
183
|
```markdown
|
|
84
|
-
**
|
|
184
|
+
**Source material:** [Document name, relevant section]
|
|
85
185
|
|
|
86
|
-
**
|
|
186
|
+
**Saga's extraction:**
|
|
187
|
+
> [Quote from material]
|
|
188
|
+
Interpretation: [Saga's synthesis]
|
|
87
189
|
|
|
88
|
-
**User response:** [Confirmed/
|
|
190
|
+
**User response:** [Confirmed ✓ / Refined ~ / Rejected ✗]
|
|
191
|
+
[If refined/rejected: what changed and why]
|
|
89
192
|
|
|
90
|
-
**
|
|
91
|
-
- [
|
|
92
|
-
- [Gaps filled]
|
|
93
|
-
- [Evolution]
|
|
193
|
+
**Gaps explored:**
|
|
194
|
+
- [Gap topic]: [Discovery conversation summary]
|
|
94
195
|
|
|
95
|
-
**
|
|
96
|
-
"Building on your earlier work: [synthesis].
|
|
97
|
-
Keeps [solid parts], adds [new], refines [changed].
|
|
98
|
-
Does that capture it?"
|
|
196
|
+
**Final synthesis:** [Confirmed content + gap fills integrated]
|
|
99
197
|
|
|
100
198
|
**User confirmation:** [Confirmed / Corrected]
|
|
101
|
-
|
|
102
|
-
**Final:** [Updated artifact]
|
|
103
199
|
```
|
|
104
200
|
|
|
105
201
|
---
|
|
106
202
|
|
|
107
203
|
## Common Scenarios
|
|
108
204
|
|
|
205
|
+
**Scenario: Comprehensive PRD provided**
|
|
206
|
+
1. Read it thoroughly — this is the primary source
|
|
207
|
+
2. Run full Material Analysis Phase (Steps A-D)
|
|
208
|
+
3. Most categories will be Complete — workflow becomes mostly confirmations
|
|
209
|
+
4. Focus conversation on strategic gaps (positioning nuance, success metrics, constraints)
|
|
210
|
+
5. Result: 15-minute workflow instead of 60-minute workflow
|
|
211
|
+
|
|
109
212
|
**Scenario: Previous brief exists**
|
|
110
213
|
1. Read it thoroughly
|
|
111
|
-
2.
|
|
112
|
-
3.
|
|
113
|
-
4.
|
|
114
|
-
5.
|
|
214
|
+
2. Run Material Analysis Phase
|
|
215
|
+
3. Identify what's solid vs outdated vs missing
|
|
216
|
+
4. Present: "Your brief from [date] covers X, Y, Z well. Has anything evolved?"
|
|
217
|
+
5. Focus on evolution and gaps
|
|
115
218
|
|
|
116
219
|
**Scenario: Existing website**
|
|
117
220
|
1. Review site (if URL in materials)
|
|
118
|
-
2.
|
|
119
|
-
3.
|
|
221
|
+
2. Extract positioning, tone, target audience signals
|
|
222
|
+
3. Present observations: "Your site positions you as [X], targets [Y], tone is [Z]"
|
|
120
223
|
4. Use as baseline for "what's changing?"
|
|
121
224
|
|
|
122
225
|
**Scenario: Brand guidelines exist**
|
|
123
226
|
1. Read guidelines (voice, values, identity)
|
|
124
|
-
2.
|
|
125
|
-
3.
|
|
126
|
-
4.
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
227
|
+
2. Extract: personality, tone, visual direction, constraints
|
|
228
|
+
3. Present: "Your brand guidelines define [X]. These carry forward unless you say otherwise."
|
|
229
|
+
4. Mark brand-related categories as Complete
|
|
230
|
+
5. Focus on how brand translates to this specific product
|
|
231
|
+
|
|
232
|
+
**Scenario: Research / user interviews exist**
|
|
233
|
+
1. Review findings thoroughly
|
|
234
|
+
2. Extract: user pain points, needs, behaviors, quotes
|
|
235
|
+
3. Present: "Your research identified these user patterns: [list]"
|
|
236
|
+
4. Validate currency: "Is this still what you hear from users?"
|
|
237
|
+
5. Use as foundation for Target Users and Success Criteria steps
|
|
132
238
|
|
|
133
239
|
---
|
|
134
240
|
|
|
135
241
|
## What NOT to Do
|
|
136
242
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
243
|
+
- Say "thank you" and move on as if nothing was provided
|
|
244
|
+
- Pocket the information silently and only reference it in passing
|
|
245
|
+
- Ask questions whose answers are clearly in the provided documents
|
|
246
|
+
- Make the user repeat or re-explain documented work
|
|
247
|
+
- Assume everything is still current without asking (validate!)
|
|
248
|
+
- Judge quality of existing work
|
|
249
|
+
- Skip the Material Analysis Phase and go straight to step-by-step questions
|
|
142
250
|
|
|
143
251
|
---
|
|
144
252
|
|
|
145
253
|
## Benefits
|
|
146
254
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
✅ Rich dialog - Captures refinement, not just creation
|
|
255
|
+
- Efficiency — 15 minutes instead of 60 when materials are comprehensive
|
|
256
|
+
- Respect — Acknowledges the thinking already done
|
|
257
|
+
- Trust — User sees that Saga actually read and understood their materials
|
|
258
|
+
- Focus — Conversation time spent on real gaps, not re-discovery
|
|
259
|
+
- Quality — Final brief builds on confirmed foundation, not fresh guesses
|
|
153
260
|
|
|
154
261
|
---
|
|
155
262
|
|
|
@@ -157,16 +264,18 @@ Does that capture it?"
|
|
|
157
264
|
|
|
158
265
|
**Check:** `existing_materials.has_materials` in outline
|
|
159
266
|
|
|
160
|
-
**If true:**
|
|
161
|
-
1. Read materials
|
|
162
|
-
2.
|
|
163
|
-
3.
|
|
164
|
-
4.
|
|
165
|
-
5.
|
|
267
|
+
**If true — run Material Analysis Phase:**
|
|
268
|
+
1. Read ALL materials completely
|
|
269
|
+
2. Extract information into categories (vision, positioning, users, etc.)
|
|
270
|
+
3. Present findings ONE category at a time, wait for confirmation
|
|
271
|
+
4. Identify gaps after all categories confirmed
|
|
272
|
+
5. Tell user which steps will be quick vs. need conversation
|
|
273
|
+
6. Execute steps in Confirmation Mode or Gap-Filling Mode accordingly
|
|
166
274
|
|
|
167
|
-
**
|
|
275
|
+
**If false — run standard discovery:**
|
|
276
|
+
1. Full exploratory conversation per step
|
|
277
|
+
2. Standard pattern: Open → Explore → Reflect → Synthesize → Confirm
|
|
168
278
|
|
|
169
279
|
---
|
|
170
280
|
|
|
171
|
-
**
|
|
172
|
-
If materials exist, read and adapt. If not, explore from scratch. Either way, natural conversation.
|
|
281
|
+
**The golden rule:** If the user gave you a document, they expect you to USE it — not just acknowledge it. Analyze it, show them what you found, and only ask about what's missing.
|