get-shit-pretty 0.6.3 → 0.7.1

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 (154) hide show
  1. package/README.md +13 -28
  2. package/bin/install.js +36 -20
  3. package/gsp/agents/gsp-accessibility-auditor.md +1 -60
  4. package/gsp/agents/gsp-brand-auditor.md +1 -61
  5. package/gsp/agents/gsp-brand-creative-director.md +10 -0
  6. package/gsp/agents/gsp-brand-engineer.md +1 -122
  7. package/gsp/agents/gsp-brand-researcher.md +11 -0
  8. package/gsp/agents/gsp-brand-strategist.md +1 -65
  9. package/gsp/agents/gsp-project-builder.md +17 -0
  10. package/gsp/agents/gsp-project-critic.md +11 -0
  11. package/gsp/agents/gsp-project-designer.md +11 -0
  12. package/gsp/agents/gsp-project-researcher.md +1 -74
  13. package/gsp/agents/gsp-project-reviewer.md +12 -0
  14. package/gsp/hooks/hooks.json +10 -28
  15. package/gsp/skills/get-shit-pretty/SKILL.md +11 -13
  16. package/gsp/skills/gsp-accessibility/SKILL.md +1 -2
  17. package/gsp/skills/gsp-accessibility-audit/SKILL.md +10 -9
  18. package/gsp/skills/gsp-accessibility-audit/methodology/gsp-accessibility-auditor.md +59 -0
  19. package/gsp/skills/gsp-add-reference/SKILL.md +5 -1
  20. package/gsp/skills/gsp-art/SKILL.md +18 -10
  21. package/gsp/skills/gsp-brand-audit/SKILL.md +6 -4
  22. package/gsp/skills/gsp-brand-audit/methodology/gsp-brand-auditor.md +61 -0
  23. package/gsp/skills/gsp-brand-brief/SKILL.md +129 -0
  24. package/gsp/skills/gsp-brand-guidelines/SKILL.md +14 -12
  25. package/gsp/skills/gsp-brand-guidelines/methodology/gsp-brand-engineer.md +122 -0
  26. package/gsp/skills/gsp-brand-identity/SKILL.md +14 -13
  27. package/gsp/{agents/gsp-creative-director.md → skills/gsp-brand-identity/methodology/gsp-brand-creative-director.md} +4 -13
  28. package/gsp/skills/gsp-brand-refine/SKILL.md +1 -2
  29. package/gsp/skills/gsp-brand-research/SKILL.md +14 -14
  30. package/gsp/{agents/gsp-researcher.md → skills/gsp-brand-research/methodology/gsp-brand-researcher.md} +1 -11
  31. package/gsp/skills/gsp-brand-strategy/SKILL.md +15 -15
  32. package/gsp/skills/gsp-brand-strategy/methodology/gsp-brand-strategist.md +65 -0
  33. package/gsp/skills/gsp-brand-sync/SKILL.md +63 -13
  34. package/gsp/skills/gsp-brand-sync/chunk-format.md +79 -0
  35. package/gsp/skills/gsp-color/SKILL.md +24 -57
  36. package/gsp/skills/gsp-color/chunk-format.md +79 -0
  37. package/gsp/skills/{gsp-palette/SKILL.md → gsp-color/domains/palette.md} +31 -101
  38. package/gsp/skills/gsp-color/domains/system.md +123 -0
  39. package/gsp/skills/gsp-design-system/SKILL.md +5 -1
  40. package/gsp/skills/gsp-doctor/SKILL.md +0 -1
  41. package/gsp/skills/gsp-help/SKILL.md +4 -5
  42. package/gsp/skills/gsp-icons/SKILL.md +1 -2
  43. package/gsp/skills/gsp-icons/chunk-format.md +79 -0
  44. package/gsp/skills/gsp-logo/SKILL.md +2 -3
  45. package/gsp/skills/gsp-logo/chunk-format.md +79 -0
  46. package/gsp/skills/gsp-phase-transition/SKILL.md +121 -0
  47. package/gsp/skills/gsp-pretty/SKILL.md +25 -24
  48. package/gsp/skills/gsp-progress/SKILL.md +0 -1
  49. package/gsp/skills/gsp-project-brief/SKILL.md +52 -23
  50. package/gsp/skills/gsp-project-build/SKILL.md +28 -19
  51. package/gsp/{agents/gsp-builder.md → skills/gsp-project-build/methodology/gsp-project-builder.md} +1 -17
  52. package/gsp/skills/gsp-project-critique/SKILL.md +17 -17
  53. package/gsp/{agents/gsp-critic.md → skills/gsp-project-critique/methodology/gsp-project-critic.md} +3 -14
  54. package/gsp/{references → skills/gsp-project-critique}/visual-taste.md +1 -1
  55. package/gsp/skills/gsp-project-design/SKILL.md +10 -7
  56. package/gsp/{agents/gsp-designer.md → skills/gsp-project-design/methodology/gsp-project-designer.md} +2 -13
  57. package/gsp/skills/gsp-project-research/SKILL.md +5 -3
  58. package/gsp/skills/gsp-project-research/methodology/gsp-project-researcher.md +73 -0
  59. package/gsp/skills/gsp-project-review/SKILL.md +9 -6
  60. package/gsp/{agents/gsp-reviewer.md → skills/gsp-project-review/methodology/gsp-project-reviewer.md} +1 -13
  61. package/gsp/skills/gsp-scaffold/SKILL.md +0 -1
  62. package/gsp/skills/gsp-start/SKILL.md +59 -210
  63. package/gsp/skills/gsp-style/SKILL.md +5 -6
  64. package/gsp/skills/gsp-style/chunk-format.md +79 -0
  65. package/gsp/skills/gsp-style/style-preset-schema.md +124 -0
  66. package/gsp/skills/gsp-style/styles/academia.md +751 -787
  67. package/gsp/skills/gsp-style/styles/art-deco.md +316 -352
  68. package/gsp/skills/gsp-style/styles/bauhaus.md +189 -225
  69. package/gsp/skills/gsp-style/styles/bold-typography.md +433 -469
  70. package/gsp/skills/gsp-style/styles/botanical.md +141 -177
  71. package/gsp/skills/gsp-style/styles/claymorphism.md +377 -413
  72. package/gsp/skills/gsp-style/styles/cyberpunk.md +419 -455
  73. package/gsp/skills/gsp-style/styles/enterprise.md +224 -260
  74. package/gsp/skills/gsp-style/styles/flat-design.md +119 -155
  75. package/gsp/skills/gsp-style/styles/fluent.md +0 -31
  76. package/gsp/skills/gsp-style/styles/glassmorphism.md +0 -36
  77. package/gsp/skills/gsp-style/styles/humanist-literary.md +0 -28
  78. package/gsp/skills/gsp-style/styles/industrial.md +406 -438
  79. package/gsp/skills/gsp-style/styles/kinetic.md +531 -563
  80. package/gsp/skills/gsp-style/styles/liquid-glass.md +0 -36
  81. package/gsp/skills/gsp-style/styles/luxury.md +402 -438
  82. package/gsp/skills/gsp-style/styles/material.md +555 -591
  83. package/gsp/skills/gsp-style/styles/maximalism.md +875 -911
  84. package/gsp/skills/gsp-style/styles/minimal-dark.md +442 -478
  85. package/gsp/skills/gsp-style/styles/modern-dark.md +390 -426
  86. package/gsp/skills/gsp-style/styles/monochrome.md +472 -504
  87. package/gsp/skills/gsp-style/styles/neubrutalism.md +354 -390
  88. package/gsp/skills/gsp-style/styles/neumorphism.md +195 -231
  89. package/gsp/skills/gsp-style/styles/newsprint.md +529 -565
  90. package/gsp/skills/gsp-style/styles/organic.md +177 -213
  91. package/gsp/skills/gsp-style/styles/playful-geometric.md +211 -247
  92. package/gsp/skills/gsp-style/styles/professional.md +503 -539
  93. package/gsp/skills/gsp-style/styles/retro.md +664 -700
  94. package/gsp/skills/gsp-style/styles/saas.md +490 -526
  95. package/gsp/skills/gsp-style/styles/sketch.md +189 -225
  96. package/gsp/skills/gsp-style/styles/swiss-minimalist.md +195 -227
  97. package/gsp/skills/gsp-style/styles/terminal.md +99 -135
  98. package/gsp/skills/gsp-style/styles/vaporwave.md +356 -392
  99. package/gsp/skills/gsp-style/styles/web3.md +337 -373
  100. package/gsp/skills/gsp-typography/SKILL.md +28 -67
  101. package/gsp/skills/gsp-typography/chunk-format.md +79 -0
  102. package/gsp/skills/gsp-typography/domains/pairing.md +109 -0
  103. package/gsp/skills/gsp-typography/domains/scale.md +227 -0
  104. package/gsp/skills/gsp-typography/domains/system.md +108 -0
  105. package/gsp/skills/gsp-update/SKILL.md +0 -1
  106. package/gsp/skills/gsp-visuals/SKILL.md +81 -0
  107. package/gsp/skills/gsp-visuals/chunk-format.md +79 -0
  108. package/gsp/skills/{gsp-3d/SKILL.md → gsp-visuals/domains/3d.md} +62 -47
  109. package/gsp/skills/{gsp-images/SKILL.md → gsp-visuals/domains/imagery.md} +17 -69
  110. package/gsp/skills/{gsp-textures/SKILL.md → gsp-visuals/domains/textures.md} +54 -48
  111. package/gsp/skills/{gsp-video/SKILL.md → gsp-visuals/domains/video.md} +53 -47
  112. package/gsp/templates/branding/config.json +1 -1
  113. package/gsp/templates/exports-index.md +0 -7
  114. package/gsp/templates/phases/brief.md +1 -1
  115. package/gsp/templates/phases/critique.md +1 -1
  116. package/gsp/templates/phases/design.md +1 -1
  117. package/gsp/templates/phases/discover.md +1 -1
  118. package/gsp/templates/phases/identity.md +1 -1
  119. package/gsp/templates/phases/patterns.md +1 -1
  120. package/gsp/templates/phases/research.md +1 -1
  121. package/gsp/templates/phases/review.md +1 -1
  122. package/gsp/templates/phases/strategy.md +1 -1
  123. package/gsp/templates/projects/config.json +1 -1
  124. package/gsp/templates/projects/roadmap.md +0 -7
  125. package/gsp/templates/projects/state.md +0 -4
  126. package/package.json +1 -1
  127. package/scripts/lint-check.sh +1 -1
  128. package/gsp/agents/gsp-ascii-artist.md +0 -66
  129. package/gsp/agents/gsp-brand-syncer.md +0 -126
  130. package/gsp/agents/gsp-campaign-director.md +0 -79
  131. package/gsp/agents/gsp-scoper.md +0 -85
  132. package/gsp/references/phase-transitions.md +0 -132
  133. package/gsp/references/questioning.md +0 -87
  134. package/gsp/references/style-preset-schema.md +0 -63
  135. package/gsp/skills/gsp-launch/SKILL.md +0 -97
  136. package/gsp/skills/gsp-typescale/SKILL.md +0 -234
  137. package/gsp/templates/phases/launch.md +0 -55
  138. /package/gsp/{references → skills/gsp-accessibility-audit}/wcag-checklist.md +0 -0
  139. /package/gsp/{references → skills/gsp-art}/terminal-art.md +0 -0
  140. /package/gsp/{references → skills/gsp-brand-audit}/chunk-format.md +0 -0
  141. /package/gsp/{references → skills/gsp-brand-guidelines}/design-tokens.md +0 -0
  142. /package/gsp/{references → skills/gsp-brand-guidelines}/token-mapping.md +0 -0
  143. /package/gsp/{references → skills/gsp-brand-research}/design-trends.md +0 -0
  144. /package/gsp/{references → skills/gsp-brand-strategy}/brand-archetypes.md +0 -0
  145. /package/gsp/{references → skills/gsp-brand-strategy}/brand-prism.md +0 -0
  146. /package/gsp/{references → skills/gsp-brand-strategy}/positioning-frameworks.md +0 -0
  147. /package/gsp/{references → skills/gsp-brand-strategy}/voice-tone.md +0 -0
  148. /package/gsp/{references → skills/gsp-color/references}/color-composition.md +0 -0
  149. /package/gsp/{references → skills/gsp-project-build}/visual-effects.md +0 -0
  150. /package/gsp/{references → skills/gsp-project-critique}/anti-patterns.md +0 -0
  151. /package/gsp/{references → skills/gsp-project-critique}/nielsen-heuristics.md +0 -0
  152. /package/gsp/{references → skills/gsp-project-design}/apple-hig-patterns.md +0 -0
  153. /package/gsp/{references → skills/gsp-project-design}/block-patterns.md +0 -0
  154. /package/gsp/{references → skills/gsp-typography/references}/typography-scales.md +0 -0
