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.
Files changed (66) hide show
  1. package/claude/skills/sa-wds-visual-proposals/SKILL.md +6 -0
  2. package/package.json +1 -1
  3. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/data/component-mapping.csv +47 -0
  4. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01-init.md +148 -0
  5. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01b-continue.md +79 -0
  6. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02-bridge.md +114 -0
  7. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02b-kit-warmup.md +96 -0
  8. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-03-scenarios.md +102 -0
  9. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-04-specs.md +97 -0
  10. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-05-prototype.md +102 -0
  11. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-06-handoff.md +96 -0
  12. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/product-brief-bridge.md +68 -0
  13. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/proposal-index.md +46 -0
  14. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/trigger-map-bridge.md +54 -0
  15. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow.md +82 -0
  16. package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow_ext.md +195 -0
  17. package/siesa-agents/wds/config.yaml +20 -0
  18. package/siesa-agents/wds/data/agent-contracts.md +72 -0
  19. package/siesa-agents/wds/data/agent-guides/freya/agentic-development.md +223 -0
  20. package/siesa-agents/wds/data/agent-guides/freya/content-creation.md +270 -0
  21. package/siesa-agents/wds/data/agent-guides/freya/design-system.md +333 -0
  22. package/siesa-agents/wds/data/agent-guides/freya/meta-content-guide.md +495 -0
  23. package/siesa-agents/wds/data/agent-guides/freya/specification-quality.md +262 -0
  24. package/siesa-agents/wds/data/agent-guides/freya/strategic-design.md +116 -0
  25. package/siesa-agents/wds/data/agent-guides/saga/content-structure-principles.md +190 -0
  26. package/siesa-agents/wds/data/agent-guides/saga/conversational-followups.md +372 -0
  27. package/siesa-agents/wds/data/agent-guides/saga/discovery-conversation.md +265 -0
  28. package/siesa-agents/wds/data/agent-guides/saga/dream-up-approach.md +1034 -0
  29. package/siesa-agents/wds/data/agent-guides/saga/inspiration-analysis.md +215 -0
  30. package/siesa-agents/wds/data/agent-guides/saga/resources/project-brief.template.md +187 -0
  31. package/siesa-agents/wds/data/agent-guides/saga/seo-strategy-guide.md +391 -0
  32. package/siesa-agents/wds/data/agent-guides/saga/strategic-documentation.md +454 -0
  33. package/siesa-agents/wds/data/agent-guides/saga/trigger-mapping.md +653 -0
  34. package/siesa-agents/wds/data/agent-guides/saga/working-with-existing-materials.md +172 -0
  35. package/siesa-agents/wds/data/design-system/component-boundaries.md +318 -0
  36. package/siesa-agents/wds/data/design-system/figma-component-structure.md +697 -0
  37. package/siesa-agents/wds/data/design-system/naming-conventions.md +200 -0
  38. package/siesa-agents/wds/data/design-system/state-management.md +93 -0
  39. package/siesa-agents/wds/data/design-system/token-architecture.md +474 -0
  40. package/siesa-agents/wds/data/design-system/validation-patterns.md +74 -0
  41. package/siesa-agents/wds/data/presentations/freya-how-i-help.md +63 -0
  42. package/siesa-agents/wds/data/presentations/freya-intro.md +269 -0
  43. package/siesa-agents/wds/data/presentations/freya-presentation.md +77 -0
  44. package/siesa-agents/wds/data/presentations/freya-workflows-guide.md +51 -0
  45. package/siesa-agents/wds/data/presentations/mimir-agents-overview.md +66 -0
  46. package/siesa-agents/wds/data/presentations/mimir-tone-setting.md +48 -0
  47. package/siesa-agents/wds/data/presentations/saga-how-i-help.md +62 -0
  48. package/siesa-agents/wds/data/presentations/saga-intro.md +285 -0
  49. package/siesa-agents/wds/data/presentations/saga-presentation.md +74 -0
  50. package/siesa-agents/wds/data/presentations/saga-workflows-guide.md +48 -0
  51. package/siesa-agents/wds/data/shared-activation.md +49 -0
  52. package/siesa-agents/wds/data/wds-glossary.md +98 -0
  53. package/siesa-agents/wds/module-help.csv +19 -0
  54. package/siesa-agents/wds/scripts/README.md +155 -0
  55. package/siesa-agents/wds/scripts/wds-add-object.js +207 -0
  56. package/siesa-agents/wds/scripts/wds-add-spacing.js +158 -0
  57. package/siesa-agents/wds/scripts/wds-init-page.js +234 -0
  58. package/siesa-agents/wds/scripts/wds-init-scenario.js +125 -0
  59. package/siesa-agents/wds/scripts/wds-nav.js +206 -0
  60. package/siesa-agents/wds/scripts/wds-validate.js +306 -0
  61. package/siesa-agents/wds/skills/freya.activation.md +204 -0
  62. package/siesa-agents/wds/skills/handoff.md +91 -0
  63. package/siesa-agents/wds/skills/saga.activation.md +169 -0
  64. package/siesa-agents/wds/skills/shared/git.md +55 -0
  65. package/siesa-agents/wds/skills/start.md +99 -0
  66. package/siesa-agents/wds/skills/wrap.md +198 -0
