siesa-agents 2.1.90 → 2.1.91
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/claude/skills/sa-wds-visual-proposals/SKILL.md +6 -0
- package/package.json +1 -1
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/data/component-mapping.csv +47 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01-init.md +148 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01b-continue.md +79 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02-bridge.md +114 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02b-kit-warmup.md +96 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-03-scenarios.md +102 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-04-specs.md +97 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-05-prototype.md +102 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-06-handoff.md +96 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/product-brief-bridge.md +68 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/proposal-index.md +46 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/trigger-map-bridge.md +54 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow.md +82 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow_ext.md +195 -0
- package/siesa-agents/wds/config.yaml +20 -0
- package/siesa-agents/wds/data/agent-contracts.md +72 -0
- package/siesa-agents/wds/data/agent-guides/freya/agentic-development.md +223 -0
- package/siesa-agents/wds/data/agent-guides/freya/content-creation.md +270 -0
- package/siesa-agents/wds/data/agent-guides/freya/design-system.md +333 -0
- package/siesa-agents/wds/data/agent-guides/freya/meta-content-guide.md +495 -0
- package/siesa-agents/wds/data/agent-guides/freya/specification-quality.md +262 -0
- package/siesa-agents/wds/data/agent-guides/freya/strategic-design.md +116 -0
- package/siesa-agents/wds/data/agent-guides/saga/content-structure-principles.md +190 -0
- package/siesa-agents/wds/data/agent-guides/saga/conversational-followups.md +372 -0
- package/siesa-agents/wds/data/agent-guides/saga/discovery-conversation.md +265 -0
- package/siesa-agents/wds/data/agent-guides/saga/dream-up-approach.md +1034 -0
- package/siesa-agents/wds/data/agent-guides/saga/inspiration-analysis.md +215 -0
- package/siesa-agents/wds/data/agent-guides/saga/resources/project-brief.template.md +187 -0
- package/siesa-agents/wds/data/agent-guides/saga/seo-strategy-guide.md +391 -0
- package/siesa-agents/wds/data/agent-guides/saga/strategic-documentation.md +454 -0
- package/siesa-agents/wds/data/agent-guides/saga/trigger-mapping.md +653 -0
- package/siesa-agents/wds/data/agent-guides/saga/working-with-existing-materials.md +172 -0
- package/siesa-agents/wds/data/design-system/component-boundaries.md +318 -0
- package/siesa-agents/wds/data/design-system/figma-component-structure.md +697 -0
- package/siesa-agents/wds/data/design-system/naming-conventions.md +200 -0
- package/siesa-agents/wds/data/design-system/state-management.md +93 -0
- package/siesa-agents/wds/data/design-system/token-architecture.md +474 -0
- package/siesa-agents/wds/data/design-system/validation-patterns.md +74 -0
- package/siesa-agents/wds/data/presentations/freya-how-i-help.md +63 -0
- package/siesa-agents/wds/data/presentations/freya-intro.md +269 -0
- package/siesa-agents/wds/data/presentations/freya-presentation.md +77 -0
- package/siesa-agents/wds/data/presentations/freya-workflows-guide.md +51 -0
- package/siesa-agents/wds/data/presentations/mimir-agents-overview.md +66 -0
- package/siesa-agents/wds/data/presentations/mimir-tone-setting.md +48 -0
- package/siesa-agents/wds/data/presentations/saga-how-i-help.md +62 -0
- package/siesa-agents/wds/data/presentations/saga-intro.md +285 -0
- package/siesa-agents/wds/data/presentations/saga-presentation.md +74 -0
- package/siesa-agents/wds/data/presentations/saga-workflows-guide.md +48 -0
- package/siesa-agents/wds/data/shared-activation.md +49 -0
- package/siesa-agents/wds/data/wds-glossary.md +98 -0
- package/siesa-agents/wds/module-help.csv +19 -0
- package/siesa-agents/wds/scripts/README.md +155 -0
- package/siesa-agents/wds/scripts/wds-add-object.js +207 -0
- package/siesa-agents/wds/scripts/wds-add-spacing.js +158 -0
- package/siesa-agents/wds/scripts/wds-init-page.js +234 -0
- package/siesa-agents/wds/scripts/wds-init-scenario.js +125 -0
- package/siesa-agents/wds/scripts/wds-nav.js +206 -0
- package/siesa-agents/wds/scripts/wds-validate.js +306 -0
- package/siesa-agents/wds/skills/freya.activation.md +204 -0
- package/siesa-agents/wds/skills/handoff.md +91 -0
- package/siesa-agents/wds/skills/saga.activation.md +169 -0
- package/siesa-agents/wds/skills/shared/git.md +55 -0
- package/siesa-agents/wds/skills/start.md +99 -0
- package/siesa-agents/wds/skills/wrap.md +198 -0
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
# Inspiration Analysis Workshop (Product Brief)
|
|
2
|
+
|
|
3
|
+
**When to load:** After Visual Direction, as final Product Brief companion document
|
|
4
|
+
**Agent:** Saga or Freya
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Why This Matters
|
|
9
|
+
|
|
10
|
+
Without documented visual/UX preferences from real examples, Dream Up agents must guess what the client likes. This causes:
|
|
11
|
+
|
|
12
|
+
- **Wasted iterations** where client says "not that style" after seeing output
|
|
13
|
+
- **Abstract feedback** ("make it more modern") that's impossible to action precisely
|
|
14
|
+
- **Misalignment** between what the agent generates and what the client envisioned
|
|
15
|
+
- **Lost time** in later phases correcting direction that could have been captured early
|
|
16
|
+
|
|
17
|
+
**The power of this document:** When a client says "I like that layout" pointing at a real site, you now have a concrete, documented reference. Not abstract words — a real example with specific elements they approved or rejected.
|
|
18
|
+
|
|
19
|
+
**For Dream Up quality:** Every future generation can self-review against documented preferences. "Did I follow the layout principle from Site 1 that the client liked? Did I avoid the pattern from Site 2 they rejected?"
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## What We Need to Know
|
|
24
|
+
|
|
25
|
+
**Satisfaction criteria — by the end you should have:**
|
|
26
|
+
|
|
27
|
+
1. **Documented reactions to real sites** — specific elements liked/disliked with WHY
|
|
28
|
+
2. **Visual style preferences** — from concrete examples, not abstract descriptions
|
|
29
|
+
3. **Layout and structure patterns** — what arrangements appeal to the client
|
|
30
|
+
4. **UX patterns** — what interaction patterns they prefer
|
|
31
|
+
5. **Anti-patterns** — what they've explicitly rejected (with examples)
|
|
32
|
+
6. **Synthesized design principles** — strategic takeaways that guide all future design
|
|
33
|
+
|
|
34
|
+
**Quality bar:**
|
|
35
|
+
- At least 2 sites analyzed (more if client provides them)
|
|
36
|
+
- For each site: specific elements with client's reaction (not vague overall impression)
|
|
37
|
+
- Synthesized principles clear enough for a Dream Up agent to self-review against
|
|
38
|
+
- Client confirms: "Yes, this captures what I'm looking for"
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## The Process
|
|
43
|
+
|
|
44
|
+
### Getting URLs
|
|
45
|
+
|
|
46
|
+
Ask the client for 2-4 sites they find inspiring. These could be:
|
|
47
|
+
- Sites with layout/structure they like
|
|
48
|
+
- Competitor sites (to learn what works and doesn't)
|
|
49
|
+
- Sites with visual style they admire
|
|
50
|
+
- Sites with UX patterns they want to adopt
|
|
51
|
+
|
|
52
|
+
**If client is hesitant:** Even one site with one thing they like is valuable. Don't require perfection — any concrete reference beats abstract descriptions.
|
|
53
|
+
|
|
54
|
+
**If client has no references:** Offer to find 2-3 examples in their industry. Show them and ask for reactions.
|
|
55
|
+
|
|
56
|
+
### Analyzing Each Site
|
|
57
|
+
|
|
58
|
+
**Step 1: Load the site** — use browser/WebFetch tools to see what the client sees.
|
|
59
|
+
|
|
60
|
+
**Step 2: Ask open first** — "What drew you to this site?" / "What do you like about it?" Let the client lead.
|
|
61
|
+
|
|
62
|
+
**Step 3: Get specific** — naturally ask about elements you can see on the site. Don't use a checklist. Ask about what's actually there:
|
|
63
|
+
- Their layout approach
|
|
64
|
+
- How they handle navigation
|
|
65
|
+
- How content is displayed
|
|
66
|
+
- Visual style and imagery
|
|
67
|
+
- Specific elements (maps, forms, testimonials, etc.)
|
|
68
|
+
- Performance and load feel
|
|
69
|
+
|
|
70
|
+
**Step 4: Capture nuance** — listen for:
|
|
71
|
+
- Approval ("like that") — document what specifically and why
|
|
72
|
+
- Rejection ("don't like that") — document what and why not
|
|
73
|
+
- Conditional ("like but...") — document the adaptation needed
|
|
74
|
+
- The WHY behind each reaction is more valuable than the reaction itself
|
|
75
|
+
|
|
76
|
+
**Step 5: Extract principles** — as patterns emerge across sites, identify strategic takeaways. Test your understanding: "I'm noticing you prefer X — is that fair?"
|
|
77
|
+
|
|
78
|
+
### Synthesizing
|
|
79
|
+
|
|
80
|
+
After all sites are analyzed, organize findings into design principles by category:
|
|
81
|
+
- Layout patterns (to use / to avoid)
|
|
82
|
+
- Content hierarchy (priorities / anti-patterns)
|
|
83
|
+
- Visual style (direction / what to avoid)
|
|
84
|
+
- UX patterns (interactions / anti-patterns)
|
|
85
|
+
|
|
86
|
+
**Confirm with client:** "Based on what you liked and didn't like, here's what I'm taking away. Does this capture your vision?"
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Types of Information to Surface
|
|
91
|
+
|
|
92
|
+
**Layout and structure:**
|
|
93
|
+
- Single-page vs multi-page preference
|
|
94
|
+
- Section organization and flow
|
|
95
|
+
- Content density (busy vs minimal)
|
|
96
|
+
- White space usage
|
|
97
|
+
|
|
98
|
+
**Navigation and UX:**
|
|
99
|
+
- Menu style (simple vs complex)
|
|
100
|
+
- How key actions are accessed (contact, booking, etc.)
|
|
101
|
+
- Mobile behavior
|
|
102
|
+
- Scroll behavior
|
|
103
|
+
|
|
104
|
+
**Visual style:**
|
|
105
|
+
- Color palette impression
|
|
106
|
+
- Typography feel (modern, classic, etc.)
|
|
107
|
+
- Photo style (real vs stock, dark vs light)
|
|
108
|
+
- Overall aesthetic (minimal, rich, corporate, casual)
|
|
109
|
+
|
|
110
|
+
**Content display:**
|
|
111
|
+
- How services/features are shown (grid, list, cards)
|
|
112
|
+
- Testimonial/review presentation
|
|
113
|
+
- How contact info is displayed
|
|
114
|
+
- Map and location presentation
|
|
115
|
+
|
|
116
|
+
**Performance and feel:**
|
|
117
|
+
- Loading speed impression
|
|
118
|
+
- Animation and movement
|
|
119
|
+
- Overall "feel" (fast, heavy, smooth, clunky)
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## What to Document
|
|
124
|
+
|
|
125
|
+
Create `inspiration-analysis.md` in the Product Brief output folder.
|
|
126
|
+
|
|
127
|
+
**For each site:**
|
|
128
|
+
```markdown
|
|
129
|
+
## Site: [Name or URL]
|
|
130
|
+
|
|
131
|
+
### What Client Liked
|
|
132
|
+
- [Specific element] — [Why it works for them]
|
|
133
|
+
- [Specific element] — [Why it works]
|
|
134
|
+
|
|
135
|
+
### What Client Didn't Like
|
|
136
|
+
- [Specific element] — [Why it doesn't work]
|
|
137
|
+
|
|
138
|
+
### Adaptations Needed
|
|
139
|
+
- [Element] — [Like the concept but needs modification because...]
|
|
140
|
+
|
|
141
|
+
### Principles Extracted
|
|
142
|
+
- [Strategic takeaway from this site]
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
**Synthesis:**
|
|
146
|
+
```markdown
|
|
147
|
+
## Design Principles (from all sites)
|
|
148
|
+
|
|
149
|
+
### Layout
|
|
150
|
+
- DO: [Patterns to follow]
|
|
151
|
+
- DON'T: [Patterns to avoid]
|
|
152
|
+
|
|
153
|
+
### Content Hierarchy
|
|
154
|
+
- DO: [How to prioritize]
|
|
155
|
+
- DON'T: [What not to do]
|
|
156
|
+
|
|
157
|
+
### Visual Style
|
|
158
|
+
- DO: [Visual direction]
|
|
159
|
+
- DON'T: [What to avoid]
|
|
160
|
+
|
|
161
|
+
### User Experience
|
|
162
|
+
- DO: [UX patterns to adopt]
|
|
163
|
+
- DON'T: [Anti-patterns]
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
**Usage note at the end:**
|
|
167
|
+
```markdown
|
|
168
|
+
## How to Use This Document
|
|
169
|
+
|
|
170
|
+
**For Scenario Outlining (Phase 4):**
|
|
171
|
+
Reference layout patterns when designing user flows
|
|
172
|
+
|
|
173
|
+
**For Page Design (Phase 5):**
|
|
174
|
+
Use extracted principles as design checklist.
|
|
175
|
+
Reference "What Client Liked" for visual direction.
|
|
176
|
+
Avoid "What Client Didn't Like" patterns.
|
|
177
|
+
|
|
178
|
+
**For Dream Up self-review:**
|
|
179
|
+
Check generated output against documented preferences.
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
## Red Flags
|
|
185
|
+
|
|
186
|
+
**"I like everything about it"** → Nothing is perfect. Probe: "Even if we could copy it exactly, what would you adjust for your business?"
|
|
187
|
+
|
|
188
|
+
**"I hate everything"** → Something drew them to share it. Ask: "What made you think of this site initially?"
|
|
189
|
+
|
|
190
|
+
**Contradictory preferences** → Different contexts may drive different preferences. Explore: "These sites have very different approaches — what draws you to each?"
|
|
191
|
+
|
|
192
|
+
**Overly technical feedback** ("Great CSS grid implementation") → Redirect to user value: "What does that achieve for visitors that you like?"
|
|
193
|
+
|
|
194
|
+
**Brand name dropping** ("Make it like Apple") → Probe specifics: "What specifically about Apple's approach appeals to you? The minimalism? The product focus? The typography?"
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## Success Criteria
|
|
199
|
+
|
|
200
|
+
**You've succeeded when:**
|
|
201
|
+
- Client has reacted to specific visual/UX elements from real examples
|
|
202
|
+
- Preferences are documented with concrete references (not abstract words)
|
|
203
|
+
- Design principles are clear and actionable
|
|
204
|
+
- Anti-patterns are explicitly documented
|
|
205
|
+
- Client confirms the synthesis captures their vision
|
|
206
|
+
|
|
207
|
+
**Dream Up agents can now:**
|
|
208
|
+
- Reference documented preferences during generation
|
|
209
|
+
- Self-review against specific approved examples
|
|
210
|
+
- Avoid patterns the client explicitly rejected
|
|
211
|
+
- Design with confidence they're aligned
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
215
|
+
*Concrete examples beat abstract descriptions every time. This document turns "make it modern" into "like Site A's single-page layout with fixed contact header, but simpler than Site B's cluttered services grid."*
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
# Project Brief: {{project_name}}
|
|
2
|
+
|
|
3
|
+
> Complete Strategic Foundation
|
|
4
|
+
|
|
5
|
+
**Created:** {{date}}
|
|
6
|
+
**Author:** {{user_name}}
|
|
7
|
+
**Brief Type:** Complete
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Vision
|
|
12
|
+
|
|
13
|
+
{{vision}}
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Positioning Statement
|
|
18
|
+
|
|
19
|
+
{{positioning_statement}}
|
|
20
|
+
|
|
21
|
+
**Breakdown:**
|
|
22
|
+
|
|
23
|
+
- **Target Customer:** {{target_customer}}
|
|
24
|
+
- **Need/Opportunity:** {{need_opportunity}}
|
|
25
|
+
- **Category:** {{category}}
|
|
26
|
+
- **Key Benefit:** {{key_benefit}}
|
|
27
|
+
- **Differentiator:** {{differentiator}}
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Business Model
|
|
32
|
+
|
|
33
|
+
**Type:** {{business_model}}
|
|
34
|
+
|
|
35
|
+
## {{#if business_model_b2b}}
|
|
36
|
+
|
|
37
|
+
## Business Customer Profile (B2B)
|
|
38
|
+
|
|
39
|
+
{{business_customer_profile}}
|
|
40
|
+
|
|
41
|
+
### Buying Roles
|
|
42
|
+
|
|
43
|
+
| Role | Description |
|
|
44
|
+
| ------------ | ----------------- |
|
|
45
|
+
| **Buyer** | {{buyer_role}} |
|
|
46
|
+
| **Champion** | {{champion_role}} |
|
|
47
|
+
| **User** | {{user_role}} |
|
|
48
|
+
|
|
49
|
+
{{/if}}
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## {{#if business_model_b2b}}User Profile (within Business){{else}}Ideal Customer Profile (ICP){{/if}}
|
|
54
|
+
|
|
55
|
+
{{ideal_user_profile}}
|
|
56
|
+
|
|
57
|
+
### Secondary Users
|
|
58
|
+
|
|
59
|
+
{{secondary_users}}
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Success Criteria
|
|
64
|
+
|
|
65
|
+
{{success_criteria}}
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Competitive Landscape
|
|
70
|
+
|
|
71
|
+
{{competitive_landscape}}
|
|
72
|
+
|
|
73
|
+
### Our Unfair Advantage
|
|
74
|
+
|
|
75
|
+
{{unfair_advantage}}
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Constraints
|
|
80
|
+
|
|
81
|
+
{{constraints}}
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Platform & Device Strategy
|
|
86
|
+
|
|
87
|
+
**Primary Platform:** {{primary_platform}}
|
|
88
|
+
|
|
89
|
+
**Supported Devices:**
|
|
90
|
+
{{supported_devices}}
|
|
91
|
+
|
|
92
|
+
**Device Priority:** {{device_priority}}
|
|
93
|
+
|
|
94
|
+
**Interaction Models:**
|
|
95
|
+
{{interaction_models}}
|
|
96
|
+
|
|
97
|
+
**Technical Requirements:**
|
|
98
|
+
- **Offline Functionality:** {{offline_requirements}}
|
|
99
|
+
- **Native Features:** {{native_features_needed}}
|
|
100
|
+
|
|
101
|
+
**Platform Rationale:**
|
|
102
|
+
{{platform_rationale}}
|
|
103
|
+
|
|
104
|
+
**Future Platform Plans:**
|
|
105
|
+
{{future_platform_plans}}
|
|
106
|
+
|
|
107
|
+
**Design Implications:**
|
|
108
|
+
{{design_implications}}
|
|
109
|
+
|
|
110
|
+
**Development Implications:**
|
|
111
|
+
{{development_implications}}
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## Tone of Voice
|
|
116
|
+
|
|
117
|
+
**For UI Microcopy & System Messages**
|
|
118
|
+
|
|
119
|
+
### Tone Attributes
|
|
120
|
+
|
|
121
|
+
1. **{{tone_attribute_1}}**: {{tone_description_1}}
|
|
122
|
+
2. **{{tone_attribute_2}}**: {{tone_description_2}}
|
|
123
|
+
3. **{{tone_attribute_3}}**: {{tone_description_3}}
|
|
124
|
+
{{#if tone_attribute_4}}4. **{{tone_attribute_4}}**: {{tone_description_4}}{{/if}}
|
|
125
|
+
{{#if tone_attribute_5}}5. **{{tone_attribute_5}}**: {{tone_description_5}}{{/if}}
|
|
126
|
+
|
|
127
|
+
### Examples
|
|
128
|
+
|
|
129
|
+
**Error Messages:**
|
|
130
|
+
- ✅ {{tone_example_error_good}}
|
|
131
|
+
- ❌ {{tone_example_error_bad}}
|
|
132
|
+
|
|
133
|
+
**Button Text:**
|
|
134
|
+
- ✅ {{tone_example_button_good}}
|
|
135
|
+
- ❌ {{tone_example_button_bad}}
|
|
136
|
+
|
|
137
|
+
**Empty States:**
|
|
138
|
+
- ✅ {{tone_example_empty_good}}
|
|
139
|
+
- ❌ {{tone_example_empty_bad}}
|
|
140
|
+
|
|
141
|
+
**Success Messages:**
|
|
142
|
+
- ✅ {{tone_example_success_good}}
|
|
143
|
+
- ❌ {{tone_example_success_bad}}
|
|
144
|
+
|
|
145
|
+
### Guidelines
|
|
146
|
+
|
|
147
|
+
**Do:**
|
|
148
|
+
{{tone_do_guidelines}}
|
|
149
|
+
|
|
150
|
+
**Don't:**
|
|
151
|
+
{{tone_dont_guidelines}}
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
*Note: Tone of Voice applies to UI microcopy (labels, buttons, errors, system messages). Strategic content (headlines, feature descriptions, value propositions) uses the Content Creation Workshop based on page-specific purpose and context.*
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Additional Context
|
|
160
|
+
|
|
161
|
+
{{additional_context}}
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## Business Context
|
|
166
|
+
|
|
167
|
+
- **Primary Goal:** {{business_goal}}
|
|
168
|
+
- **Solution:** {{solution}}
|
|
169
|
+
- **Target Users:** {{target_users}}
|
|
170
|
+
|
|
171
|
+
*Full strategic analysis (business goals, personas, driving forces) is developed in [Phase 2: Trigger Mapping](../B-Trigger-Map/).*
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Next Steps
|
|
176
|
+
|
|
177
|
+
This complete brief provides strategic foundation for all design work:
|
|
178
|
+
|
|
179
|
+
- [ ] **Phase 2: Trigger Mapping** - Map user psychology to business goals
|
|
180
|
+
- [ ] **Phase 3: PRD Platform** - Define technical foundation
|
|
181
|
+
- [ ] **Phase 4: UX Design** - Begin sketching and specifications
|
|
182
|
+
- [ ] **Phase 5: Design System** - If enabled, build components
|
|
183
|
+
- [ ] **Phase 6: PRD Finalization** - Compile for development handoff
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
_Generated by Whiteport Design Studio_
|