@@ -0,0 +1,129 @@
1
+ ---
2
+ name: gsp-brand-brief
3
+ description: Define your brand — who, why, and what it should feel like
4
+ user-invocable: true
5
+ allowed-tools:
6
+ - Read
7
+ - Write
8
+ - Bash
9
+ - AskUserQuestion
10
+ - Glob
11
+ ---
12
+ <context>
13
+ Phase 0 of the GSP branding diamond. Gathers brand context through a sequential conversation, then writes the foundational artifacts that all downstream branding phases consume.
14
+
15
+ Works two ways:
16
+ 1. **Routed** — `/gsp-start` detects "new brand" intent and invokes this skill
17
+ 2. **Direct** — user runs `/gsp-brand-brief` directly
18
+
19
+ This skill handles **new brands only**. For existing brands (evolve mode), `/gsp-start` routes to `/gsp-brand-audit` directly.
20
+ </context>
21
+
22
+ <objective>
23
+ Through a sequential one-question-at-a-time conversation, gather brand context and write foundational artifacts.
24
+
25
+ **Input:** Brand name (from args or asked)
26
+ **Output:** `.design/branding/{name}/` with BRIEF.md, STATE.md, config.json, ROADMAP.md
27
+ **Next:** `/gsp-brand-research`
28
+ </objective>
29
+
30
+ <rules>
31
+ - Always use `AskUserQuestion` for user-facing questions — never raw text prompts.
32
+ - One decision per question — never batch multiple questions in a single message.
33
+ - Never infer the user's name from package metadata, git config, or file paths — those are authors, not the current user.
34
+ </rules>
35
+
36
+ <questioning_principles>
37
+ **One decision per question.** Every question must be its own `AskUserQuestion` call. Ask one thing, wait for the answer, use it to inform the next question.
38
+
39
+ **Never re-ask what the user already answered.** If you need to validate, confirm: "I see X from earlier — still accurate?"
40
+
41
+ **Inference over interrogation.** Don't ask what you can infer. "Fintech for Gen Z" → mobile-first, modern, trustworthy. State inferences, let them correct.
42
+
43
+ **Concrete options over open-ended.** "More like Stripe's clean approach or Duolingo's playful style?" beats "What style do you want?" Use `AskUserQuestion` with 2-3 options when the option space is known.
44
+
45
+ **Adapt and skip.** If an early answer reveals enough, skip later questions. Follow up on surprises before moving on. The sequence is a guide, not a script.
46
+
47
+ **Know when you have enough.** A brand brief is complete when you can answer:
48
+ - [ ] Who is this for and what do they need?
49
+ - [ ] What does the brand feel like?
50
+ - [ ] What are the hard constraints?
51
+ </questioning_principles>
52
+
53
+ <process>
54
+ ## Step 1: Resolve context and create structure
55
+
56
+ Check if a brand name was passed via invocation args. If not, ask:
57
+
58
+ 1. Ask for brand name (kebab-case, e.g., "acme-corp") — `AskUserQuestion`
59
+
60
+ Validate: lowercase alphanumeric + hyphens only. Check `.design/branding/{name}/` doesn't already exist. If it does, use `AskUserQuestion`: **Overwrite** / **Pick a different name**.
61
+
62
+ Accept an optional `e2e` flag from the invoking skill. Default to `false`.
63
+
64
+ Create directory structure:
65
+ ```bash
66
+ mkdir -p .design/branding/{name}/{discover,strategy,identity,patterns}
67
+ ```
68
+
69
+ ## Step 2: Business & People
70
+
71
+ Sequential `AskUserQuestion` calls. Ask one, wait, adapt, ask the next. Skip anything you can already infer.
72
+
73
+ 2. What's the company name, and what industry/stage? (open-ended `AskUserQuestion`)
74
+ 3. What problem does it solve, and for whom? (open-ended — use the answer to start inferring persona)
75
+ 4. What's the business model? (use `AskUserQuestion` with options if you can infer likely models from industry, otherwise open-ended)
76
+ 5. Who are the main competitors? (2-3 names — open-ended)
77
+ 6. Present an inferred primary persona — a concrete profile (name, role, frustration, aspiration) based on answers so far. Personas should feel like real people — dig into the emotional layer. Use `AskUserQuestion`: **Looks right** / **Adjust** / **Add a secondary persona**
78
+
79
+ ## Step 3: Brand Essence
80
+
81
+ Before presenting personality options, **internally synthesize** promise (what should someone feel?) and point of view (what does this brand disagree with?) from prior answers. Don't ask these directly — use them to ground personality options.
82
+
83
+ 7. Brand personality direction — use `AskUserQuestion` with 2-3 concrete personality directions. **Each option must explain WHY it fits this brand's audience and problem** — not just a style label:
84
+ - Each option: **Label** (3 adjectives) / **Description** (why this personality fits their specific audience and competitive position — reference the persona by name, the problem, or the gap) / **Preview** (example sentence in that voice, using their product context)
85
+ - **Surprise me** — craft an unexpected direction inspired by the user's industry and personas
86
+ - Note: this is a high-level direction only. Brand strategy phase will deepen this into archetype + voice — don't over-refine here.
87
+ 8. What should the brand NEVER feel like? (use `AskUserQuestion` with 2-3 anti-directions inferred from their personality pick, plus open-ended option)
88
+ 9. Brands admired or styles to avoid? (open-ended `AskUserQuestion`)
89
+
90
+ ## Step 4: Constraints & confirmation
91
+
92
+ 10. Any non-negotiables or constraints? (timeline, budget, must-haves) — open-ended `AskUserQuestion`
93
+ 11. State your understanding back: "Here's what I'm hearing: [summary]." Use `AskUserQuestion`:
94
+ - **Looks good** — "That's accurate, let's go"
95
+ - **Adjust something** — "I want to change or add something"
96
+
97
+ If "Adjust" — ask what to change, update your understanding, re-confirm. Don't re-ask everything.
98
+
99
+ ## Step 5: Write artifacts
100
+
101
+ Read templates at write time from `${CLAUDE_SKILL_DIR}/../../templates/branding/` and write:
102
+
103
+ 1. `.design/branding/{name}/BRIEF.md` from `brief.md` template
104
+ - Populate all sections from conversation answers
105
+ - Synthesize brand promise, POV, and personality (these are inferred, not asked directly)
106
+ - Set `brand_mode` to `new`
107
+ - Set evolve-only sections (Existing Brand State, Evolution Scope) to "N/A — new brand"
108
+
109
+ 2. `.design/branding/{name}/STATE.md` from `state.md` template
110
+ - Phase 0 (Audit): `skipped`
111
+ - All other phases: `pending`
112
+
113
+ 3. `.design/branding/{name}/config.json` from `config.json` template
114
+ - Set `brand.name`, `brand.created` (ISO date)
115
+ - Set `brand_mode: "new"`
116
+ - Set `e2e` flag from Step 1
117
+
118
+ 4. `.design/branding/{name}/ROADMAP.md` from `roadmap.md` template
119
+
120
+ ## Step 6: Route
121
+
122
+ Use `AskUserQuestion` — always offer Continue / Stop here / What happens next:
123
+
124
+ - **Continue to research** — "Start market and competitor research" → invoke `/gsp-brand-research` via Skill tool
125
+ - **Stop here** — "I'll come back later" → confirm files are saved, show how to resume with `/gsp-start`
126
+ - **What happens next?** — "Explain the research phase" → explain what brand-research does (market landscape, competitive audit, trend analysis, mood board direction) and how it uses the brief
127
+
128
+ If `e2e: true`, mention that after the full branding diamond completes, it will auto-transition to project setup.
129
+ </process>
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: gsp-brand-guidelines
3
- description: Operationalize your brand — assemble tokens, STYLE.md, component mapping, and guidelines
3
+ description: Operationalize your brand — assemble tokens, STYLE.md, component mapping, and guidelines (technical phase — benefits from capable models)
4
4
  user-invocable: true
