siesa-agents 2.1.89 → 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.
Files changed (68) hide show
  1. package/claude/skills/sa-init-devops/SKILL.md +35 -36
  2. package/claude/skills/sa-wds-visual-proposals/SKILL.md +6 -0
  3. package/package.json +1 -1
  4. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/data/component-mapping.csv +47 -0
  5. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01-init.md +148 -0
  6. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01b-continue.md +79 -0
  7. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02-bridge.md +114 -0
  8. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02b-kit-warmup.md +96 -0
  9. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-03-scenarios.md +102 -0
  10. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-04-specs.md +97 -0
  11. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-05-prototype.md +102 -0
  12. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-06-handoff.md +96 -0
  13. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/product-brief-bridge.md +68 -0
  14. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/proposal-index.md +46 -0
  15. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/trigger-map-bridge.md +54 -0
  16. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow.md +82 -0
  17. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow_ext.md +195 -0
  18. package/siesa-agents/sa/sa-init-devops/scripts/sa-init-devops.js +46 -50
  19. package/siesa-agents/wds/config.yaml +20 -0
  20. package/siesa-agents/wds/data/agent-contracts.md +72 -0
  21. package/siesa-agents/wds/data/agent-guides/freya/agentic-development.md +223 -0
  22. package/siesa-agents/wds/data/agent-guides/freya/content-creation.md +270 -0
  23. package/siesa-agents/wds/data/agent-guides/freya/design-system.md +333 -0
  24. package/siesa-agents/wds/data/agent-guides/freya/meta-content-guide.md +495 -0
  25. package/siesa-agents/wds/data/agent-guides/freya/specification-quality.md +262 -0
  26. package/siesa-agents/wds/data/agent-guides/freya/strategic-design.md +116 -0
  27. package/siesa-agents/wds/data/agent-guides/saga/content-structure-principles.md +190 -0
  28. package/siesa-agents/wds/data/agent-guides/saga/conversational-followups.md +372 -0
  29. package/siesa-agents/wds/data/agent-guides/saga/discovery-conversation.md +265 -0
  30. package/siesa-agents/wds/data/agent-guides/saga/dream-up-approach.md +1034 -0
  31. package/siesa-agents/wds/data/agent-guides/saga/inspiration-analysis.md +215 -0
  32. package/siesa-agents/wds/data/agent-guides/saga/resources/project-brief.template.md +187 -0
  33. package/siesa-agents/wds/data/agent-guides/saga/seo-strategy-guide.md +391 -0
  34. package/siesa-agents/wds/data/agent-guides/saga/strategic-documentation.md +454 -0
  35. package/siesa-agents/wds/data/agent-guides/saga/trigger-mapping.md +653 -0
  36. package/siesa-agents/wds/data/agent-guides/saga/working-with-existing-materials.md +172 -0
  37. package/siesa-agents/wds/data/design-system/component-boundaries.md +318 -0
  38. package/siesa-agents/wds/data/design-system/figma-component-structure.md +697 -0
  39. package/siesa-agents/wds/data/design-system/naming-conventions.md +200 -0
  40. package/siesa-agents/wds/data/design-system/state-management.md +93 -0
  41. package/siesa-agents/wds/data/design-system/token-architecture.md +474 -0
  42. package/siesa-agents/wds/data/design-system/validation-patterns.md +74 -0
  43. package/siesa-agents/wds/data/presentations/freya-how-i-help.md +63 -0
  44. package/siesa-agents/wds/data/presentations/freya-intro.md +269 -0
  45. package/siesa-agents/wds/data/presentations/freya-presentation.md +77 -0
  46. package/siesa-agents/wds/data/presentations/freya-workflows-guide.md +51 -0
  47. package/siesa-agents/wds/data/presentations/mimir-agents-overview.md +66 -0
  48. package/siesa-agents/wds/data/presentations/mimir-tone-setting.md +48 -0
  49. package/siesa-agents/wds/data/presentations/saga-how-i-help.md +62 -0
  50. package/siesa-agents/wds/data/presentations/saga-intro.md +285 -0
  51. package/siesa-agents/wds/data/presentations/saga-presentation.md +74 -0
  52. package/siesa-agents/wds/data/presentations/saga-workflows-guide.md +48 -0
  53. package/siesa-agents/wds/data/shared-activation.md +49 -0
  54. package/siesa-agents/wds/data/wds-glossary.md +98 -0
  55. package/siesa-agents/wds/module-help.csv +19 -0
  56. package/siesa-agents/wds/scripts/README.md +155 -0
  57. package/siesa-agents/wds/scripts/wds-add-object.js +207 -0
  58. package/siesa-agents/wds/scripts/wds-add-spacing.js +158 -0
  59. package/siesa-agents/wds/scripts/wds-init-page.js +234 -0
  60. package/siesa-agents/wds/scripts/wds-init-scenario.js +125 -0
  61. package/siesa-agents/wds/scripts/wds-nav.js +206 -0
  62. package/siesa-agents/wds/scripts/wds-validate.js +306 -0
  63. package/siesa-agents/wds/skills/freya.activation.md +204 -0
  64. package/siesa-agents/wds/skills/handoff.md +91 -0
  65. package/siesa-agents/wds/skills/saga.activation.md +169 -0
  66. package/siesa-agents/wds/skills/shared/git.md +55 -0
  67. package/siesa-agents/wds/skills/start.md +99 -0
  68. package/siesa-agents/wds/skills/wrap.md +198 -0
