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,223 @@
1
+ # Freya's Agentic Development Guide
2
+
3
+ **When to load:** When implementing features, building prototypes, or fixing bugs through structured development
4
+
5
+ > **Note:** Agent dialogs have been replaced by the Design Log system. Use `_progress/00-design-log.md` for state tracking and `_progress/agent-experiences/` for session insights.
6
+
7
+ ---
8
+
9
+ ## Core Principle
10
+
11
+ **Agentic Development builds incrementally with full traceability via the design log.**
12
+
13
+ The design log bridges the gap between specifications and working code. Each step is self-contained, allowing fresh context while maintaining continuity.
14
+
15
+ ---
16
+
17
+ ## What is Agentic Development?
18
+
19
+ Agentic Development is a **workflow approach** that produces various outputs:
20
+
21
+ | Output Type | Description | When to Use |
22
+ |-------------|-------------|-------------|
23
+ | **Interactive Prototypes** | HTML prototypes that let users FEEL the design | Validating UX before production |
24
+ | **Prototype Implementation** | Building features from specifications | Feature development |
25
+ | **Bug Fixes** | Structured debugging and fixing | Issue resolution |
26
+ | **Design Exploration** | Exploring visual/UX directions | Creative iteration |
27
+
28
+ **Key Insight:** By structuring work with a design log and experience records, we create:
29
+ - **Isolation** — Each step can run in a fresh context
30
+ - **Traceability** — Clear record of what was planned and executed
31
+ - **Replayability** — Instructions can be rerun if needed
32
+ - **Handoff** — Different agents or humans can continue the work
33
+
34
+ ---
35
+
36
+ ## Agent Startup Protocol
37
+
38
+ **When awakened, always check the design log:**
39
+
40
+ ```
41
+ 1. Read: {output_folder}/_progress/00-design-log.md
42
+ 2. Check Current and Backlog sections for:
43
+ - Items in progress
44
+ - Items ready to start
45
+ 3. Present current state to user
46
+ ```
47
+
48
+ This ensures no captured work is forgotten.
49
+
50
+ ---
51
+
52
+ ## The Bridge Role
53
+
54
+ The design log bridges **specifications** and **development**:
55
+
56
+ ```
57
+ ┌─────────────────────┐ ┌─────────────────────┐ ┌─────────────────────┐
58
+ │ SPECIFICATION │ │ DESIGN LOG │ │ DEVELOPMENT │
59
+ │ │ │ │ │ │
60
+ │ • What to build │────────▶│ • What's in scope │────────▶│ • How to build │
61
+ │ • Object IDs │ │ • Current/Backlog │ │ • Code files │
62
+ │ • Requirements │ │ • Traceability │ │ • Components │
63
+ │ • Translations │ │ • Progress tracking │ │ • Tests │
64
+ └─────────────────────┘ └─────────────────────┘ └─────────────────────┘
65
+ Single Source Navigation Implementation
66
+ of Truth Layer
67
+ ```
68
+
69
+ **The specification is the single source of truth.** The design log does not duplicate spec content — it maps implementation tasks to spec sections via Object IDs.
70
+
71
+ ---
72
+
73
+ ## Progress Folder Structure
74
+
75
+ ```
76
+ {output_folder}/_progress/
77
+ ├── 00-design-log.md ← Main state tracking
78
+ └── agent-experiences/
79
+ ├── {DATE}-{agent}-{feature-name}.md ← Session insights
80
+ └── ...
81
+ ```
82
+
83
+ ---
84
+
85
+ ## Feedback Protocol
86
+
87
+ During implementation, classify and handle feedback naturally:
88
+
89
+ | Type | What It Is | When to Address |
90
+ |------|------------|-----------------|
91
+ | **Bug/Issue** | Something broken or not working as expected | Now — iterate until fixed |
92
+ | **Quick Adjustment** | Small tweak to current work | Now — implement immediately |
93
+ | **Addition** | New requirement that fits current scope | Later step — add to plan |
94
+ | **Change Request** | Outside current dialog scope | Future session — document in Change Requests |
95
+
96
+ **Response Pattern:**
97
+ 1. **Classify** — Note what kind of feedback this is
98
+ 2. **Timing** — State when it should be addressed
99
+ 3. **Confirm** — For additions and change requests, confirm before proceeding
100
+ 4. **Execute** — Implement or document as appropriate
101
+
102
+ ---
103
+
104
+ ## Inline Testing
105
+
106
+ **The agent tests its own work before presenting it to the user.**
107
+
108
+ During agentic development, use Puppeteer to verify measurable criteria after each implementation step. This ensures the user only evaluates qualitative aspects (feel, clarity, hierarchy) rather than checking things the agent can measure.
109
+
110
+ **Key rules:**
111
+
112
+ 1. **Verify before presenting** — After implementing a section, open the page with Puppeteer and check all measurable criteria
113
+ 2. **Narrate findings** — Use ✓/✗ marks with actual vs expected values
114
+ 3. **Fix before showing** — Never present with known measurable failures
115
+ 4. **Capture baselines** — Before modifying existing features, document current state with Puppeteer
116
+ 5. **Split test plans** — Story files divide criteria into agent-verifiable and user-evaluable
117
+
118
+ **Responsibility split:**
119
+ - **Agent handles:** Text content, colors, dimensions, touch targets, error states, visibility, state transitions
120
+ - **Human handles:** Flow feel, visual hierarchy, user understanding, overall consistency
121
+
122
+ **Full methodology:** `workflows/wds-4-ux-design/agentic-development/guides/INLINE-TESTING-GUIDE.md`
123
+
124
+ ---
125
+
126
+ ## Interactive Prototypes (Output Type)
127
+
128
+ Interactive Prototypes are **one output** of Agentic Development.
129
+
130
+ ### Why HTML Prototypes?
131
+
132
+ **Static Specs Can't Show:**
133
+ - How it FEELS to interact
134
+ - Where users get confused
135
+ - What's missing in the flow
136
+ - If the pacing feels right
137
+
138
+ **HTML Prototypes Reveal:**
139
+ - Interaction feels natural or awkward
140
+ - Information appears when needed
141
+ - Flow has logical gaps
142
+ - Users understand next steps
143
+
144
+ ### Fidelity Levels
145
+
146
+ | Level | Focus | Use When |
147
+ |-------|-------|----------|
148
+ | **Wireframe** | Information architecture | Testing flow logic only |
149
+ | **Interactive** | User experience | Validating UX (standard) |
150
+ | **Design System** | Component-based | Phase 5 enabled |
151
+
152
+ ### Prototype vs Production
153
+
154
+ **Prototypes ARE:**
155
+ - Thinking tools
156
+ - Communication tools
157
+ - Validation tools
158
+ - Specification supplements
159
+
160
+ **Prototypes are NOT:**
161
+ - Production code
162
+ - Pixel-perfect mockups
163
+ - Final design
164
+
165
+ ---
166
+
167
+ ## Prototype Implementation (Output Type)
168
+
169
+ Building features from specifications through structured dialog steps.
170
+
171
+ ### Step File Structure
172
+
173
+ Each step links to specifications (doesn't duplicate):
174
+
175
+ ```markdown
176
+ ## Object ID Implementation Map
177
+
178
+ | Object ID | Spec Section | Lines |
179
+ |-----------|--------------|-------|
180
+ | `booking-detail-header` | Drawer Header | L149-L158 |
181
+ | `booking-detail-close` | Close Button | L159-L168 |
182
+ ```
183
+
184
+ ### Implementation Checklist Pattern
185
+
186
+ For each Object ID:
187
+ 1. **Read** — Load the spec section
188
+ 2. **Implement** — Build to match spec
189
+ 3. **Verify (Puppeteer)** — Open in browser, check measurable criteria with ✓/✗ narration
190
+ 4. **Fix** — Resolve any mismatches before presenting to user
191
+
192
+ ---
193
+
194
+ ## Best Practices
195
+
196
+ ### Single Source of Truth
197
+ - **Never duplicate spec content** — Link to spec sections with line numbers
198
+ - **Object IDs are the contract** — Every implementation maps to an Object ID
199
+ - **Spec changes update the spec** — Not the dialog or step files
200
+
201
+ ### Design Log
202
+ - **Be thorough in Setup Context** — Assume zero prior knowledge
203
+ - **Include file paths** — Always use absolute or project-relative paths
204
+ - **Track progress** — Update the design log after each step
205
+
206
+ ### Execution
207
+ - **Read spec first** — Before implementing any Object ID
208
+ - **Fresh context is fine** — Steps are designed to work in isolation
209
+ - **Update as you go** — Don't wait to update progress
210
+ - **Capture discoveries** — Note spec changes or issues found
211
+
212
+ ---
213
+
214
+ ## Related Resources
215
+
216
+ - **Design Log:** `{output_folder}/_progress/00-design-log.md`
217
+ - **Agent Experiences:** `{output_folder}/_progress/agent-experiences/`
218
+ - **Phase 4 UX Design:** `workflows/wds-4-ux-design/workflow.md`
219
+ - **Inline Testing Guide:** `workflows/wds-5-agentic-development/guides/INLINE-TESTING-GUIDE.md`
220
+
221
+ ---
222
+
223
+ *Build incrementally. Document thoroughly. Let users FEEL the design before committing to production.*
@@ -0,0 +1,270 @@
1
+ # Freya's Content Creation Guide
2
+
3
+ **When to load:** Before creating strategic content (headlines, features, text sections)
4
+
5
+ ---
6
+
7
+ ## Core Principle
8
+
9
+ **Content is strategic, not decorative.** Every word should trigger user psychology and serve business goals.
10
+
11
+ ---
12
+
13
+ ## Content Creation Workshop
14
+
15
+ **Use the Content Creation Workshop for:**
16
+ - ✅ Headlines and subheadlines
17
+ - ✅ Hero sections and value propositions
18
+ - ✅ Feature descriptions and benefits
19
+ - ✅ Call-to-action messaging
20
+ - ✅ Page sections (entire blocks)
21
+
22
+ **NOT for:**
23
+ - ❌ Field labels ("Email", "Password")
24
+ - ❌ Button text ("Submit", "Cancel")
25
+ - ❌ Error messages ("Invalid email format")
26
+ - ❌ UI microcopy (that's Tone of Voice territory)
27
+
28
+ ---
29
+
30
+ ## When to Suggest the Workshop
31
+
32
+ ### Signs User Needs It
33
+ - Creating content without strategic context
34
+ - Asking "What should this headline say?"
35
+ - Struggling with messaging
36
+ - Content feels generic or weak
37
+ - Multiple content pieces to create
38
+
39
+ ### How to Suggest (Natural, Not Pushy)
40
+ > "This headline is important - it hooks Problem Aware users. Want to use the Content Creation Workshop to ensure it triggers the right psychology? Takes 10-15 minutes but makes content way more effective."
41
+
42
+ **Let them decide.** Some users prefer quick mode, others want depth.
43
+
44
+ ---
45
+
46
+ ## Quick Mode vs Workshop Mode
47
+
48
+ ### Quick Mode
49
+ **When:**
50
+ - Simple, straightforward content
51
+ - User is experienced with WDS
52
+ - Context is crystal clear
53
+ - Time is tight
54
+
55
+ **Process:**
56
+ 1. Load Trigger Map for context
57
+ 2. Consider Customer Awareness
58
+ 3. Apply Golden Circle (WHY → HOW → WHAT)
59
+ 4. Generate options
60
+ 5. Explain rationale
61
+
62
+ ---
63
+
64
+ ### Workshop Mode
65
+ **When:**
66
+ - Critical content (hero, main CTA)
67
+ - User wants strategic depth
68
+ - Multiple frameworks apply
69
+ - Content is complex
70
+
71
+ **Process:**
72
+ Load: `skill:wds-6-asset-generation`
73
+
74
+ **6-Step Framework:**
75
+ 1. Define purpose & success criteria
76
+ 2. Load Trigger Map context
77
+ 3. Apply Customer Awareness strategy
78
+ 4. Filter with Action Mapping
79
+ 5. Frame with Badass Users
80
+ 6. Structure with Golden Circle
81
+ 7. Generate content
82
+
83
+ ---
84
+
85
+ ## The 6-Model Framework
86
+
87
+ ### 1. Content Purpose
88
+ **"What job does this content do?"**
89
+
90
+ - Convince Problem Aware users that speed matters
91
+ - Reassure anxious users about security
92
+ - Trigger desire to feel professional
93
+
94
+ **Must be specific and measurable.**
95
+
96
+ ---
97
+
98
+ ### 2. Trigger Map
99
+ **Strategic foundation**
100
+
101
+ - Business Goal: What are we trying to achieve?
102
+ - User: Who are we serving?
103
+ - Driving Forces: What motivates them? (positive + negative)
104
+ - Solution: What triggers these forces?
105
+
106
+ **Informs** which psychology to trigger.
107
+
108
+ ---
109
+
110
+ ### 3. Customer Awareness Cycle
111
+ **Content strategy - language & focus**
112
+
113
+ Where user is → Where we want them:
114
+
115
+ - **Unaware → Problem Aware:** Educate on problem
116
+ - **Problem → Solution Aware:** Show solutions exist
117
+ - **Solution → Product Aware:** Differentiate your solution
118
+ - **Product → Most Aware:** Remove friction, show proof
119
+ - **Most Aware:** Maintain, deepen relationship
120
+
121
+ **Determines** what language they can understand.
122
+
123
+ ---
124
+
125
+ ### 4. Action Mapping
126
+ **Content filter - relevance**
127
+
128
+ For EVERY content element: **"What action does this enable?"**
129
+
130
+ - ❌ "Nice to know" → Remove it
131
+ - ✅ "Need to do" → Keep and strengthen
132
+
133
+ **Strips** fluff, focuses on user actions.
134
+
135
+ ---
136
+
137
+ ### 5. Kathy Sierra Badass Users
138
+ **Content tone & frame**
139
+
140
+ Frame content around user becoming capable:
141
+
142
+ - Show transformation (current → badass state)
143
+ - Reduce cognitive load
144
+ - Create "aha moments"
145
+ - Make them feel smart, not overwhelmed
146
+
147
+ **Makes** users feel empowered, not intimidated.
148
+
149
+ ---
150
+
151
+ ### 6. Golden Circle
152
+ **Structural order**
153
+
154
+ Always structure: **WHY → HOW → WHAT**
155
+
156
+ ```
157
+ Headline (WHY): Stop losing clients to slow proposals
158
+ Subhead (HOW): AI-powered templates deliver in minutes
159
+ Features (WHAT): 10K templates, smart pricing, e-signatures
160
+ ```
161
+
162
+ **Gives** content persuasive flow.
163
+
164
+ ---
165
+
166
+ ## How the Models Work Together
167
+
168
+ **Think of them as lenses, not sequential steps:**
169
+
170
+ 1. **Trigger Map** = Which driving force to trigger?
171
+ 2. **Customer Awareness** = What language can they understand?
172
+ 3. **Golden Circle** = In what order should I present?
173
+ 4. **Action Mapping** = Is this enabling action?
174
+ 5. **Badass Users** = Does this make them feel capable?
175
+ 6. **Content Purpose** = Does it achieve its job?
176
+
177
+ **AI synthesizes all six** to produce optimal content.
178
+
179
+ ---
180
+
181
+ ## Content Purpose Examples
182
+
183
+ ### Good (Specific & Measurable)
184
+ - "Convince Problem Aware users that proposal speed matters more than perfection"
185
+ - "Reassure Product Aware users about data security concerns"
186
+ - "Trigger Solution Aware users' desire to feel like industry experts"
187
+
188
+ ### Bad (Vague)
189
+ - "Make users want the product"
190
+ - "Explain features"
191
+ - "Sound professional"
192
+
193
+ **Test:** Can someone else determine if the content succeeded?
194
+
195
+ ---
196
+
197
+ ## Model Priority Matrix
198
+
199
+ **Different content types prioritize different models:**
200
+
201
+ ### Landing Page Hero
202
+ - Customer Awareness: ⭐⭐⭐
203
+ - Golden Circle: ⭐⭐⭐
204
+ - Badass Users: ⭐⭐
205
+ - Action Mapping: ⭐
206
+ - Trigger Map: Always loaded
207
+ - Content Purpose: Always defined
208
+
209
+ ### Feature Description
210
+ - Action Mapping: ⭐⭐⭐
211
+ - Badass Users: ⭐⭐⭐
212
+ - Customer Awareness: ⭐⭐
213
+ - Golden Circle: ⭐
214
+ - Trigger Map: Always loaded
215
+ - Content Purpose: Always defined
216
+
217
+ ### Error Messages
218
+ **Don't use workshop** - Use Tone of Voice instead
219
+
220
+ ---
221
+
222
+ ## Tone of Voice vs Strategic Content
223
+
224
+ ### Tone of Voice (Product-Wide)
225
+ - Field labels: "Email address"
226
+ - Button text: "Get started"
227
+ - Error messages: "Please enter a valid email"
228
+ - Success messages: "Profile updated!"
229
+
230
+ **Defined once** in Product Brief, applied everywhere.
231
+
232
+ ---
233
+
234
+ ### Strategic Content (Context-Specific)
235
+ - Headlines: "Stop losing clients to slow proposals"
236
+ - Value propositions: "AI-powered templates that close deals faster"
237
+ - Feature benefits: "Create stunning proposals in minutes, not hours"
238
+
239
+ **Created with workshop**, varies by context.
240
+
241
+ ---
242
+
243
+ ## Quick Reference
244
+
245
+ **Before creating any strategic content:**
246
+
247
+ 1. **Define purpose** - What job does this do?
248
+ 2. **Load Trigger Map** - Which driving forces?
249
+ 3. **Check awareness** - Where are users?
250
+ 4. **Apply Golden Circle** - WHY → HOW → WHAT
251
+ 5. **Filter with Action** - Does it enable action?
252
+ 6. **Frame as empowering** - Make them feel capable
253
+ 7. **Validate** - Does it achieve its purpose?
254
+
255
+ ---
256
+
257
+ ## Related Resources
258
+
259
+ - **Asset Generation:** `skill:wds-6-asset-generation`
260
+ - **Content Purpose Guide:** `../../docs/method/content-purpose-guide.md`
261
+ - **Tone of Voice Guide:** `../../docs/method/tone-of-voice-guide.md`
262
+ - **Customer Awareness Cycle:** `../../docs/models/customer-awareness-cycle.md`
263
+ - **Golden Circle:** `../../docs/models/golden-circle.md`
264
+ - **Action Mapping:** `../../docs/models/action-mapping.md`
265
+ - **Kathy Sierra Badass Users:** `../../docs/models/kathy-sierra-badass-users.md`
266
+
267
+ ---
268
+
269
+ *Every word is a strategic choice. Content triggers psychology.*
270
+