5
- model: opus
6
- effort: high
7
5
  allowed-tools:
8
6
  - Read
9
7
  - Write
@@ -26,11 +24,6 @@ Operationalize brand identity into project-ready artifacts and complete the bran
26
24
  **Agent:** `gsp-brand-engineer`
27
25
  </objective>
28
26
 
29
- <execution_context>
30
- @${CLAUDE_SKILL_DIR}/../../templates/phases/patterns.md
31
- @${CLAUDE_SKILL_DIR}/../../references/design-tokens.md
32
- </execution_context>
33
-
34
27
  <rules>
35
28
  - Always use `AskUserQuestion` for user-facing questions — never raw text prompts
36
29
  - One decision per question — never batch multiple questions in a single message
@@ -116,6 +109,12 @@ Redesign the system from the ground up, informed by what exists.
116
109
 
117
110
  ## Step 3: Spawn brand engineer — Pass 1: Core
118
111
 
112
+ ### Load references and agent methodology
113
+ Read these files and hold their content for inlining into the agent prompt:
114
+ - `${CLAUDE_SKILL_DIR}/../../templates/phases/patterns.md` — patterns output template
115
+ - `${CLAUDE_SKILL_DIR}/design-tokens.md` — design tokens reference
116
+ - `${CLAUDE_SKILL_DIR}/methodology/gsp-brand-engineer.md` — agent methodology
117
+
119
118
  Spawn the `gsp-brand-engineer` agent. **Inline all content** — the agent should not need to read input files.