@@ -0,0 +1,653 @@
1
+ # Saga's Trigger Mapping Guide
2
+
3
+ **When to load:** During Phase 2 (Trigger Mapping) or when analyzing user psychology
4
+
5
+ ---
6
+
7
+ ## Core Principle
8
+
9
+ **Connect business goals to user psychology through Trigger Mapping.**
10
+
11
+ Discover not just WHO your users are, but WHY they act and WHAT triggers their decisions.
12
+
13
+ ---
14
+
15
+ ## What is Trigger Mapping?
16
+
17
+ **Trigger Mapping is WDS's adaptation of Impact/Effect Mapping** that focuses on user psychology.
18
+
19
+ **Key differences from generic Impact Mapping:**
20
+ - ✅ Removes solutions from the map (solutions designed *against* map, not *on* it)
21
+ - ✅ Adds negative driving forces (fears, frustrations) alongside positive ones
22
+ - ✅ Focuses on smaller, targeted maps (3-4 user groups max)
23
+ - ✅ Integrates explicit prioritization for driving forces
24
+
25
+ **Result:** Longer shelf life, deeper psychology, clearer focus.
26
+
27
+ ---
28
+
29
+ ## The Trigger Map Structure
30
+
31
+ **Visual Flow (Left to Right):**
32
+
33
+ ```
34
+ Business Goals → Product/Solution → Target Groups → Usage Goals
35
+ (Vision + (What you're (Who uses it) (Positive Drivers)
36
+ SMART building) (Negative Drivers)
37
+ Objectives)
38
+ ```
39
+
40
+ **Four-Layer Architecture:**
41
+
42
+ 1. **Business Goals** (Left)
43
+ - Vision statement(s) - inspirational direction
44
+ - SMART objectives - measurable targets
45
+ - Multiple goals can feed into the product
46
+
47
+ 2. **Product/Solution** (Center)
48
+ - Product name and description
49
+ - What the product does
50
+ - Central hub connecting goals to users
51
+
52
+ 3. **Target Groups** (Middle-Right)
53
+ - Prioritized personas (Primary 👥, Secondary 👤, etc.)
54
+ - Connected to the product
55
+ - Detailed psychological profiles
56
+
57
+ 4. **Usage Goals** (Right)
58
+ - **Positive Drivers** (✅ green) - What they want to achieve
59
+ - **Negative Drivers** (❌ red) - What they want to avoid
60
+ - Separated into distinct groups per target group
61
+ - Both types are equally important for design decisions
62
+
63
+ ---
64
+
65
+ ## Business Goals Layer
66
+
67
+ ### Generating Business Goals (Actionable Process)
68
+
69
+ **Structure Requirement: 3×3 Format**
70
+
71
+ Generate **3 visionary goals** with **3 objectives each** (sometimes 4-5 if truly necessary).
72
+
73
+ ```
74
+ Goal 1: [Primary Outcome - e.g., Become more profitable]
75
+ Objective 1.1: [Measurable]
76
+ Objective 1.2: [Measurable]
77
+ Objective 1.3: [Measurable]
78
+
79
+ Goal 2: [Prerequisite - e.g., Get happier customers]
80
+ Objective 2.1: [Measurable]
81
+ Objective 2.2: [Measurable]
82
+ Objective 2.3: [Measurable]
83
+
84
+ Goal 3: [Prerequisite - e.g., Work smarter]
85
+ Objective 3.1: [Measurable]
86
+ Objective 3.2: [Measurable]
87
+ Objective 3.3: [Measurable]
88
+ ```
89
+
90
+ **Step 1: Identify 3 Visionary Goals (Hierarchical Order)**
91
+
92
+ Ask: "What does 'winning' look like for this business?" Extract aspirational goals from Product Brief.
93
+
94
+ Order goals hierarchically:
95
+ 1. **Primary Outcome Goal** - Ultimate business success (e.g., "Become more profitable")
96
+ 2. **Prerequisite Goals** - What enables the primary goal (e.g., "Get happier customers", "Work smarter")
97
+
98
+ **Common business goals:**
99
+ - Become more profitable (financial health) - often primary
100
+ - Get happier customers (satisfaction, loyalty) - often prerequisite
101
+ - Work smarter (reduce costs, less admin) - often prerequisite
102
+ - Constant customer flow (sustainable demand) - can be primary or prerequisite
103
+ - Market leadership (trusted authority) - can be primary or prerequisite
104
+
105
+ **Step 2: Attach 3 SMART Objectives Per Goal**
106
+
107
+ For each visionary goal, identify 3 specific measurements that track progress:
108
+
109
+ ```
110
+ Goal 1: Become More Profitable
111
+ Objective 1.1: Maintain 20% profit margin annually
112
+ Objective 1.2: Grow revenue 10% year-over-year
113
+ Objective 1.3: Achieve Page 1 ranking for key terms
114
+
115
+ Goal 2: Get Happier Customers
116
+ Objective 2.1: Maintain 4.8+ rating
117
+ Objective 2.2: 70%+ repeat customer rate
118
+ Objective 2.3: Service quality consistent year-round
119
+
120
+ Goal 3: Work Smarter
121
+ Objective 3.1: Reduce admin calls by 40%
122
+ Objective 3.2: 70% questions answered by website
123
+ Objective 3.3: Healthy work-life balance maintained
124
+ ```
125
+
126
+ **Step 3: Verify Objective Alignment**
127
+
128
+ Each objective must align with its parent goal:
129
+
130
+ - **Profitability objectives:** Revenue, profit margin, market visibility (drives sales), pricing power
131
+ - **Customer satisfaction objectives:** Ratings, repeat rate, service quality, review sentiment
132
+ - **Operational efficiency objectives:** Time savings, cost reduction, work-life balance, automation
133
+ - **Customer flow objectives:** Discovery metrics, conversion rates, customer acquisition, seasonal consistency
134
+
135
+ ❌ **Wrong alignment:** "Healthy work-life balance" under "Become More Profitable" (belongs in "Work Smarter")
136
+ ✅ **Correct alignment:** "Healthy work-life balance" under "Work Smarter" (operational efficiency)
137
+
138
+ **Critical: Metrics ≠ Goals**
139
+
140
+ ❌ **Don't do this:**
141
+ - "Business Goal: Reduce phone calls 40%" (metric, not aspirational)
142
+ - "Business Goal: Page 1 on Google" (tactic, not vision)
143
+
144
+ ✅ **Do this:**
145
+ - "Business Goal: Work smarter → Measured by: 40% fewer calls"
146
+ - "Business Goal: Constant customer flow → Measured by: Page 1 ranking"
147
+
148
+ **Self-Check:**
149
+ - Are your goals visionary/aspirational? (exciting to achieve?)
150
+ - Do metrics support goals? (not replace them?)
151
+ - Would these goals still be relevant if tactics changed?
152
+
153
+ ---
154
+
155
+ ## Target Groups Layer
156
+
157
+ **Connect each target group to specific business goals they serve.**
158
+
159
+ ### Example
160
+ ```
161
+ Business Goal: 1,000 registered users
162
+
163
+ Target Groups:
164
+ ├── Independent consultants (high volume)
165
+ ├── Small consulting firms (medium volume)
166
+ └── Freelance designers (adjacent market)
167
+ ```
168
+
169
+ **Why connect:** Shows which users matter most for which goals.
170
+
171
+ ---
172
+
173
+ ## Detailed Personas
174
+
175
+ **Go beyond demographics → psychological depth**
176
+
177
+ ### Wrong (Shallow)
178
+ > "Sarah, 35, consultant, lives in London"
179
+
180
+ **Why bad:** Doesn't help design decisions
181
+
182
+ ---
183
+
184
+ ### Right (Deep)
185
+ > **Harriet the Hairdresser**
186
+ >
187
+ > Owns a salon, 15 years experience, ambitious. Wants to be seen as the "queen of beauty" in her town - not just another hairdresser, but THE expert everyone comes to. Fears falling behind competitors who have better online presence. Frustrated by not knowing how to market herself effectively. In her salon context, she's confident. In the digital marketing context, she feels like a beginner.
188
+
189
+ **Why better:** You can design for her psychology
190
+
191
+ ---
192
+
193
+ ### Persona Section Structure
194
+
195
+ Each detailed persona should include these sections:
196
+
197
+ **Required Sections:**
198
+
199
+ 1. **Who [Name] Is** - Context, background, life situation (2-3 sentences)
200
+ 2. **Psychological Profile** - How they think, what they value, their relationship to the problem (2-3 paragraphs with **bold key traits**)
201
+ 3. **Internal State** - Emotional relationship when thinking about the problem/solution (1 paragraph with **bold emotion words**)
202
+ 4. **Usage Context** - When/how/why they interact with product (see template below)
203
+ 5. **Relationship to Business Goals** - Explicit connection to each relevant goal with rationale
204
+ - Format: `✅ **[Goal Name]:** [How this persona serves this goal]`
205
+
206
+ **Example Structure:**
207
+
208
+ ```markdown
209
+ ### Lars Lojal (Lars the Loyal) — Priority 1
210
+
211
+ **Who Lars Is:**
212
+ Lars lives 45 minutes from Löttorp but has brought every vehicle to Källa for 12 years. Two cars, camper van, trailers — if it has wheels, Björn has seen it. Late 50s, works in Kalmar, summer house near Byxelkrok.
213
+
214
+ **Psychological Profile:**
215
+ Lars values **loyalty and consistency** above almost everything. Once he finds someone trustworthy, he sticks with them. He's seen other mechanics — chain workshops, "quick fix" places — and finds them impersonal and unpredictable. With Björn, Lars knows what to expect: honest diagnosis, fair price, work done when promised.
216
+
217
+ **Internal State:**
218
+ When Lars thinks about car service, he feels **calm and secure**. There's no anxiety, no "will they rip me off?" worry. Björn is like family. Lars takes pride in this relationship.
219
+
220
+ **Usage Context:**
221
+ Lars checks the website occasionally, mostly to confirm hours before calling. He already has Björn's number saved. He might visit the site to show someone else: "See, this is the place I go to." The website reinforces his choice — certifications, reviews, professionalism.
222
+
223
+ **Relationship to Business Goals:**
224
+ - ✅ **Become More Profitable:** Highest lifetime value — multiple vehicles, predictable revenue
225
+ - ✅ **Get Happier Customers:** Loyal for 12 years, refers others, never complains
226
+ - ✅ **Work Smarter:** Books ahead, minimal hand-holding, trusts recommendations
227
+ ```
228
+
229
+ ---
230
+
231
+ ### Usage Context Template
232
+
233
+ For each persona's Usage Context section, answer:
234
+
235
+ **1. Access/Discovery:** How do they find/reach the product?
236
+ - Example: "Google search 'motorhome repair Öland'"
237
+ - Example: "Has phone number saved, checks website for hours"
238
+
239
+ **2. Emotional State:** What do they feel during usage?
240
+ - Example: "Panic mode, stressed, vulnerable"
241
+ - Example: "Calm and secure, already trusts the service"
242
+
243
+ **3. Behavior Pattern:** How do they interact?
244
+ - Example: "Scans quickly, doesn't read paragraphs, looks for trust signals"
245
+ - Example: "Reads carefully, wants to understand details"
246
+
247
+ **4. Decision Criteria:** What signals matter most?
248
+ - Example: "Capability confirmation (do you fix X?), trust signals (reviews, certifications)"
249
+ - Example: "Price transparency, availability, booking process"
250
+
251
+ **5. Success Outcome:** What gets them to take action?
252
+ - Example: "Finds phone number and calls within 30 seconds"
253
+ - Example: "Feels confident enough to book appointment"
254
+
255
+ **Full Example (Hasse the Motorhome):**
256
+
257
+ ```markdown
258
+ **Usage Context:**
259
+ Hasse finds the website via Google search. He's scanning for **trust signals and capability confirmation**:
260
+ - ✅ "Husbilservice" listed → Okay, they do motorhomes
261
+ - ✅ "20+ years, Autoexperten certified" → Seems legitimate
262
+ - ✅ "4.8/5 reviews" → Other people trust them
263
+ - ✅ Phone number huge and visible → I can call NOW
264
+
265
+ He doesn't read paragraphs. He scans, checks, decides, calls. The website's job is to get him to that call within 30 seconds.
266
+ ```
267
+
268
+ ---
269
+
270
+ ## Usage Goals vs User Goals
271
+
272
+ **Critical distinction:**
273
+
274
+ ### User Goals (Life Context)
275
+ What they want in general life:
276
+ - Be a successful consultant
277
+ - Provide for family
278
+ - Be respected in industry
279
+
280
+ ---
281
+
282
+ ### Usage Goals (Product Context)
283
+ What they want when using your product:
284
+ - Feel prepared for client meeting
285
+ - Look professional to prospects
286
+ - Save time on formatting
287
+
288
+ **Design for usage goals, informed by user goals.**
289
+
290
+ ---
291
+
292
+ ## Context-Dependent Goals
293
+
294
+ **The Dubai Golf Course Example:**
295
+
296
+ A golfer using a booking form has specific **usage goals** in that moment:
297
+ - Book a tee time quickly
298
+ - See availability clearly
299
+ - Feel confident about the booking
300
+
301
+ What they do at the resort restaurant later is a **different context** with different usage goals. Don't conflate them!
302
+
303
+ **The Harriet Example:**
304
+
305
+ When booking beauty product supplier:
306
+ - **Active goal:** "Compare prices efficiently"
307
+ - **Not active:** "Feel like queen of beauty" (that's in salon context)
308
+
309
+ When marketing her salon online:
310
+ - **Active goal:** "Feel like queen of beauty"
311
+ - **Not active:** "Compare supplier prices" (different context)
312
+
313
+ **Design for the active goals in THIS usage context.**
314
+
315
+ ---
316
+
317
+ ## Driving Forces (The Psychology)
318
+
319
+ ### Positive Driving Forces (Wishes/Desires)
320
+ **What pulls them forward?**
321
+
322
+ - Want to feel prepared
323
+ - Want to look professional
324
+ - Want to impress clients
325
+ - Want to save time
326
+ - Want to be seen as expert
327
+
328
+ **Trigger these** through your design and content.
329
+
330
+ ---
331
+
332
+ ### Negative Driving Forces (Fears/Frustrations)
333
+ **What pushes them away from current state?**
334
+
335
+ - Fear looking unprofessional
336
+ - Fear losing clients to competitors
337
+ - Frustrated by wasted time on formatting
338
+ - Anxious about making mistakes
339
+ - Worried about missing deadlines
340
+
341
+ **Address these** through reassurance and solutions.
342
+
343
+ ---
344
+
345
+ ### The Power of Both
346
+
347
+ **Same goal, different messaging:**
348
+
349
+ - Positive framing: "Feel confident and prepared"
350
+ - Negative framing: "Stop worrying about embarrassing mistakes"
351
+
352
+ Both are valid! Often negative triggers action faster (pain > pleasure).
353
+
354
+ ---
355
+
356
+ ### Driving Forces Pattern: WHAT + WHY + WHEN
357
+
358
+ Good driving forces follow this pattern:
359
+ **[WHAT they want/fear] + [WHY it matters] + [WHEN/CONTEXT]**
360
+
361
+ This pattern creates actionable, specific forces that directly inform design decisions.
362
+
363
+ **✅ Good Examples (Specific, contextual, actionable):**
364
+
365
+ - "Find immediate reassurance of capability within 30 seconds"
366
+ - WHAT: reassurance about capability
367
+ - WHY: stressed/urgent need
368
+ - WHEN: searching on phone in panic mode
369
+
370
+ - "Confirm specialized capability before calling"
371
+ - WHAT: capability verification
372
+ - WHY: avoid wasted call, seasonal planning
373
+ - WHEN: preparing for busy season, needs to book ahead
374
+
375
+ - "Validate loyalty choice when showing website to others"
376
+ - WHAT: validation of decision
377
+ - WHY: justify 45-minute drive, maintain identity as smart chooser
378
+ - WHEN: referring friends or colleagues
379
+
380
+ **❌ Too Vague (Not actionable):**
381
+
382
+ - "Want convenience" → Too generic, applies to everything
383
+ - "Want peace of mind" → What creates peace of mind specifically?
384
+ - "Want good experience" → What does "good" mean in this context?
385
+ - "Feel confident" → About what? When? Why?
386
+
387
+ **Test Your Driving Force:**
388
+
389
+ 1. **Actionability:** Can a designer create a specific feature to address this?
390
+ 2. **Psychology:** Does it reveal motivation beyond "wants it to work well"?
391
+ 3. **Context:** Is it clear WHEN this force is active during product usage?
392
+
393
+ If no to any question, add more specificity using WHAT + WHY + WHEN.
394
+
395
+ **Before/After Example:**
396
+
397
+ ❌ Before: "Want to feel secure"
398
+ ✅ After: "Feel secure about future availability — wants reassurance that mechanic won't suddenly close or retire (when considering long-term loyalty)"
399
+
400
+ ❌ Before: "Need help quickly"
401
+ ✅ After: "Get back on road quickly — vacation timeline is tight, every hour stuck is lost experience (when breakdown happens mid-trip)"
402
+
403
+ ---
404
+
405
+ ## Prioritizing Driving Forces
406
+
407
+ **Once all driving forces are identified, prioritize using Feature Impact Analysis:**
408
+
409
+ ### Scoring Method (Frequency × Intensity × Fit)
410
+
411
+ Score each driving force on three dimensions (1-5 scale):
412
+
413
+ **1. Frequency (1-5):** How often does this force matter?
414
+ - **5** = Every interaction / constant concern
415
+ - **4** = Most of the time
416
+ - **3** = Regularly but not always
417
+ - **2** = Occasional
418
+ - **1** = Rare edge case
419
+
420
+ **2. Intensity (1-5):** How strongly do they feel this?
421
+ - **5** = Critical, visceral, blocks action if not addressed
422
+ - **4** = Very important, strong emotion
423
+ - **3** = Important but manageable
424
+ - **2** = Mild concern
425
+ - **1** = Nice to have, minimal emotion
426
+
427
+ **3. Fit (1-5):** How well can the product address this?
428
+ - **5** = Perfect fit, direct solution
429
+ - **4** = Strong fit, clear approach
430
+ - **3** = Moderate fit, partial solution
431
+ - **2** = Weak fit, indirect approach
432
+ - **1** = Hard to address with this product
433
+
434
+ **Total Score = Frequency + Intensity + Fit (max 15)**
435
+
436
+ ### Score Interpretation
437
+
438
+ **14-15: HIGH PRIORITY**
439
+ - Must address in core product
440
+ - Core to user success
441
+ - Strong ROI on design effort
442
+
443
+ **11-13: MEDIUM PRIORITY**
444
+ - Should address if feasible
445
+ - Significant but not critical
446
+ - Enhances experience
447
+
448
+ **8-10: LOW PRIORITY**
449
+ - Nice to have
450
+ - Limited strategic impact
451
+ - Consider for future iterations
452
+
453
+ **<8: DEPRIORITIZE**
454
+ - Minimal strategic value
455
+ - Resource drain vs. benefit
456
+ - May indicate wrong target group
457
+
458
+ ### Example Scoring
459
+
460
+ ```
461
+ Hasse Husbil: "Find immediate reassurance of capability"
462
+ ├── Frequency: 5 (every stressed tourist in panic mode)
463
+ ├── Intensity: 5 (critical to their decision to call)
464
+ ├── Fit: 5 (website can show this immediately)
465
+ └── Total: 15/15 → HIGH PRIORITY
466
+
467
+ Lars Lojal: "Feel secure about future availability"
468
+ ├── Frequency: 3 (occasional worry, not constant)
469
+ ├── Intensity: 5 (very important to him emotionally)
470
+ ├── Fit: 3 (hard to guarantee, can signal continuity)
471
+ └── Total: 11/15 → MEDIUM PRIORITY
472
+
473
+ Siv Skötsam: "See detailed pricing upfront"
474
+ ├── Frequency: 4 (checks before every service)
475
+ ├── Intensity: 3 (wants it but will call anyway)
476
+ ├── Fit: 2 (car repair pricing is context-dependent)
477
+ └── Total: 9/15 → LOW PRIORITY
478
+ ```
479
+
480
+ ### Using Scores Strategically
481
+
482
+ **Prioritize Features:**
483
+ - Design for 14-15 forces first
484
+ - Group 11-13 forces into common solutions
485
+ - Defer <10 forces until core experience is solid
486
+
487
+ **Defend Decisions:**
488
+ - "This feature addresses 3 forces with 14+ scores"
489
+ - "We're deprioritizing X because it scored 7/15"
490
+
491
+ **Identify Gaps:**
492
+ - High-intensity forces with low fit = product limitation
493
+ - High-frequency, low-intensity = table stakes (must have, but not differentiator)
494
+ - Low-frequency, high-intensity = edge case (support via other channels)
495
+
496
+ ---
497
+
498
+ ## Customer Awareness Integration
499
+
500
+ **Every scenario should move users through awareness stages:**
501
+
502
+ ```
503
+ Trigger Map shows:
504
+ └── User + Driving Forces
505
+
506
+ Scenario adds:
507
+ ├── Starting Awareness: Problem Aware (knows proposals are weak)
508
+ └── Target Awareness: Product Aware (knows our solution helps)
509
+ ```
510
+
511
+ **Example:**
512
+ - **Start:** "I know my proposals lose clients" (Problem Aware)
513
+ - **Through scenario:** Experience our solution working
514
+ - **End:** "This tool makes my proposals professional" (Product Aware)
515
+
516
+ ---
517
+
518
+ ## Common Trigger Mapping Mistakes
519
+
520
+ ### ❌ Too Many Target Groups
521
+ "Let's map 10 different user types..."
522
+
523
+ **Why bad:** Dilutes focus, overwhelming, unused
524
+
525
+ **Instead:** 3-4 groups max, deeply understood
526
+
527
+ ---
528
+
529
+ ### ❌ Shallow Personas
530
+ "John, 32, works in consulting..."
531
+
532
+ **Why bad:** Doesn't inform design
533
+
534
+ **Instead:** Deep psychology, usage context, active goals
535
+
536
+ ---
537
+
538
+ ### ❌ Only Positive Forces
539
+ "Users want to save time and be efficient..."
540
+
541
+ **Why bad:** Missing powerful negative triggers
542
+
543
+ **Instead:** Positive AND negative (fears drive action!)
544
+
545
+ ---
546
+
547
+ ### ❌ Solutions on the Map
548
+ "They need a template library and e-signature..."
549
+
550
+ **Why bad:** Locks in solutions too early, map ages quickly
551
+
552
+ **Instead:** Map psychology, design solutions against it
553
+
554
+ ---
555
+
556
+ ### ❌ Generic Goals
557
+ "Want a better experience..."
558
+
559
+ **Why bad:** Too vague to design for
560
+
561
+ **Instead:** Specific, contextual: "Want to feel prepared before client meeting"
562
+
563
+ ---
564
+
565
+ ## Trigger Map → Design Context
566
+
567
+ **For a specific design task, extract the relevant slice:**
568
+
569
+ ```
570
+ Trigger Map (Comprehensive):
571
+ ├── 3 business goals
572
+ ├── 4 target groups
573
+ ├── 12 detailed personas
574
+ └── 40+ driving forces
575
+
576
+ Design Context (Focused):
577
+ ├── 1 business goal
578
+ ├── 1 persona
579
+ ├── 1 solution context
580
+ └── 3-5 key driving forces
581
+ ```
582
+
583
+ **The focused context is the "working copy" for a specific design task.**
584
+
585
+ ---
586
+
587
+ ## Visual Mermaid Diagrams
588
+
589
+ **Create visual trigger maps using Mermaid syntax:**
590
+
591
+ ```mermaid
592
+ graph TD
593
+ BG1[1000 Users] --> TG1[Independent Consultants]
594
+ BG1 --> TG2[Small Firms]
595
+
596
+ TG1 --> P1[Harriet - Solo Consultant]
597
+
598
+ P1 --> DF1[+ Feel professional]
599
+ P1 --> DF2[+ Save time]
600
+ P1 --> DF3[- Fear losing clients]
601
+ P1 --> DF4[- Frustrated by formatting]
602
+ ```
603
+
604
+ **See:** `../../workflows/wds-2-trigger-mapping/mermaid-diagram/`
605
+
606
+ ---
607
+
608
+ ## Workshop Process
609
+
610
+ **Trigger Mapping is collaborative:**
611
+
612
+ 1. **Define business goals** (Vision + SMART)
613
+ 2. **Identify target groups** (connect to goals)
614
+ 3. **Create personas** (psychological depth)
615
+ 4. **Discover driving forces** (positive + negative)
616
+ 5. **Prioritize forces** (Feature Impact Analysis)
617
+ 6. **Generate visual map** (Mermaid diagram)
618
+ 7. **Document findings** (structured markdown)
619
+
620
+ **See:** `../../workflows/wds-2-trigger-mapping/workshops/`
621
+
622
+ ---
623
+
624
+ ## When to Update Trigger Map
625
+
626
+ **Trigger Maps evolve:**
627
+
628
+ - ✅ New user research reveals different psychology
629
+ - ✅ Business goals change
630
+ - ✅ New target groups emerge
631
+ - ✅ Priorities shift based on data
632
+
633
+ **Process:**
634
+ 1. Create new version (v2)
635
+ 2. Document what changed and why
636
+ 3. Review impact on active design work
637
+ 4. Keep old version for reference
638
+
639
+ ---
640
+
641
+ ## Related Resources
642
+
643
+ - **Phase 2 Workflow:** `../../workflows/wds-2-trigger-mapping/`
644
+ - **Impact/Effect Mapping Model:** `../../docs/models/impact-effect-mapping.md`
645
+ - **Trigger Mapping Guide:** `../../docs/method/phase-wds-2-trigger-mapping-guide.md`
646
+ - **Customer Awareness Cycle:** `../../docs/models/customer-awareness-cycle.md`
647
+ - **Feature Impact Analysis:** Prioritization method based on Impact Mapping
648
+
649
+ ---
650
+
651
+ *Trigger Mapping connects business goals to user psychology. It's the strategic foundation that makes design purposeful.*
652
+
653
+