@@ -0,0 +1,262 @@
1
+ # Freya's Specification Quality Guide
2
+
3
+ **When to load:** Before creating any page spec, component definition, or scenario documentation
4
+
5
+ ---
6
+
7
+ ## Core Principle
8
+
9
+ **If I can't explain it logically, it's not ready to specify.**
10
+
11
+ Gaps in logic become bugs in code. Clear specifications = confident implementation.
12
+
13
+ ---
14
+
15
+ ## The Logical Explanation Test
16
+
17
+ Before you write any specification, ask:
18
+
19
+ **"Can I explain WHY this exists and HOW it works without hand-waving?"**
20
+
21
+ - ✅ "This button triggers the signup flow, serving users who want to feel prepared (driving force)"
22
+ - ❌ "There's a button here... because users need it?"
23
+
24
+ **If you can't explain it clearly, stop and think deeper.**
25
+
26
+ ---
27
+
28
+ ## Area Label Structure & Hierarchy
29
+
30
+ **Area Labels follow a consistent hierarchical pattern to identify UI locations across sketch, specification, and code.**
31
+
32
+ ### Structural Area Labels (Containers)
33
+ These define the page architecture and visual grouping:
34
+
35
+ - `{page-name}-page` - Top-level page wrapper
36
+ - `{page-name}-header` - Header section container
37
+ - `{page-name}-main` - Main content area
38
+ - `{page-name}-form` - Form element wrapper
39
+ - `{page-name}-{section}-section` - Section containers
40
+ - `{page-name}-{section}-header-bar` - Section header bars
41
+
42
+ **Purpose:** Organize page structure, enable Figma layer naming (via aria-label), support testing selectors (via id attribute)
43
+
44
+ ### Interactive Area Labels (Components)
45
+ These identify specific interactive elements:
46
+
47
+ - `{page-name}-{section}-{element}` - Standard pattern
48
+ - `{page-name}-input-{field}` - Form inputs
49
+ - `{page-name}-button-{action}` - Buttons
50
+ - `{page-name}-error-{field}` - Error messages
51
+
52
+ **Purpose:** Enable user interaction, form validation, accessibility, and location tracking across design and code
53
+
54
+ **Note:** Area Labels become both `id` and `aria-label` attributes in HTML implementation.
55
+
56
+ ### Purpose-Based Naming
57
+
58
+ **Name components by FUNCTION, not CONTENT**
59
+
60
+ ### Good (Function)
61
+ - `hero-headline` - Describes its role on the page
62
+ - `primary-cta` - Describes its function in the flow
63
+ - `feature-benefit-section` - Describes what it does
64
+ - `form-validation-error` - Describes when it appears
65
+
66
+ ### Bad (Content)
67
+ - `welcome-message` - What if the message changes?
68
+ - `blue-button` - What if we change colors?
69
+ - `first-paragraph` - Position isn't purpose
70
+ - `email-error-text` - Too specific, not reusable
71
+
72
+ **Why this matters:**
73
+ - Content changes, function rarely does
74
+ - Makes specs maintainable
75
+ - Helps developers understand intent
76
+ - Enables component reuse
77
+ - Supports Figma html.to.design layer naming
78
+
79
+ ---
80
+
81
+ ## Clear Component Purpose
82
+
83
+ **Every component needs a clear job description:**
84
+
85
+ ### Template
86
+ ```markdown
87
+ ### [Component Name]
88
+
89
+ **Purpose:** [What job does this do?]
90
+ **Triggers:** [What user action/state causes this?]
91
+ **Serves:** [Which driving force or goal?]
92
+ **Success:** [How do we know it worked?]
93
+ ```
94
+
95
+ ### Example
96
+ ```markdown
97
+ ### Primary CTA Button
98
+
99
+ **Purpose:** Initiate account creation flow
100
+ **Triggers:** User clicks after reading value proposition
101
+ **Serves:** User's desire to "feel prepared" (positive driving force)
102
+ **Success:** User enters email and moves to step 2
103
+ ```
104
+
105
+ ---
106
+
107
+ ## Section-First Workflow
108
+
109
+ **Understand the WHOLE before detailing the PARTS**
110
+
111
+ ### Wrong Approach (Bottom-Up)
112
+ 1. Design individual components
113
+ 2. Try to arrange them into sections
114
+ 3. Hope the page makes sense
115
+ 4. Realize it doesn't flow logically
116
+ 5. Start over
117
+
118
+ ### Right Approach (Top-Down)
119
+ 1. **Define structural containers** - Page, header, main, sections
120
+ 2. **Assign structural Area Labels** - `{page}-page`, `{page}-header`, etc.
121
+ 3. **Identify page sections** - What major areas exist?
122
+ 4. **Define section purposes** - Why does each section exist?
123
+ 5. **Confirm flow logic** - Does the story make sense?
124
+ 6. **Detail each section** - Now design components
125
+ 7. **Specify components** - With clear purpose and context
126
+ 8. **Assign interactive Area Labels** - `{page}-{section}-{element}`
127
+
128
+ **Result:** Logical flow, no gaps, confident specifications, complete Area Label coverage
129
+
130
+ ### Area Label Coverage Checklist
131
+ - [ ] Page container (`{page}-page`)
132
+ - [ ] Header section (`{page}-header`)
133
+ - [ ] Main content area (`{page}-main`)
134
+ - [ ] Form container if applicable (`{page}-form`)
135
+ - [ ] Section containers (`{page}-{section}-section`)
136
+ - [ ] Section header bars if visible (`{page}-{section}-header-bar`)
137
+ - [ ] All interactive elements (`{page}-{section}-{element}`)
138
+
139
+ ---
140
+
141
+ ## Multi-Language from the Start
142
+
143
+ **Never design in one language only**
144
+
145
+ ### Grouped Translations
146
+ ```markdown
147
+ #### Hero Headline
148
+
149
+ **Content:**
150
+ - EN: "Stop losing clients to poor proposals"
151
+ - SE: "Sluta förlora kunder på dåliga offerter"
152
+ - NO: "Slutt å miste kunder på dårlige tilbud"
153
+
154
+ **Purpose:** Hook Problem Aware users by validating frustration
155
+ ```
156
+
157
+ ### Why This Matters
158
+ - Prevents "English-first" bias
159
+ - Reveals translation issues early
160
+ - Shows if message works across cultures
161
+ - Keeps translations coherent (grouped by component)
162
+
163
+ ---
164
+
165
+ ## Specification Quality Checklist
166
+
167
+ Before marking a spec "complete":
168
+
169
+ ### Core Quality
170
+ - [ ] **Logical Explanation** - Can I explain WHY and HOW?
171
+ - [ ] **Purpose-Based Names** - Named by function, not content?
172
+ - [ ] **Clear Purpose** - Every component has a job description?
173
+ - [ ] **Section-First** - Whole page flows logically?
174
+ - [ ] **Multi-Language** - All product languages included?
175
+ - [ ] **No Hand-Waving** - No "probably" or "maybe" or "users will figure it out"?
176
+
177
+ ### Area Labels
178
+ - [ ] **Structural Area Labels** - Page, header, main, sections all have labels?
179
+ - [ ] **Interactive Area Labels** - All buttons, inputs, links have labels?
180
+ - [ ] **Area Label Hierarchy** - Labels follow `{page}-{section}-{element}` pattern?
181
+ - [ ] **Figma-Ready** - Area Labels support html.to.design layer naming?
182
+
183
+ ### Accessibility
184
+ - [ ] **ARIA Labels** - All interactive elements have aria-label attributes?
185
+ - [ ] **Alt Text** - All images have descriptive alt attributes?
186
+ - [ ] **Form Labels** - All inputs have associated labels?
187
+ - [ ] **Keyboard Navigation** - Tab order and focus management documented?
188
+ - [ ] **Screen Reader Support** - Semantic HTML and ARIA attributes specified?
189
+ - [ ] **Color Contrast** - WCAG AA compliance (4.5:1 for text)?
190
+ - [ ] **Error Announcements** - Error messages accessible to screen readers?
191
+ - [ ] **Heading Hierarchy** - Logical H1-H6 structure documented?
192
+
193
+ ### SEO (Public Pages)
194
+ - [ ] **H1 Present** - Exactly one H1 on the page, contains primary keyword?
195
+ - [ ] **Heading Hierarchy** - Logical H1 → H2 → H3, no skipped levels?
196
+ - [ ] **URL Slug** - Defined, keyword-rich, matches project brief keyword map?
197
+ - [ ] **Primary Keyword** - Identified and placed in H1, title tag, meta description?
198
+ - [ ] **Meta Title** - ≤ 60 chars, includes primary keyword + brand?
199
+ - [ ] **Meta Description** - 150-160 chars, includes keyword + CTA?
200
+ - [ ] **Image Alt Text** - All images have descriptive alt text in all languages?
201
+ - [ ] **Internal Links** - At least 2 links to other pages on the site?
202
+ - [ ] **Structured Data** - Schema type specified per project brief plan?
203
+
204
+ ### Content Completeness
205
+ - [ ] **All Text Defined** - No placeholder content?
206
+ - [ ] **Error Messages** - All error states have messages in all languages?
207
+ - [ ] **Success Messages** - Confirmation messages defined?
208
+ - [ ] **Empty States** - Messages for no-data scenarios?
209
+ - [ ] **Loading States** - Loading indicators and messages?
210
+ - [ ] **Meta Content** - Page title and meta description for public pages?
211
+ - [ ] **Social Sharing** - Social media title, description, and image for public pages?
212
+
213
+ ### Implementation Ready
214
+ - [ ] **Developer-Ready** - Could someone build this confidently?
215
+ - [ ] **Component References** - All design system components linked?
216
+ - [ ] **API Endpoints** - Data requirements documented?
217
+ - [ ] **Validation Rules** - Form validation clearly specified?
218
+
219
+ ---
220
+
221
+ ## Red Flags (Stop and Rethink)
222
+
223
+ 🚩 **Vague language:** "Something here to help users understand..."
224
+ 🚩 **Content-based names:** "blue-box", "top-paragraph"
225
+ 🚩 **Missing purpose:** "There's a button... because buttons are good?"
226
+ 🚩 **Illogical flow:** "This section comes after that one... because?"
227
+ 🚩 **English-only:** "We'll translate later..."
228
+ 🚩 **Gaps in logic:** "Users will just know what to do here"
229
+ 🚩 **Missing accessibility:** "We'll add ARIA labels during development..."
230
+ 🚩 **No alt text:** Images without descriptive alternatives
231
+ 🚩 **Unlabeled inputs:** Form fields without associated labels
232
+ 🚩 **No SEO section:** Public page without URL slug, keywords, or meta content
233
+
234
+ **When you spot these, pause and dig deeper.**
235
+
236
+ ---
237
+
238
+ ## The Developer Trust Test
239
+
240
+ **Imagine handing your spec to a developer who:**
241
+ - Has never seen your sketches
242
+ - Doesn't know the business context
243
+ - Speaks a different language
244
+ - Lives in a different timezone
245
+
246
+ **Could they build this confidently?**
247
+
248
+ - ✅ Yes → Good spec
249
+ - ❌ No → More work needed
250
+
251
+ ---
252
+
253
+ ## Related Resources
254
+
255
+ - **File Naming:** `../../workflows/00-system/FILE-NAMING-CONVENTIONS.md`
256
+ - **Language Config:** `../../workflows/00-system/language-configuration-guide.md`
257
+ - **Page Spec Template:** `../../workflows/wds-4-ux-design/templates/page-specification.template.md`
258
+
259
+ ---
260
+
261
+ *Quality specifications are the foundation of confident implementation.*
262
+
@@ -0,0 +1,116 @@
1
+ # Freya's Strategic Design Guide
2
+
3
+ **When to load:** Before designing any page, component, or user flow
4
+
5
+ ---
6
+
7
+ ## Core Principle
8
+
9
+ **Every design decision connects to strategy.** Never design in a vacuum.
10
+
11
+ ---
12
+
13
+ ## Before You Design Anything
14
+
15
+ ### 1. Load Strategic Context
16
+
17
+ **Ask yourself:**
18
+ - What's in the Trigger Map for this page/scenario?
19
+ - What does the Product Brief say?
20
+
21
+ **If missing:** Suggest creating one first. Design without strategy is decoration.
22
+
23
+ ---
24
+
25
+ ### 2. Connect to Business Goals
26
+
27
+ **Every major design choice should answer:**
28
+ - Which business goal does this serve?
29
+ - How does this move the needle on our success metrics?
30
+
31
+ **Example:**
32
+ - ❌ "Let's make this button blue because it's pretty"
33
+ - ✅ "This CTA should be prominent because it serves the 'Convert Problem Aware users' goal"
34
+
35
+ ---
36
+
37
+ ### 3. Identify User Driving Forces
38
+
39
+ **From the Trigger Map, ask:**
40
+ - What positive driving forces should we trigger? (wishes, desires, aspirations)
41
+ - What negative driving forces should we address? (fears, frustrations, anxieties)
42
+
43
+ **Example:**
44
+ - User wants to "feel like an industry expert"
45
+ - User fears "looking unprofessional to clients"
46
+ - Design should make them feel capable, not overwhelmed
47
+
48
+ ---
49
+
50
+ ### 4. Customer Awareness Stage
51
+
52
+ **Where are users in their journey?**
53
+
54
+ 1. **Unaware** - Don't know they have a problem → Educate on problem
55
+ 2. **Problem Aware** - Know the problem, not solutions → Show there are solutions
56
+ 3. **Solution Aware** - Know solutions exist → Show why yours is different
57
+ 4. **Product Aware** - Know your product → Remove friction, show proof
58
+ 5. **Most Aware** - Ready to buy/use → Make it easy, reinforce decision
59
+
60
+ **Design implications:**
61
+ - Unaware users need more context, education
62
+ - Most Aware users need less explanation, more action
63
+
64
+ ---
65
+
66
+ ### 5. Content Hierarchy (Golden Circle)
67
+
68
+ **Structure content as:** WHY → HOW → WHAT
69
+
70
+ - **WHY** - Purpose, benefit, emotional hook (first)
71
+ - **HOW** - Process, approach, differentiation (second)
72
+ - **WHAT** - Features, specifics, details (last)
73
+
74
+ **Example:**
75
+ ```
76
+ Hero Section:
77
+ ├── Headline (WHY): "Stop losing clients to competitors with better proposals"
78
+ ├── Subhead (HOW): "Create stunning proposals in minutes with AI-powered templates"
79
+ └── Features (WHAT): "10,000+ templates, Smart pricing, E-signatures"
80
+ ```
81
+
82
+ ---
83
+
84
+ ## Strategic Design Checklist
85
+
86
+ Before finalizing any design:
87
+
88
+ - [ ] **Trigger Map** - Which driving force does this serve?
89
+ - [ ] **Business Goal** - How does this support our objectives?
90
+ - [ ] **Customer Awareness** - Appropriate for their awareness stage?
91
+ - [ ] **Golden Circle** - WHY before HOW before WHAT?
92
+ - [ ] **Logical Explanation** - Can I defend this decision strategically?
93
+
94
+ ---
95
+
96
+ ## When You're Stuck
97
+
98
+ **If you can't connect a design choice to strategy:**
99
+ 1. It might not be needed (remove it)
100
+ 2. You need more strategic context (ask for Trigger Map)
101
+ 3. There's a better alternative (explore options)
102
+
103
+ **Never guess.** Always design with intent.
104
+
105
+ ---
106
+
107
+ ## Related Resources
108
+
109
+ - **Trigger Mapping:** `../../docs/method/phase-wds-2-trigger-mapping-guide.md`
110
+ - **Customer Awareness:** `../../docs/models/customer-awareness-cycle.md`
111
+ - **Golden Circle:** `../../docs/models/golden-circle.md`
112
+
113
+ ---
114
+
115
+ *Strategic design is what makes WDS different. Every pixel has a purpose.*
116
+
@@ -0,0 +1,190 @@
1
+ # Content Structure Principles (Product Brief)
2
+
3
+ **When to load:** During Content & Language workflow, after SEO keywords, before synthesis
4
+ **Agent:** Saga (or any PB facilitator)
5
+
6
+ ---
7
+
8
+ ## Why This Matters
9
+
10
+ Without understanding the client's vision for what their product should contain, later phases break down:
11
+
12
+ - **Scenario Outlining** designs user flows through pages that may not exist in the client's mental model
13
+ - **Page Design** creates sections the client never envisioned
14
+ - **Dream Up** generates designs misaligned with expectations
15
+ - **Costly misalignment** surfaces late when it's expensive to fix
16
+
17
+ **The gap we're filling:** Business goals and user psychology (Trigger Map) tell us WHY. Content structure principles tell us WHAT the client envisions the product containing.
18
+
19
+ **Principles, not specifications.** We're capturing strategic direction here, not wireframes. "Services should be easily accessible from the main menu" is a principle. "Three-column grid with 200px service cards" is a specification that belongs in Phase 4.
20
+
21
+ ---
22
+
23
+ ## What We Need to Know
24
+
25
+ **Satisfaction criteria — by the end you should be able to answer:**
26
+
27
+ 1. **What type of product is this?** Single-page site, multi-page site, app, platform?
28
+ 2. **What content does the client envision?** Pages, sections, content areas — at whatever detail level they have
29
+ 3. **What must be immediately prominent?** The content priorities that drive the first impression
30
+ 4. **How should users navigate?** Any principles about finding content (not nav design specifics)
31
+ 5. **What should definitely NOT be included?** Explicit anti-patterns and scope boundaries
32
+ 6. **How clear is the client's vision?** Are they specific, exploring, or completely open?
33
+
34
+ **You DON'T need:**
35
+ - Detailed wireframes or layouts
36
+ - Exact section specifications
37
+ - Technical implementation details
38
+ - Final decisions from a client who's still exploring
39
+
40
+ ---
41
+
42
+ ## Adaptive Depth
43
+
44
+ **Match the client's readiness:**
45
+
46
+ - **Client is specific** ("I want a single page with hero, services, reviews, map, contact") → Capture their detailed vision, note it as strong direction
47
+ - **Client is exploring** ("Maybe 4-5 pages? Not sure yet") → Capture what they know, flag open questions for Phase 4
48
+ - **Client is blank** ("I don't know, you tell me") → Note the openness, capture any preferences that emerge, leave structure for later phases
49
+
50
+ **All three are valid outcomes.** Don't force decisions the client isn't ready to make.
51
+
52
+ ---
53
+
54
+ ## Types of Information to Surface
55
+
56
+ **Product type and scope:**
57
+ - Single-page vs multi-page
58
+ - How many pages roughly (if multi-page)
59
+ - Any sub-pages or sections within pages
60
+ - What's MVP vs future
61
+
62
+ **Content that must exist:**
63
+ - Core content areas (services, about, contact, etc.)
64
+ - What specific information users need to find
65
+ - Content that serves business goals directly
66
+
67
+ **Content hierarchy:**
68
+ - What must be visible immediately (no scrolling)
69
+ - What's important but secondary
70
+ - What's nice-to-have
71
+
72
+ **Navigation and access principles:**
73
+ - How should users find key content?
74
+ - Should anything be reachable from everywhere?
75
+ - Mobile vs desktop considerations
76
+
77
+ **Scope boundaries:**
78
+ - What is explicitly excluded (no blog, no e-commerce, etc.)
79
+ - What's deferred to a future phase
80
+ - What the client has seen elsewhere and doesn't want
81
+
82
+ ---
83
+
84
+ ## Documenting the Outcome
85
+
86
+ **If client is specific:**
87
+ ```markdown
88
+ ## Content Structure Principles
89
+
90
+ ### Structure Type
91
+ Single-page site — all content on one scrollable page
92
+
93
+ ### User's Vision
94
+ "Tourists on phones should find three things fast: can you fix my vehicle,
95
+ where are you, what's your number. Everything else is secondary."
96
+
97
+ ### Content Priorities
98
+ **Must be prominent (visible without scroll):**
99
+ - Phone number
100
+ - Vehicle types serviced
101
+ - Location + hours
102
+
103
+ **Important but secondary:**
104
+ - About / story
105
+ - Certifications
106
+ - Reviews
107
+
108
+ ### Navigation Principles
109
+ - Contact (phone) reachable from anywhere
110
+ - Mobile-first — most users on phones
111
+ - No complex menus needed
112
+
113
+ ### Not Included
114
+ - No online booking (phone-first approach)
115
+ - No blog
116
+ - No auto-play media
117
+
118
+ ### Clarity Level
119
+ Very specific — strong vision based on user needs
120
+ ```
121
+
122
+ **If client is exploring:**
123
+ ```markdown
124
+ ## Content Structure Principles
125
+
126
+ ### Structure Type
127
+ Exploring — leaning toward multi-page (4-5 pages), open to recommendation
128
+
129
+ ### User's Vision
130
+ "We need to explain our services and make it easy to contact us.
131
+ Maybe separate pages for each service category? Not sure yet."
132
+
133
+ ### Content Priorities
134
+ **Must be prominent:**
135
+ - Service offerings
136
+ - Contact methods
137
+
138
+ **Secondary:**
139
+ - To be determined in Phase 4
140
+
141
+ ### Navigation Principles
142
+ - "Services should be easy to find"
143
+ - "People should be able to contact us from any page"
144
+
145
+ ### Not Included
146
+ - No e-commerce
147
+
148
+ ### Clarity Level
149
+ Exploring — rough direction, specifics to emerge in UX phase
150
+ ```
151
+
152
+ **If client is blank:**
153
+ ```markdown
154
+ ## Content Structure Principles
155
+
156
+ ### Structure Type
157
+ TBD — to be determined in Phase 4 based on Trigger Map insights
158
+
159
+ ### User's Vision
160
+ Client exploring options — looking for strategic recommendations
161
+
162
+ ### Content Priorities
163
+ **Must be prominent:**
164
+ - [To be determined]
165
+
166
+ ### Navigation Principles
167
+ - None stated yet
168
+
169
+ ### Not Included
170
+ - None stated
171
+
172
+ ### Clarity Level
173
+ Open — awaiting recommendations from UX phase
174
+ ```
175
+
176
+ ---
177
+
178
+ ## Red Flags
179
+
180
+ **"Make it like [competitor]"** → Probe what specifically they like about the competitor's structure. Avoid copying without understanding WHY it works.
181
+
182
+ **Feature shopping** ("newsletter signup, social links, testimonial slider, chat widget...") → Redirect to principles: "Those are features — what's the core experience users need?"
183
+
184
+ **Over-specification** (pixel-level layout details) → Acknowledge their vision, capture the principle: "I love that level of detail — let me capture the principle so we nail it in design phase."
185
+
186
+ **"Everything is most important"** → Gentle pressure test: "If a mobile user has 5 seconds, what's the ONE thing they must find?"
187
+
188
+ ---
189
+
190
+ *This guide ensures Saga captures the client's product vision at their level of readiness — from detailed to blank — without forcing premature decisions or missing strategic direction.*