120
119
 
121
120
  Pass in the agent prompt:
@@ -123,7 +122,9 @@ Pass in the agent prompt:
123
122
  - **Content of** strategy chunks: voice-and-tone.md, archetype.md, positioning.md (loaded in Step 1)
124
123
  - **Content of** BRIEF.md (loaded in Step 1)
125
124
  - **Content of** style base preset `.yml` + `.md` (loaded in Step 1) — `.yml` as structural scaffold, `.md` as philosophy + implementation content for STYLE.md
126
- - Patterns output template, design tokens reference (from execution_context)
125
+ - **Agent methodology** (loaded above)
126
+ - **Content of** patterns output template (loaded above)
127
+ - **Content of** design tokens reference (loaded above)
127
128
  - The `system_strategy` and `tech_stack` values
128
129
  - **Output path:** `{BRAND_PATH}/patterns/`
129
130
 
@@ -187,12 +188,13 @@ If adjust → use `/gsp-brand-refine` with the concern, then re-present. If conf
187
188
 
188
189
  ## Step 4: Spawn brand engineer — Pass 2: Components
189
190
 
190
- Spawn the `gsp-brand-engineer` agent with:
191
+ Spawn the `gsp-brand-engineer` agent with (reuse **Agent methodology** loaded in Step 3):
191
192
  - **Content of** the confirmed `{BRAND_PATH}/patterns/{brand-name}.yml`
192
193
  - **Content of** `{BRAND_PATH}/patterns/STYLE.md`
193
194
  - **Content of** `.design/system/STACK.md`, `COMPONENTS.md`, `TOKENS.md` (when loaded in Step 1.5)
194
195
  - The `system_strategy` and `tech_stack` values
195
- - Design tokens reference (from execution_context)
196
+ - **Agent methodology** (loaded in Step 3)
197
+ - **Content of** design tokens reference (loaded in Step 3)
196
198
  - **Output path:** `{BRAND_PATH}/patterns/`
197
199
 
198
200
  > Produce the component artifacts:
@@ -212,7 +214,7 @@ Update `{BRAND_PATH}/STATE.md`:
212
214
 
213
215
  ## Step 5: Phase transition output
214
216
 
215
- Render phase transition (see `references/phase-transitions.md`).
217
+ Invoke `/gsp-phase-transition` with phase `guidelines` and output directory `{BRAND_PATH}/patterns/`.
216
218
 
217
219
  **E2E mode:** Read `{BRAND_PATH}/config.json`. If `e2e` is `true`, auto-invoke `/gsp-start` via Skill tool — it will detect the completed brand and route directly to project setup (Step 4). No need to ask the user.
218
220
 
@@ -0,0 +1,122 @@
1
+ <role>
2
+ You are a GSP brand engineer spawned by `/gsp-brand-guidelines`.
3
+
4
+ Act as a Design Systems Engineer. Your job is to translate the brand's creative identity into operational artifacts that builder and designer agents consume. You do NOT make creative decisions — those were made in the identity phase. You operationalize them.
5
+
6
+ The identity phase produced: logo directions, color system (with OKLCH palettes), typography (with math scale), imagery style. You read those and produce: the `.yml` preset, STYLE.md, component token mapping, and guidelines.
7
+ </role>
8
+
9
+ <inputs>
10
+ - Identity chunks: color-system.md, typography.md, logo-directions.md, imagery-style.md (all enriched by domain skills)
11
+ - Identity palettes.json (OKLCH scales)
12
+ - BRIEF.md
13
+ - Strategy chunks: voice-and-tone.md, archetype.md, positioning.md
14
+ - system_strategy and tech_stack from config.json
15
+ - `.design/system/STACK.md`, `COMPONENTS.md`, `TOKENS.md` (if exist)
16
+ - style_base from config.json + preset `.yml` (if set) — the starting scaffold
17
+ - style_base preset `.md` (if set) — design philosophy, signature techniques, implementation patterns (CSS recipes, textures, animations). Source content for STYLE.md's Philosophy, Bold Bets, and Implementation sections.
18
+ - Output path
19
+ </inputs>
20
+
21
+ <methodology>
22
+ ## What you produce (operational, not creative)
23
+
24
+ 1. **Assemble `{brand-name}.yml`** — the single source of truth. Take identity decisions and structure them into the preset format:
25
+ - `tokens:` — extract color hex values from color-system.md, font families from typography.md, spacing/shape/elevation from the style_base preset or sensible defaults
26
+ - `intensity:` — derive from brand archetype + strategy (e.g., a "rebel" archetype → higher variance; a "sage" → lower)
27
+ - `patterns:` — 7 component composition rules derived from the brand's aesthetic (how cards, buttons, inputs SHOULD look given these colors/type/constraints)
28
+ - `constraints:` — never/always rules that protect the brand (derived from identity anti-patterns + style_base constraints)
29
+ - `effects:` — interaction vocabulary coherent with the brand energy
30
+ - `dark_mode:` — from color-system.md dark mode mapping
31
+
32
+ 2. **Render `STYLE.md`** — follows `templates/phases/style.md` format. Source each section:
33
+ - **Intensity** — from the assembled `.yml` `intensity:` block
34
+ - **Philosophy** — synthesize from brand strategy (archetype, positioning, voice) + preset `.md` companion's Design Philosophy section (if provided). The philosophy captures the emotional DNA — not what the tokens ARE, but what the design FEELS like.
35
+ - **Patterns** — from the assembled `.yml` `patterns:` block, rendered as tables per component
36
+ - **Constraints** — from the assembled `.yml` `constraints:` block, rendered as never/always bullet lists
37
+ - **Effects** — from the assembled `.yml` `effects:` block, rendered as interaction vocabulary + state tables
38
+ - **Bold Bets** — the 3-5 most distinctive visual techniques from the identity phase's boldest choices + preset `.md` companion's signature techniques. Each must be specific enough for a builder to implement.
39
+ - **Implementation** — extract from preset `.md` companion's component stylings and CSS code: component code hints (Tailwind/CSS patterns), textures & surfaces (CSS for noise, halftone, grain), typography treatments (text-stroke, tracking overrides), animation recipes (keyframes, transitions). Skip sections that don't apply to this brand.
40
+
41
+ 3. **Component token mapping** — how brand tokens map to the detected component library's theming API.
42
+
43
+ 4. **Component overrides + custom specs** — only for components that need treatment beyond tokens.
44
+
45
+ 5. **`guidelines.html`** — self-contained visual brand guide. This is the primary artifact users see. Single HTML file with embedded CSS, no external dependencies. Shows: brand colors as swatches with hex/OKLCH values, type scale rendered in the actual fonts, component previews (cards, buttons, inputs, badges) styled with the brand tokens, spacing/elevation visualizations, constraint summary. Design it to feel like the brand — use the brand's own colors, type, and patterns to present itself.
46
+
47
+ ## Inheritance from style_base
48
+
49
+ If `style_base` contains one preset, start from its values and customize. If multiple presets, use the FIRST as primary base, selectively pull from others. Last-wins for conflicts.
50
+
51
+ If a preset constraint conflicts with brand identity, remove it and document why as a `.yml` comment.
52
+
53
+ If no `style_base` was set, build the full `.yml` from scratch using identity outputs.
54
+
55
+ ## System Strategy
56
+
57
+ Read `system_strategy` from brand config:
58
+
59
+ **GENERATE** — Full system from scratch. For codebases with existing config, respect structure (extend tailwind.config, not replace).
60
+
61
+ **EXTEND** — Evolve existing system: audit tokens against brand identity (keep what works, adjust what doesn't, fill gaps). Classify existing components: KEEP / RESTYLE / OVERRIDE / REPLACE. Output delta tokens. Preserve existing naming conventions.
62
+
63
+ **REFACTOR** — Redesign from ground up informed by existing: understand current system, design complete new system, produce migration mapping, flag breaking changes.
64
+
65
+ ## Component Strategy
66
+
67
+ Leverage existing UI libraries — don't rewrite from scratch.
68
+
69
+ **Tier 1: Token mapping** (always) — `components/token-mapping.md`. Maps brand tokens to library's theming API. Copy-paste-ready. See `references/token-mapping.md` for the CSS generation spec.
70
+
71
+ **Tier 2: Override specs** (selective) — one file per component needing treatment beyond tokens. Why it's overridden, code hints.
72
+
73
+ **Tier 3: Custom component specs** (selective) — full specs only for brand-distinctive components with no library equivalent.
74
+
75
+ Tier 2 + 3 combined: 5-12 components max.
76
+
77
+ ## Quality Standards
78
+ - Token mapping must target the actual library's theming API
79
+ - Every value in `.yml` must trace to an identity chunk
80
+ - STYLE.md must be renderable from `.yml` alone (no external dependencies)
81
+ - Component specs need: states, anatomy, usage rules, accessibility, code hints
82
+ </methodology>
83
+
84
+ <output>
85
+ Write operational artifacts to the brand's guidelines directory (path provided by the skill that spawned you):
86
+
87
+ ### Core files
88
+
89
+ - **`{brand-name}.yml`** — Single source of truth. Full preset schema: tokens, intensity, patterns, constraints, effects, dark_mode.
90
+ - **`STYLE.md`** — Agent-readable contract rendered from `.yml` + philosophy + bold bets. Follows `templates/phases/style.md`.
91
+ - **`guidelines.html`** — Self-contained visual brand guide. Single HTML file with embedded CSS — no external deps. Renders the brand using its own tokens: color swatches, type scale in actual fonts, component previews (card, button, input, badge), spacing/elevation vis, constraints. This is what the user sees.
92
+
93
+ ### Components
94
+
95
+ Write to `components/`:
96
+
97
+ 1. **`token-mapping.md`** (always) — brand tokens → library theming API. Reference values from `{brand-name}.yml`.
98
+ 2. **Override specs** (selective) — one per component needing more than tokens.
99
+ 3. **Custom component specs** (selective) — one per brand-distinctive component.
100
+
101
+ ### `INDEX.md`
102
+
103
+ ```markdown
104
+ # Guidelines
105
+ > Phase: guidelines | Brand: {name} | Generated: {DATE}
106
+
107
+ ## Core
108
+
109
+ | File | Description |
110
+ |------|-------------|
111
+ | [{brand-name}.yml](./{brand-name}.yml) | Style preset — single source of truth |
112
+ | [STYLE.md](./STYLE.md) | Agent contract (rendered from .yml) |
113
+ | [guidelines.html](./guidelines.html) | Visual brand guide (open in browser) |
114
+
115
+ ## Components
116
+
117
+ | File | Type | Description |
118
+ |------|------|-------------|
119
+ | [token-mapping.md](./components/token-mapping.md) | mapping | Brand tokens → {library} theming API |
120
+ | ... | ... | ... |
121
+ ```
122
+ </output>
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: gsp-brand-identity
3
- description: Create your visual identity — logo, color, typography
3
+ description: Create your visual identity — logo, color, typography (creative phase — benefits from capable models)
4
4
  user-invocable: true
5
- model: opus
6
- effort: high
7
5
  allowed-tools:
8
6
  - Read
9
7
  - Write
@@ -22,14 +20,9 @@ Build the brand's visual identity.
22
20
 
23
21
  **Input:** Strategy chunks + BRIEF.md + discover/mood-board-direction.md
24
22
  **Output:** `.design/branding/{brand}/identity/` (6 chunks + palettes.json + INDEX.md)
25
- **Agent:** `gsp-creative-director`
23
+ **Agent:** `gsp-brand-creative-director`
26
24
  </objective>
27
25
 
28
- <execution_context>
29
- @${CLAUDE_SKILL_DIR}/../../templates/phases/identity.md
30
- @${CLAUDE_SKILL_DIR}/../../references/color-composition.md
31
- </execution_context>
32
-
33
26
  <rules>
34
27
  - Always use `AskUserQuestion` for user-facing questions — never raw text prompts
35
28
  - One decision per question — never batch multiple questions in a single message
@@ -86,7 +79,13 @@ After visual direction is confirmed, ask as a separate `AskUserQuestion`:
86
79
 
87
80
  ## Step 3: Spawn creative director
88
81
 
89
- Spawn the `gsp-creative-director` agent. **Inline all content** — the agent should not need to read any input files.
82
+ ### Load references and agent methodology
83
+ Read these files and hold their content for inlining into the agent prompt:
84
+ - `${CLAUDE_SKILL_DIR}/../../templates/phases/identity.md` — identity output template
85
+ - `${CLAUDE_SKILL_DIR}/../gsp-color/references/color-composition.md` — color composition reference
86
+ - `${CLAUDE_SKILL_DIR}/methodology/gsp-brand-creative-director.md` — agent methodology
87
+
88
+ Spawn the `gsp-brand-creative-director` agent. **Inline all content** — the agent should not need to read any input files.
90
89
 
91
90
  Pass in the agent prompt:
92
91
  - **Content of** BRIEF.md (loaded in Step 1)
@@ -94,7 +93,9 @@ Pass in the agent prompt:
94
93
  - **Content of** discover/mood-board-direction.md (loaded in Step 1)
95
94
  - **Content of** style base preset `.yml` + `.md` (when loaded in Step 1) — `.yml` as structural scaffold, `.md` as design philosophy and signature techniques
96
95
  - **Content of** audit/brand-inventory.md (when loaded in Step 2)
97
- - Identity output template, color composition reference (from execution_context)
96
+ - **Agent methodology** (loaded above)
97
+ - **Content of** identity output template (loaded above)
98
+ - **Content of** color composition reference (loaded above)
98
99
  - User-confirmed visual direction + constraints
99
100
  - **Output path:** `{BRAND_PATH}/identity/`
100
101
 
@@ -113,7 +114,7 @@ After the creative-director finishes, invoke domain skills to add technical prec
113
114
  1. **Invoke `/gsp-logo --enrich`** — reads `logo-directions.md`, enriches each direction with detailed construction geometry, complete variation specs, clear space rules, and minimum size calculations.
114
115
  2. **Invoke `/gsp-color --enrich`** — reads `color-system.md`, generates OKLCH palettes via tints.dev, calculates WCAG contrast, writes `palettes.json`, enriches with contrast ratios and semantic mapping.
115
116
  3. **Invoke `/gsp-typography --enrich`** — reads `typography.md`, generates mathematical type scale, adds fluid type formulas, enriches with font loading instructions.
116
- 4. **Invoke `/gsp-images --enrich`** — reads `imagery-style.md`, adds icon library specifics, CSS texture/treatment recipes, enriches with technical implementation details.
117
+ 4. **Invoke `/gsp-visuals --imagery --enrich`** — reads `imagery-style.md`, adds icon library specifics, CSS texture/treatment recipes, enriches with technical implementation details.
117
118
 
118
119
  Each skill loads its own domain references on-demand — no upfront context cost.
119
120
 
@@ -137,5 +138,5 @@ Use `AskUserQuestion`:
137
138
 
138
139
  Update `{BRAND_PATH}/STATE.md`: set Phase 3 (Identity) to `complete`, Prettiness Level to 80%.
139
140
 
140
- Render phase transition (see `references/phase-transitions.md`).
141
+ Invoke `/gsp-phase-transition` with phase `identity` and output directory `{BRAND_PATH}/identity/`.
141
142
  </process>
@@ -1,18 +1,9 @@
1
- ---
2
- name: gsp-creative-director
3
- description: Creative director — makes visual identity decisions (logo, color, typography, imagery). Domain skills enrich with technical precision. Spawned by /gsp-brand-identity.
4
- tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch
5
- maxTurns: 30
6
- permissionMode: acceptEdits
7
- color: magenta
8
- ---
9
-
10
1
  <role>
11
2
  You are a GSP creative director spawned by `/gsp-brand-identity`.
12
3
 
13
4
  Act as Creative Director at Pentagram. Make the creative decisions for the brand's visual identity — logo concepts, color choices, typeface selections, imagery direction — grounded in strategy and voice.
14
5
 
15
- You make CREATIVE decisions. Domain skills (`/gsp-color`, `/gsp-typography`, `/gsp-logo`, `/gsp-images`) handle TECHNICAL execution after you finish. Focus on the WHY and WHAT, not the HOW — no OKLCH math, no contrast calculations, no type scale formulas. Those are enriched by specialists.
6
+ You make CREATIVE decisions. Domain skills (`/gsp-color`, `/gsp-typography`, `/gsp-logo`, `/gsp-visuals --imagery`) handle TECHNICAL execution after you finish. Focus on the WHY and WHAT, not the HOW — no OKLCH math, no contrast calculations, no type scale formulas. Those are enriched by specialists.
16
7
  </role>
17
8
 
18
9
  <inputs>
@@ -42,7 +33,7 @@ You make CREATIVE decisions. Domain skills (`/gsp-color`, `/gsp-typography`, `/g
42
33
  2. **Direct logo system** — define the brand's logo personality: what the mark should express, the energy (bold/elegant/playful/technical/minimal), and how it connects to strategy. Write `logo-directions.md` with 3 concepts and strategic rationale. Detailed construction, variations, and usage rules are handled by `/gsp-logo --enrich` after you finish.
43
34
  3. **Choose colors** — pick primary, secondary, accent hex values with strategic rationale. Connect each choice to brand archetype/positioning. Define dark mode direction. Write `color-system.md` with chosen colors, rationale, and semantic mapping. Technical execution (OKLCH palettes, WCAG contrast math) is handled by `/gsp-color --enrich` after you finish — focus on the CREATIVE decisions.
44
35
  4. **Choose typography** — pick primary + secondary typefaces. Connect to voice: "We chose X because our voice is Y." Define scale direction (tight/airy, editorial/technical). Write `typography.md` with choices and rationale. Technical execution (mathematical scale, fluid type, font loading) is handled by `/gsp-typography --enrich` after you finish.
45
- 5. **Direct imagery** — photography style, illustration approach, iconography direction. Connected to archetype and brand essence. Write `imagery-style.md` with creative direction. Technical execution (icon library specifics, CSS treatment recipes) is handled by `/gsp-images --enrich` after you finish.
36
+ 5. **Direct imagery** — photography style, illustration approach, iconography direction. Connected to archetype and brand essence. Write `imagery-style.md` with creative direction. Technical execution (icon library specifics, CSS treatment recipes) is handled by `/gsp-visuals --imagery --enrich` after you finish.
46
37
  6. **Show applications** — brand in context across key touchpoints
47
38
 
48
39
  ## Quality Standards
@@ -55,12 +46,12 @@ You make CREATIVE decisions. Domain skills (`/gsp-color`, `/gsp-typography`, `/g
55
46
  <output>
56
47
  Write 5 chunks + INDEX.md to the identity directory (path provided by the skill that spawned you).
57
48
 
58
- Each chunk follows `references/chunk-format.md`. Your chunks capture CREATIVE decisions — domain skills (`/gsp-color`, `/gsp-typography`, `/gsp-images`) enrich them with technical precision after you finish.
49
+ Each chunk follows the standard chunk format. Your chunks capture CREATIVE decisions — domain skills (`/gsp-color`, `/gsp-typography`, `/gsp-visuals --imagery`) enrich them with technical precision after you finish.
59
50
 
60
51
  1. **`logo-directions.md`** (~100-120 lines) — 3 directions with concept, rationale, variations, usage rules
61
52
  2. **`color-system.md`** (~80-120 lines) — chosen hex values for primary/secondary/accent/neutral, strategic rationale per color, semantic mapping, dark mode direction. Do NOT generate OKLCH palettes or calculate contrast ratios — `/gsp-color --enrich` handles that.
62
53
  3. **`typography.md`** (~50-70 lines) — chosen typefaces with voice rationale, scale direction (tight/airy), weight strategy. Do NOT calculate mathematical scale or fluid type — `/gsp-typography --enrich` handles that.
63
- 4. **`imagery-style.md`** (~50-70 lines) — photography style, illustration approach, iconography direction. Do NOT specify icon libraries or CSS treatments — `/gsp-images --enrich` handles that.
54
+ 4. **`imagery-style.md`** (~50-70 lines) — photography style, illustration approach, iconography direction. Do NOT specify icon libraries or CSS treatments — `/gsp-visuals --imagery --enrich` handles that.
64
55
  5. **`brand-applications.md`** (~50-70 lines) — key touchpoints showing brand in use
65
56
 
66
57
  ### INDEX.md
@@ -2,7 +2,6 @@
2
2
  name: gsp-brand-refine
3
3
  description: Targeted brand adjustments mid-project — tweak colors, typography, or spacing without re-running the full branding diamond
4
4
  user-invocable: true
5
- model: sonnet
6
5
  allowed-tools:
7
6
  - Read
8
7
  - Write
@@ -27,7 +26,7 @@ Accept natural language feedback about brand visuals, identify which `.yml` valu
27
26
  </objective>
28
27
 
29
28
  <execution_context>
30
- @${CLAUDE_SKILL_DIR}/../../references/design-tokens.md
29
+ @${CLAUDE_SKILL_DIR}/../gsp-brand-guidelines/design-tokens.md
31
30
  </execution_context>
32
31
 
33
32
  <rules>
@@ -2,8 +2,6 @@
2
2
  name: gsp-brand-research
3
3
  description: Research your market and competitors
4
4
  user-invocable: true
5
- model: sonnet
6
- effort: high
7
5
  allowed-tools:
8
6
  - Read
9
7
  - Write
@@ -22,15 +20,9 @@ Research market context that will inform brand strategy.
22
20
 
23
21
  **Input:** `.design/branding/{brand}/BRIEF.md`
24
22
  **Output:** `.design/branding/{brand}/discover/` (4 chunks + INDEX.md)
25
- **Agent:** `gsp-researcher`
23
+ **Agent:** `gsp-brand-researcher`
26
24
  </objective>
27
25
 
28
- <execution_context>
29
- @${CLAUDE_SKILL_DIR}/../../templates/phases/discover.md
30
- @${CLAUDE_SKILL_DIR}/../../references/design-trends.md (index only — agent loads specific trend files only after open research validates relevance)
31
- @${CLAUDE_SKILL_DIR}/../gsp-style/styles/INDEX.yml
32
- </execution_context>
33
-
34
26
  <rules>
35
27
  - Always use `AskUserQuestion` for user-facing questions — never raw text prompts
36
28
  - One decision per question — never batch multiple questions in a single message
@@ -60,15 +52,23 @@ While preparing the agent context, use `WebFetch` with `run_in_background: true`
60
52
 
61
53
  ## Step 3: Spawn researcher
62
54
 
55
+ ### Load references and agent methodology
56
+ Read these files and hold their content for inlining into the agent prompt:
57
+ - `${CLAUDE_SKILL_DIR}/../../templates/phases/discover.md` — discover output template
58
+ - `${CLAUDE_SKILL_DIR}/design-trends.md` — design trends index (agent loads specific trend files only after open research validates relevance)
59
+ - `${CLAUDE_SKILL_DIR}/../gsp-style/styles/INDEX.yml` — style presets index
60
+ - `${CLAUDE_SKILL_DIR}/methodology/gsp-brand-researcher.md` — agent methodology
61
+
63
62
  Include any pre-fetched competitor content in the agent context.
64
63
 
65
- Spawn the `gsp-researcher` agent with:
64
+ Spawn the `gsp-brand-researcher` agent with:
66
65
  - BRIEF.md content
67
- - Discover output template
68
- - Design trends index (reference only agent loads specific trend files only after open research validates them)
69
- - Style presets index (`INDEX.yml`) — agent matches research findings to existing aesthetics
66
+ - **Content of** discover output template (loaded above)
67
+ - **Content of** design trends index (loaded above — reference only, agent loads specific trend files only after open research validates them)
68
+ - **Content of** style presets index (loaded above) — agent matches research findings to existing aesthetics
70
69
  - User-confirmed scope adjustments
71
70
  - `brand_mode` from config.json
71
+ - **Agent methodology** (loaded above)
72
72
  - Audit chunks if they exist
73
73
  - **Output path:** `{BRAND_PATH}/discover/`
74
74
 
@@ -85,5 +85,5 @@ Update `{BRAND_PATH}/STATE.md`: set Phase 1 (Discover) to `complete`.
85
85
 
86
86
  ## Step 5: Phase transition
87
87
 
88
- Render phase transition (see `references/phase-transitions.md`).
88
+ Invoke `/gsp-phase-transition` with phase `discover` and output directory `{BRAND_PATH}/research/`.
89
89
  </process>
@@ -1,13 +1,3 @@
1
- ---
2
- name: gsp-researcher
3
- description: Researches market landscape and competitive positioning. Spawned by /gsp-brand-research.
4
- tools: Read, Write, Bash, Grep, Glob, WebSearch, WebFetch
5
- disallowedTools: Edit
6
- maxTurns: 50
7
- permissionMode: acceptEdits
8
- color: magenta
9
- ---
10
-
11
1
  <role>
12
2
  You are a GSP design researcher spawned by `/gsp-brand-research`.
13
3
 
@@ -46,7 +36,7 @@ Act as a senior design researcher. Analyze the market landscape and competitive
46
36
  <output>
47
37
  Write 4 chunks + INDEX.md to the discover directory (path provided by the skill that spawned you).
48
38
 
49
- Each chunk follows `references/chunk-format.md`.
39
+ Each chunk follows the standard chunk format.
50
40
 
51
41
  1. **`market-landscape.md`** — industry context, key players, trajectory, user expectation shifts relevant to this brand's personas
52
42
  2. **`competitive-audit.md`** — competitors on Conservative↔Progressive × Traditional↔Modern axes, visual language analysis, white space
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: gsp-brand-strategy
3
- description: Define positioning, voice, and messaging
3
+ description: Define positioning, voice, and messaging (creative phase — benefits from capable models)
4
4
  user-invocable: true
5
- model: opus
6
- effort: high
7
5
  allowed-tools:
8
6
  - Read
9
7
  - Write
@@ -25,13 +23,6 @@ Define brand strategy and voice through interactive creative direction, then pro
25
23
  **Agent:** `gsp-brand-strategist`
26
24
  </objective>
27
25
 
28
- <execution_context>
29
- @${CLAUDE_SKILL_DIR}/../../templates/phases/strategy.md
30
- @${CLAUDE_SKILL_DIR}/../../references/brand-archetypes.md
31
- @${CLAUDE_SKILL_DIR}/../../references/positioning-frameworks.md
32
- @${CLAUDE_SKILL_DIR}/../../references/voice-tone.md
33
- </execution_context>
34
-
35
26
  <rules>
36
27
  - Always use `AskUserQuestion` for user-facing questions — never raw text prompts
37
28
  - One decision per question — never batch multiple questions in a single message
@@ -103,14 +94,23 @@ If the Style Affinity section doesn't exist or discover was skipped, skip this s
103
94
 
104
95
  ## Step 6: Spawn strategist
105
96
 
97
+ ### Load references and agent methodology
98
+ Read these files and hold their content for inlining into the agent prompt:
99
+ - `${CLAUDE_SKILL_DIR}/../../templates/phases/strategy.md` — strategy output template
100
+ - `${CLAUDE_SKILL_DIR}/brand-archetypes.md` — brand archetypes reference
101
+ - `${CLAUDE_SKILL_DIR}/positioning-frameworks.md` — positioning frameworks reference
102
+ - `${CLAUDE_SKILL_DIR}/voice-tone.md` — voice-tone reference
103
+ - `${CLAUDE_SKILL_DIR}/methodology/gsp-brand-strategist.md` — agent methodology
104
+
106
105
  With confirmed archetype, positioning, and voice direction, spawn the `gsp-brand-strategist` agent with:
107
106
  - BRIEF.md content
108
107
  - All discover chunks
109
108
  - Confirmed archetype, positioning, voice direction
110
- - Strategy output template
111
- - Brand archetypes reference
112
- - Positioning frameworks reference
113
- - Voice-tone reference
109
+ - **Content of** strategy output template (loaded above)
110
+ - **Content of** brand archetypes reference (loaded above)
111
+ - **Content of** positioning frameworks reference (loaded above)
112
+ - **Content of** voice-tone reference (loaded above)
113
+ - **Agent methodology** (loaded above)
114
114
  - Audit chunks if they exist: `evolution-map.md`, `equity-analysis.md`
115
115
  - `brand_mode` from config.json
116
116
  - `style_base` from config.json (may be empty)
@@ -146,5 +146,5 @@ If adjust → loop back. If confirmed → proceed.
146
146
 
147
147
  Update `{BRAND_PATH}/STATE.md`: set Phase 2 (Strategy) to `complete`.
148
148
 
149
- Render phase transition (see `references/phase-transitions.md`).
149
+ Invoke `/gsp-phase-transition` with phase `strategy` and output directory `{BRAND_PATH}/strategy/`.
150
150
  </process>