get-shit-pretty 0.4.2 → 0.5.0

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 (206) hide show
  1. package/.claude-plugin/plugin.json +24 -0
  2. package/.mcp.json +16 -0
  3. package/README.md +184 -130
  4. package/bin/install.js +830 -348
  5. package/gsp/agents/gsp-accessibility-auditor.md +73 -0
  6. package/{agents → gsp/agents}/gsp-ascii-artist.md +4 -1
  7. package/gsp/agents/gsp-brand-auditor.md +73 -0
  8. package/gsp/agents/gsp-brand-strategist.md +77 -0
  9. package/{agents → gsp/agents}/gsp-builder.md +43 -5
  10. package/{agents → gsp/agents}/gsp-campaign-director.md +16 -3
  11. package/{agents → gsp/agents}/gsp-critic.md +7 -3
  12. package/{agents → gsp/agents}/gsp-designer.md +6 -3
  13. package/gsp/agents/gsp-identity-designer.md +81 -0
  14. package/{agents → gsp/agents}/gsp-project-researcher.md +6 -3
  15. package/gsp/agents/gsp-researcher.md +80 -0
  16. package/{agents → gsp/agents}/gsp-reviewer.md +7 -2
  17. package/{agents → gsp/agents}/gsp-scoper.md +5 -2
  18. package/gsp/agents/gsp-system-architect.md +251 -0
  19. package/gsp/hooks/hooks.json +24 -0
  20. package/gsp/prompts/01-design-system-architect.md +65 -0
  21. package/{prompts → gsp/prompts}/03-ui-ux-pattern-master.md +3 -3
  22. package/gsp/prompts/08-accessibility-auditor.md +38 -0
  23. package/{prompts → gsp/prompts}/09-design-to-code-translator.md +10 -8
  24. package/gsp/references/color-composition.md +173 -0
  25. package/gsp/references/design-trends.md +55 -0
  26. package/{references → gsp/references}/phase-transitions.md +8 -17
  27. package/gsp/references/typography-scales.md +760 -0
  28. package/{references → gsp/references}/wcag-checklist.md +53 -5
  29. package/gsp/skills/get-shit-pretty/SKILL.md +54 -0
  30. package/gsp/skills/gsp-accessibility/SKILL.md +348 -0
  31. package/{commands/gsp/add-reference.md → gsp/skills/gsp-add-reference/SKILL.md} +3 -2
  32. package/{commands/gsp/art.md → gsp/skills/gsp-art/SKILL.md} +2 -1
  33. package/gsp/skills/gsp-brand-audit/SKILL.md +91 -0
  34. package/gsp/skills/gsp-brand-identity/SKILL.md +131 -0
  35. package/{commands/gsp/brand-patterns.md → gsp/skills/gsp-brand-patterns/SKILL.md} +48 -32
  36. package/gsp/skills/gsp-brand-research/SKILL.md +85 -0
  37. package/gsp/skills/gsp-brand-strategy/SKILL.md +149 -0
  38. package/gsp/skills/gsp-design-system/SKILL.md +153 -0
  39. package/{commands/gsp/doctor.md → gsp/skills/gsp-doctor/SKILL.md} +30 -23
  40. package/{commands/gsp/help.md → gsp/skills/gsp-help/SKILL.md} +31 -32
  41. package/{commands/gsp/launch.md → gsp/skills/gsp-launch/SKILL.md} +9 -9
  42. package/gsp/skills/gsp-palette/SKILL.md +263 -0
  43. package/{commands/gsp/pretty.md → gsp/skills/gsp-pretty/SKILL.md} +2 -1
  44. package/{commands/gsp/progress.md → gsp/skills/gsp-progress/SKILL.md} +27 -47
  45. package/{commands/gsp/project-brief.md → gsp/skills/gsp-project-brief/SKILL.md} +8 -7
  46. package/gsp/skills/gsp-project-build/SKILL.md +282 -0
  47. package/{commands/gsp/project-critique.md → gsp/skills/gsp-project-critique/SKILL.md} +20 -17
  48. package/{commands/gsp/project-design.md → gsp/skills/gsp-project-design/SKILL.md} +11 -10
  49. package/{commands/gsp/project-research.md → gsp/skills/gsp-project-research/SKILL.md} +6 -5
  50. package/{commands/gsp/project-review.md → gsp/skills/gsp-project-review/SKILL.md} +15 -6
  51. package/gsp/skills/gsp-scaffold/SKILL.md +247 -0
  52. package/{commands/gsp/start.md → gsp/skills/gsp-start/SKILL.md} +152 -73
  53. package/gsp/skills/gsp-style/SKILL.md +544 -0
  54. package/gsp/skills/gsp-style/SOURCES.md +80 -0
  55. package/gsp/skills/gsp-style/styles/INDEX.yml +184 -0
  56. package/gsp/skills/gsp-style/styles/academia.md +787 -0
  57. package/gsp/skills/gsp-style/styles/academia.yml +66 -0
  58. package/gsp/skills/gsp-style/styles/art-deco.md +352 -0
  59. package/gsp/skills/gsp-style/styles/art-deco.yml +61 -0
  60. package/gsp/skills/gsp-style/styles/bauhaus.md +225 -0
  61. package/gsp/skills/gsp-style/styles/bauhaus.yml +57 -0
  62. package/gsp/skills/gsp-style/styles/bold-typography.md +469 -0
  63. package/gsp/skills/gsp-style/styles/bold-typography.yml +61 -0
  64. package/gsp/skills/gsp-style/styles/botanical.md +177 -0
  65. package/gsp/skills/gsp-style/styles/botanical.yml +63 -0
  66. package/gsp/skills/gsp-style/styles/claymorphism.md +413 -0
  67. package/gsp/skills/gsp-style/styles/claymorphism.yml +69 -0
  68. package/gsp/skills/gsp-style/styles/cyberpunk.md +455 -0
  69. package/gsp/skills/gsp-style/styles/cyberpunk.yml +62 -0
  70. package/gsp/skills/gsp-style/styles/enterprise.md +260 -0
  71. package/gsp/skills/gsp-style/styles/enterprise.yml +62 -0
  72. package/gsp/skills/gsp-style/styles/flat-design.md +155 -0
  73. package/gsp/skills/gsp-style/styles/flat-design.yml +58 -0
  74. package/gsp/skills/gsp-style/styles/fluent.md +183 -0
  75. package/gsp/skills/gsp-style/styles/fluent.yml +63 -0
  76. package/gsp/skills/gsp-style/styles/glassmorphism.md +587 -0
  77. package/gsp/skills/gsp-style/styles/glassmorphism.yml +64 -0
  78. package/gsp/skills/gsp-style/styles/humanist-literary.md +153 -0
  79. package/gsp/skills/gsp-style/styles/humanist-literary.yml +58 -0
  80. package/gsp/skills/gsp-style/styles/industrial.md +438 -0
  81. package/gsp/skills/gsp-style/styles/industrial.yml +63 -0
  82. package/gsp/skills/gsp-style/styles/kinetic.md +563 -0
  83. package/gsp/skills/gsp-style/styles/kinetic.yml +52 -0
  84. package/gsp/skills/gsp-style/styles/liquid-glass.md +663 -0
  85. package/gsp/skills/gsp-style/styles/liquid-glass.yml +66 -0
  86. package/gsp/skills/gsp-style/styles/luxury.md +438 -0
  87. package/gsp/skills/gsp-style/styles/luxury.yml +62 -0
  88. package/gsp/skills/gsp-style/styles/material.md +591 -0
  89. package/gsp/skills/gsp-style/styles/material.yml +58 -0
  90. package/gsp/skills/gsp-style/styles/maximalism.md +911 -0
  91. package/gsp/skills/gsp-style/styles/maximalism.yml +58 -0
  92. package/gsp/skills/gsp-style/styles/minimal-dark.md +478 -0
  93. package/gsp/skills/gsp-style/styles/minimal-dark.yml +61 -0
  94. package/gsp/skills/gsp-style/styles/modern-dark.md +426 -0
  95. package/gsp/skills/gsp-style/styles/modern-dark.yml +59 -0
  96. package/gsp/skills/gsp-style/styles/monochrome.md +504 -0
  97. package/gsp/skills/gsp-style/styles/monochrome.yml +66 -0
  98. package/gsp/skills/gsp-style/styles/neubrutalism.md +390 -0
  99. package/gsp/skills/gsp-style/styles/neubrutalism.yml +58 -0
  100. package/gsp/skills/gsp-style/styles/neumorphism.md +231 -0
  101. package/gsp/skills/gsp-style/styles/neumorphism.yml +57 -0
  102. package/gsp/skills/gsp-style/styles/newsprint.md +565 -0
  103. package/gsp/skills/gsp-style/styles/newsprint.yml +58 -0
  104. package/gsp/skills/gsp-style/styles/organic.md +213 -0
  105. package/gsp/skills/gsp-style/styles/organic.yml +65 -0
  106. package/gsp/skills/gsp-style/styles/playful-geometric.md +247 -0
  107. package/gsp/skills/gsp-style/styles/playful-geometric.yml +64 -0
  108. package/gsp/skills/gsp-style/styles/professional.md +539 -0
  109. package/gsp/skills/gsp-style/styles/professional.yml +59 -0
  110. package/gsp/skills/gsp-style/styles/retro.md +700 -0
  111. package/gsp/skills/gsp-style/styles/retro.yml +65 -0
  112. package/gsp/skills/gsp-style/styles/saas.md +526 -0
  113. package/gsp/skills/gsp-style/styles/saas.yml +61 -0
  114. package/gsp/skills/gsp-style/styles/sketch.md +225 -0
  115. package/gsp/skills/gsp-style/styles/sketch.yml +58 -0
  116. package/gsp/skills/gsp-style/styles/swiss-minimalist.md +227 -0
  117. package/gsp/skills/gsp-style/styles/swiss-minimalist.yml +59 -0
  118. package/gsp/skills/gsp-style/styles/terminal.md +135 -0
  119. package/gsp/skills/gsp-style/styles/terminal.yml +64 -0
  120. package/gsp/skills/gsp-style/styles/vaporwave.md +392 -0
  121. package/gsp/skills/gsp-style/styles/vaporwave.yml +61 -0
  122. package/gsp/skills/gsp-style/styles/web3.md +373 -0
  123. package/gsp/skills/gsp-style/styles/web3.yml +65 -0
  124. package/gsp/skills/gsp-typescale/SKILL.md +651 -0
  125. package/{commands/gsp/update.md → gsp/skills/gsp-update/SKILL.md} +3 -2
  126. package/gsp/templates/branding/brief.md +91 -0
  127. package/gsp/templates/branding/config.json +20 -0
  128. package/{templates → gsp/templates}/branding/roadmap.md +7 -8
  129. package/{templates → gsp/templates}/branding/state.md +2 -3
  130. package/{templates → gsp/templates}/phases/build.md +26 -0
  131. package/gsp/templates/phases/discover.md +47 -0
  132. package/{templates → gsp/templates}/phases/identity.md +17 -25
  133. package/gsp/templates/phases/strategy.md +63 -0
  134. package/{templates → gsp/templates}/phases/system.md +21 -4
  135. package/gsp/templates/projects/config.json +21 -0
  136. package/{templates → gsp/templates}/projects/roadmap.md +1 -1
  137. package/gsp/templates/system/COMPONENTS.md +28 -0
  138. package/gsp/templates/system/CONCERNS.md +51 -0
  139. package/gsp/templates/system/CONVENTIONS.md +50 -0
  140. package/{templates/codebase-inventory.md → gsp/templates/system/STACK.md} +2 -34
  141. package/gsp/templates/system/TOKENS.md +26 -0
  142. package/package.json +38 -7
  143. package/scripts/lint-check.sh +30 -0
  144. package/VERSION +0 -1
  145. package/agents/gsp-auditor.md +0 -55
  146. package/agents/gsp-brand-auditor.md +0 -97
  147. package/agents/gsp-brand-strategist.md +0 -83
  148. package/agents/gsp-codebase-scanner.md +0 -171
  149. package/agents/gsp-identity-designer.md +0 -90
  150. package/agents/gsp-researcher.md +0 -83
  151. package/agents/gsp-system-architect.md +0 -121
  152. package/agents/gsp-verbal-strategist.md +0 -84
  153. package/commands/gsp/brand-audit.md +0 -116
  154. package/commands/gsp/brand-identity.md +0 -207
  155. package/commands/gsp/brand-research.md +0 -113
  156. package/commands/gsp/brand-strategy.md +0 -150
  157. package/commands/gsp/brand-verbal.md +0 -104
  158. package/commands/gsp/project-build.md +0 -141
  159. package/prompts/01-design-system-architect.md +0 -61
  160. package/prompts/08-accessibility-auditor.md +0 -29
  161. package/references/design-trends.md +0 -47
  162. package/references/trends/claymorphism.md +0 -232
  163. package/references/trends/glassmorphism.md +0 -455
  164. package/references/trends/kinetic-typography.md +0 -277
  165. package/references/trends/liquid-glass.md +0 -236
  166. package/references/trends/neubrutalism.md +0 -276
  167. package/templates/branding/brief.md +0 -74
  168. package/templates/branding/config.json +0 -26
  169. package/templates/phases/discover.md +0 -60
  170. package/templates/phases/strategy.md +0 -67
  171. package/templates/phases/verbal.md +0 -63
  172. package/templates/projects/config.json +0 -27
  173. /package/{agents → gsp/agents}/custom/.gitkeep +0 -0
  174. /package/{prompts → gsp/prompts}/02-brand-identity-creator.md +0 -0
  175. /package/{prompts → gsp/prompts}/04-marketing-asset-factory.md +0 -0
  176. /package/{prompts → gsp/prompts}/05-implementation-spec-expert.md +0 -0
  177. /package/{prompts → gsp/prompts}/06-design-critique-partner.md +0 -0
  178. /package/{prompts → gsp/prompts}/07-design-trend-synthesizer.md +0 -0
  179. /package/{prompts → gsp/prompts}/10-project-scoper.md +0 -0
  180. /package/{prompts → gsp/prompts}/11-deliverable-reviewer.md +0 -0
  181. /package/{prompts → gsp/prompts}/12-project-researcher.md +0 -0
  182. /package/{references → gsp/references}/apple-hig-patterns.md +0 -0
  183. /package/{references → gsp/references}/brand-archetypes.md +0 -0
  184. /package/{references → gsp/references}/brand-prism.md +0 -0
  185. /package/{references → gsp/references}/chunk-format.md +0 -0
  186. /package/{references → gsp/references}/design-tokens.md +0 -0
  187. /package/{references → gsp/references}/nielsen-heuristics.md +0 -0
  188. /package/{references → gsp/references}/positioning-frameworks.md +0 -0
  189. /package/{references → gsp/references}/questioning.md +0 -0
  190. /package/{references → gsp/references}/terminal-art.md +0 -0
  191. /package/{references → gsp/references}/voice-tone.md +0 -0
  192. /package/{references/trends → gsp/skills/gsp-style/techniques}/aurora-gradients.md +0 -0
  193. /package/{references/trends → gsp/skills/gsp-style/techniques}/bento-grid.md +0 -0
  194. /package/{references/trends → gsp/skills/gsp-style/techniques}/dark-mode-oled.md +0 -0
  195. /package/{references/trends → gsp/skills/gsp-style/techniques}/micro-interactions.md +0 -0
  196. /package/{templates → gsp/templates}/changelog.md +0 -0
  197. /package/{templates → gsp/templates}/exports-index.md +0 -0
  198. /package/{templates → gsp/templates}/manifest.md +0 -0
  199. /package/{templates → gsp/templates}/phases/brief.md +0 -0
  200. /package/{templates → gsp/templates}/phases/critique.md +0 -0
  201. /package/{templates → gsp/templates}/phases/design.md +0 -0
  202. /package/{templates → gsp/templates}/phases/launch.md +0 -0
  203. /package/{templates → gsp/templates}/phases/research.md +0 -0
  204. /package/{templates → gsp/templates}/phases/review.md +0 -0
  205. /package/{templates → gsp/templates}/projects/brief.md +0 -0
  206. /package/{templates → gsp/templates}/projects/state.md +0 -0
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "gsp",
3
+ "version": "0.5.0",
4
+ "description": "Design engineering system for AI coding agents. Brand identity + design projects, from strategy to code.",
5
+ "author": {
6
+ "name": "jubscodes",
7
+ "url": "https://github.com/jubscodes"
8
+ },
9
+ "homepage": "https://github.com/jubscodes/get-shit-pretty",
10
+ "repository": "https://github.com/jubscodes/get-shit-pretty",
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "design",
14
+ "design-system",
15
+ "brand",
16
+ "ui-ux",
17
+ "design-engineering",
18
+ "shadcn",
19
+ "figma",
20
+ "apple-hig",
21
+ "wcag",
22
+ "accessibility"
23
+ ]
24
+ }
package/.mcp.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "mcpServers": {
3
+ "github": {
4
+ "type": "http",
5
+ "url": "https://api.githubcopilot.com/mcp/"
6
+ },
7
+ "figma": {
8
+ "type": "stdio",
9
+ "command": "npx",
10
+ "args": ["-y", "@anthropic/mcp-figma"],
11
+ "env": {
12
+ "FIGMA_ACCESS_TOKEN": "${FIGMA_ACCESS_TOKEN}"
13
+ }
14
+ }
15
+ }
16
+ }
package/README.md CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
  # GET SHIT PRETTY
4
4
 
5
- **Design engineering for AI coding tools.**
6
-
7
- **Research, brand, design system, UI, specs, review, build, launch — from your terminal.**
5
+ **Design engineering system for AI coding tools.**
8
6
 
9
7
  [![npm version](https://img.shields.io/npm/v/get-shit-pretty?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/get-shit-pretty)
10
8
  [![npm downloads](https://img.shields.io/npm/dm/get-shit-pretty?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/get-shit-pretty)
@@ -21,11 +19,13 @@ npx get-shit-pretty
21
19
 
22
20
  <br>
23
21
 
24
- *"Vibe-coded apps work. They also all look the same. GSP fixes that."*
22
+ *"GSD gets shit done. GSP gets shit pretty."*
23
+
24
+ *Brief to build. In your terminal.*
25
25
 
26
26
  <br>
27
27
 
28
- [Why GSP Exists](#why-gsp-exists) · [How It Works](#how-it-works) · [Commands](#commands) · [Agents & Prompts](#agents--prompts) · [AI Tool Support](#ai-coding-tool-support)
28
+ [Why GSP Exists](#why-gsp-exists) · [How It Works](#how-it-works) · [Branding Diamond](#-diamond-1--branding) · [Project Diamond](#-diamond-2--project) · [Commands](#commands) · [Agents](#agents) · [AI Tool Support](#ai-coding-tool-support)
29
29
 
30
30
  </div>
31
31
 
@@ -55,202 +55,208 @@ The missing half of the bridge.
55
55
 
56
56
  ## How It Works
57
57
 
58
- ### 1. Start a Project
58
+ GSP follows a **dual-diamond** architecture — two complete design cycles that take you from nothing to shipped.
59
59
 
60
60
  ```
61
- /gsp:start
61
+ /gsp:start → picks up where you left off, routes you forward
62
+
63
+ ◆ Diamond 1 — Branding ◆ Diamond 2 — Project
64
+ ┌──────────────────────────┐ ┌──────────────────────────────┐
65
+ │ brand-research │ │ project-brief │
66
+ │ ↓ │ │ ↓ │
67
+ │ brand-strategy │ │ project-research │
68
+ │ (includes voice │ │ ↓ │
69
+ │ and messaging) │ │ project-design │
70
+ │ ↓ │ │ ↓ │
71
+ │ brand-identity │ │ project-critique ←──┐ │
72
+ │ ↓ │ │ ↓ loop │ │
73
+ │ brand-patterns │ │ project-build │ │
74
+ └──────────────────────────┘ │ ↓ │ │
75
+ │ project-review ─────┘ │
76
+ └──────────────────────────────┘
77
+
78
+ /gsp:launch (optional)
62
79
  ```
63
80
 
64
- Answer questions about your product — what it does, who it's for, the vibe you're going for. GSP creates a design brief that guides everything downstream.
65
-
66
- **Creates:** `.design/BRIEF.md`
81
+ All artifacts live in `.design/` within your project directory.
67
82
 
68
83
  ---
69
84
 
70
- ### 2. Research
85
+ ### Diamond 1 — Branding
71
86
 
72
- ```
73
- /gsp:project-research
74
- ```
87
+ Build your brand from research to design system. Each phase feeds the next.
75
88
 
76
- Analyzes design trends in your space competitor patterns, emerging styles, what's working and what's not. Start with context, not guesses.
89
+ > **Already have a brand?** Start with `/gsp:brand-audit` to assess what you have before evolving it.
77
90
 
78
- **Creates:** `.design/research/TRENDS.md`
91
+ #### 1. `/gsp:brand-research` — Market landscape
79
92
 
80
- ---
93
+ Research your audience, competitors, and market position. Understand the terrain before making decisions.
81
94
 
82
- ### 3. Brand
95
+ **Creates:** `.design/branding/{brand}/discover/`
83
96
 
84
- ```
85
- /gsp:brand
86
- ```
97
+ #### 2. `/gsp:brand-strategy` — Who you are and how you sound
87
98
 
88
- Builds your complete identity — positioning, personality, logo directions, color palette, typography system. Your brand, not a default theme.
99
+ Define your archetype, positioning, and personality using the Kapferer Brand Identity Prism. Includes voice, tone spectrum, messaging framework, and naming conventions verbal identity is part of strategy.
89
100
 
90
- **Creates:** `.design/brand/IDENTITY.md`
101
+ **Creates:** `.design/branding/{brand}/strategy/`
91
102
 
92
- ---
103
+ #### 3. `/gsp:brand-identity` — How you look
93
104
 
94
- ### 4. Design System
105
+ Create your visual identity — logo directions, color palette, typography system, imagery style. Design decisions, not decoration.
95
106
 
96
- ```
97
- /gsp:system
98
- ```
107
+ **Creates:** `.design/branding/{brand}/identity/`
99
108
 
100
- Translates your brand into a functional design system color scales, type scales, spacing, component foundations, and design tokens. Your system, in code.
109
+ #### 4. `/gsp:brand-patterns`Your design system
101
110
 
102
- **Creates:** `.design/system/SYSTEM.md`, `tokens.json`
111
+ Translate your brand into tokens, components, and a living design system. Everything codified and ready to build with.
112
+
113
+ **Creates:** `.design/branding/{brand}/system/`
103
114
 
104
115
  ---
105
116
 
106
- ### 5. UI Design
117
+ ### Diamond 2 — Project
107
118
 
108
- ```
109
- /gsp:project-design
110
- ```
119
+ Design and build a product using your brand. Critique loops catch issues before they ship.
111
120
 
112
- Designs your screens and interaction flows following Apple HIG patterns. Layout, navigation, states, responsive behavior all documented with enough detail to build from.
121
+ #### 1. `/gsp:project-brief`Scope what you're building
113
122
 
114
- **Creates:** `.design/screens/SCREENS.md`
123
+ Define your project through guided Q&A — what it does, who it's for, what screens it needs. The brief that guides everything downstream.
115
124
 
116
- ---
125
+ **Creates:** `.design/projects/{project}/BRIEF.md`
117
126
 
118
- ### 6. Implementation Specs
127
+ #### 2. `/gsp:project-research` — Patterns and precedents
119
128
 
120
- ```
121
- /gsp:spec
122
- ```
129
+ Deep research into UX patterns, competitor approaches, and technical considerations for your specific project.
123
130
 
124
- Maps your screen designs to your implementation target — shadcn/ui components, React Native Reusables, an existing design system, Figma specs, or lightweight code specs. Bridges design decisions to whatever UI framework your project uses.
131
+ **Creates:** `.design/projects/{project}/research/`
125
132
 
126
- **Creates:** `.design/specs/SPECS.md`
133
+ #### 3. `/gsp:project-design` — Screens and flows
127
134
 
128
- ---
135
+ Design your UI screens and interaction flows following Apple HIG patterns. Layout, navigation, states, responsive behavior — documented to build from.
129
136
 
130
- ### 7. Review
137
+ **Creates:** `.design/projects/{project}/design/`
131
138
 
132
- ```
133
- /gsp:project-review
134
- ```
139
+ #### 4. `/gsp:project-critique` — Critique + accessibility
135
140
 
136
- Two parallel agents audit your designs:
137
- - **Design Critique** — Structured critique using Nielsen's 10 usability heuristics
138
- - **Accessibility Audit** — WCAG 2.2 AA compliance check
141
+ Two parallel audits: structured design critique using Nielsen's 10 usability heuristics, and a WCAG 2.2 AA accessibility check. If issues surface, loop back and fix before building.
139
142
 
140
- If issues are found, loop back to fix before building.
143
+ **Creates:** `.design/projects/{project}/critique/`
141
144
 
142
- **Creates:** `.design/review/CRITIQUE.md`, `ACCESSIBILITY.md`
145
+ #### 5. `/gsp:project-build` — Designs to code
143
146
 
144
- ---
147
+ Translate reviewed designs into production-ready frontend code — written directly into your codebase. Components, styles, interactions built from your design system and tokens.
145
148
 
146
- ### 8. Build
149
+ **Creates:** Components and styles in your codebase
147
150
 
148
- ```
149
- /gsp:project-build
150
- ```
151
+ #### 6. `/gsp:project-review` — QA against designs
151
152
 
152
- Translates reviewed designs into production-ready frontend code. Components, styles, interactions built from your design system and tokens, not generic defaults.
153
+ Validate what was built against the original design intent. Catches drift between design decisions and implementation.
153
154
 
154
- **Creates:** `.design/build/CODE.md`, `components/`
155
+ **Creates:** `.design/projects/{project}/review/`
155
156
 
156
157
  ---
157
158
 
158
- ### 9. Launch
159
-
160
- ```
161
- /gsp:launch
162
- ```
159
+ ### Optional: `/gsp:launch`
163
160
 
164
- Creates marketing campaign assets — landing page copy, social media content, launch materials. Your product ships with a story, not just code.
161
+ Create marketing campaign assets — landing page copy, social media content, launch materials. Your product ships with a story, not just code.
165
162
 
166
- **Creates:** `.design/launch/CAMPAIGN.md`
163
+ **Creates:** `.design/projects/{project}/launch/`
167
164
 
168
165
  ---
169
166
 
170
- ### The Full Pipeline
167
+ ## Commands
171
168
 
172
- ```
173
- /gsp:start → BRIEF.md
174
-
175
- /gsp:project-research → .design/research/TRENDS.md
176
-
177
- /gsp:brand → .design/brand/IDENTITY.md
178
-
179
- /gsp:system → .design/system/SYSTEM.md + tokens.json
180
-
181
- /gsp:project-design → .design/screens/SCREENS.md
182
-
183
- /gsp:spec → .design/specs/SPECS.md
184
-
185
- /gsp:project-review → .design/review/CRITIQUE.md + ACCESSIBILITY.md
186
- ↓ (loop back if issues found)
187
- /gsp:project-build → .design/build/CODE.md + components/
188
-
189
- /gsp:launch → .design/launch/CAMPAIGN.md
190
- ```
169
+ ### Entry
191
170
 
192
- All artifacts live in `.design/` within your project directory.
171
+ | Command | What it does |
172
+ |---------|--------------|
173
+ | `/gsp:start` | Pick up where you left off — routes you forward |
174
+ | `/gsp:progress` | Check project status |
175
+ | `/gsp:help` | Show command reference |
193
176
 
194
- ---
177
+ ### Branding
195
178
 
196
- ## Commands
179
+ | Command | What it does |
180
+ |---------|--------------|
181
+ | `/gsp:brand-audit` | Audit an existing brand before evolving it |
182
+ | `/gsp:brand-research` | Research market, audience, competitors |
183
+ | `/gsp:brand-strategy` | Define archetype, positioning, personality, voice, messaging |
184
+ | `/gsp:brand-identity` | Create visual identity — logo, color, type |
185
+ | `/gsp:brand-patterns` | Build design system — tokens, components |
186
+
187
+ ### Project
197
188
 
198
189
  | Command | What it does |
199
190
  |---------|--------------|
200
- | `/gsp:start` | Initialize a design brief through guided Q&A |
201
- | `/gsp:project-research` | Analyze design trends for your industry |
202
- | `/gsp:brand` | Create brand identity (strategy, logo, color, type) |
203
- | `/gsp:system` | Build design system foundations + tokens |
204
- | `/gsp:project-design` | Design UI/UX screens and flows |
205
- | `/gsp:spec` | Generate implementation specifications |
206
- | `/gsp:project-review` | Design critique + accessibility audit |
191
+ | `/gsp:project-brief` | Scope through guided Q&A |
192
+ | `/gsp:project-research` | UX patterns, competitor analysis |
193
+ | `/gsp:project-design` | Design screens and interaction flows |
194
+ | `/gsp:project-critique` | Nielsen's heuristics + WCAG 2.2 AA audit |
207
195
  | `/gsp:project-build` | Translate designs to production code |
208
- | `/gsp:launch` | Create marketing campaign assets |
209
- | `/gsp:progress` | Check project status |
210
- | `/gsp:help` | Show command reference |
196
+ | `/gsp:project-review` | QA validation against designs |
197
+ | `/gsp:launch` | Marketing campaign assets |
198
+
199
+ ### Utility
200
+
201
+ | Command | What it does |
202
+ |---------|--------------|
203
+ | `/gsp:add-reference` | Add reference material to a project |
204
+ | `/gsp:doctor` | Check project health |
205
+ | `/gsp:update` | Update GSP to latest version |
206
+ | `/gsp:art` | Craft ASCII art interactively |
207
+ | `/gsp:pretty` | Surprise ASCII art in the terminal |
211
208
 
212
209
  ---
213
210
 
214
- ## Agents & Prompts
211
+ ## Agents
215
212
 
216
213
  GSP ships with 15 specialized agents, each modeled after a real design discipline:
217
214
 
218
215
  | Agent | Role |
219
216
  |-------|------|
220
- | **Design System Architect** | Complete design systems (Apple Principal Designer level) |
221
- | **Brand Strategist** | Full brand strategies (Pentagram Creative Director level) |
222
- | **Identity Designer** | Visual identitylogo directions, color palettes, typography systems |
223
- | **Verbal Strategist** | Verbal identity — voice, tone spectrum, messaging, naming |
224
- | **UI/UX Designer** | App UI design following Apple HIG |
225
- | **Campaign Director** | Marketing campaign asset libraries |
226
- | **Project Scoper** | Implementation specifications for any UI target |
227
- | **Design Critic** | Structured critiques using Nielsen's 10 heuristics |
228
- | **Trend Researcher** | Industry trend analysis and competitive research |
229
- | **Project Researcher** | Deep UX patterns, competitor analysis, technical research |
230
- | **Design-to-Code Builder** | Design to production-ready frontend code |
231
- | **Deliverable Reviewer** | Deliverable validation — token compliance, screen coverage |
217
+ | **Brand Strategist** | Brand strategy using Kapferer Prism, archetypes, positioning, voice, and messaging |
218
+ | **Identity Designer** | Visual identity logo, color palettes, typography systems |
219
+ | **Design System Architect** | Complete design systems tokens, components, foundations |
232
220
  | **Brand Auditor** | Brand coherence assessment and evolution mapping |
233
- | **Codebase Scanner** | Codebase inventory and existing design system detection |
234
- | **Pipeline Auditor** | Pipeline consistency auditing |
221
+ | **Trend Researcher** | Market landscape, competitor analysis, emerging patterns |
222
+ | **Project Researcher** | Deep UX patterns, competitor UX, technical approaches |
223
+ | **Project Scoper** | Project scope through guided Q&A |
224
+ | **UI/UX Designer** | Screen design and interaction flows following Apple HIG |
225
+ | **Design Critic** | Structured critiques using Nielsen's 10 heuristics |
226
+ | **Accessibility Auditor** | WCAG 2.2 AA compliance auditing |
227
+ | **Design-to-Code Builder** | Designs to production-ready frontend code |
228
+ | **Deliverable Reviewer** | QA validation — implementation against design intent |
229
+ | **Campaign Director** | Marketing campaign asset libraries |
230
+ | **Codebase Scanner** | Tech stack detection and existing pattern inventory |
231
+ | **ASCII Artist** | Terminal ASCII art — context-aware art generation |
235
232
 
236
- Each agent has deep reference material — Apple HIG patterns, Nielsen's heuristics, WCAG checklists, design token standards — baked into its prompts.
233
+ Each agent carries deep reference material — Apple HIG patterns, Nielsen's heuristics, WCAG checklists, design token standards — baked into its prompts.
237
234
 
238
235
  ---
239
236
 
240
237
  ## AI Coding Tool Support
241
238
 
242
- GSP works across all major AI coding tools:
239
+ GSP works across all major AI coding tools. The installer converts Claude Code's native format into each runtime's expected format.
243
240
 
244
241
  | Feature | Claude Code | OpenCode | Gemini CLI | Codex CLI |
245
242
  |---------|:-----------:|:--------:|:----------:|:---------:|
246
- | Slash commands | `/gsp:command` | `/gsp-command` | `/gsp:command` | `$gsp-command` |
247
- | Agents | Yes | Yes | Yes | Yes |
248
- | Prompts | Yes | Yes | Yes | Yes |
249
- | Templates | Yes | Yes | Yes | Yes |
243
+ | Skills | 24 | 24 | 24 | 24 |
244
+ | Agents | 15 | 15 | 15 (experimental) | |
245
+ | Slash syntax | `/gsp:command` | `/gsp-command` | `/gsp:command` | `$gsp-command` |
246
+ | Prompts + templates | Yes | Yes | Yes | Yes |
250
247
  | References | Yes | Yes | Yes | Yes |
251
- | Statusline | Yes | — | — | — |
252
- | Global install | `~/.claude` | `~/.config/opencode` | `~/.gemini` | `~/.codex` |
253
- | Local install | `.claude/` | `.opencode/` | `.gemini/` | `.codex/` |
248
+ | Statusline hooks | Yes | — | — | — |
249
+
250
+ ### Runtime directories
251
+
252
+ | Runtime | Config / bundle | Skills | Agents |
253
+ |---------|-----------------|--------|--------|
254
+ | Claude Code | `~/.claude/` | `~/.claude/skills/` | `~/.claude/agents/` |
255
+ | OpenCode | `~/.config/opencode/` | `~/.config/opencode/skills/` | `~/.config/opencode/agents/` |
256
+ | Gemini CLI | `~/.gemini/` | `~/.gemini/skills/` | `~/.gemini/agents/` |
257
+ | Codex CLI | `~/.codex/` | `~/.agents/skills/` | — |
258
+
259
+ > **Codex note:** Skills are discovered at `~/.agents/skills/`, not `~/.codex/skills/`. Config and bundle files (prompts, templates, references) stay at `~/.codex/get-shit-pretty/`. Codex does not support agent `.md` files.
254
260
 
255
261
  ---
256
262
 
@@ -293,25 +299,73 @@ npx get-shit-pretty --all --global
293
299
  ```bash
294
300
  npx get-shit-pretty --claude --global --uninstall
295
301
  npx get-shit-pretty --opencode --global --uninstall
302
+ npx get-shit-pretty --gemini --global --uninstall
296
303
  npx get-shit-pretty --codex --global --uninstall
297
304
  ```
298
305
 
299
306
  </details>
300
307
 
301
308
  <details>
302
- <summary><strong>Legacy install (bash)</strong></summary>
309
+ <summary><strong>Use as Claude Code plugin</strong></summary>
303
310
 
304
311
  ```bash
305
- git clone https://github.com/jubscodes/get-shit-pretty.git ~/get-shit-pretty
306
- cd ~/get-shit-pretty
307
- chmod +x install.sh
308
- ./install.sh
312
+ # From a project directory:
313
+ claude --plugin-dir /path/to/get-shit-pretty
309
314
  ```
310
315
 
316
+ Uses the `.claude-plugin/plugin.json` manifest. Skills, agents, and hooks load directly from source — no install step needed.
317
+
311
318
  </details>
312
319
 
313
320
  ---
314
321
 
322
+ ## Repo Structure
323
+
324
+ ```
325
+ get-shit-pretty/
326
+ ├── .claude-plugin/ Plugin manifest (plugin.json)
327
+ ├── bin/
328
+ │ └── install.js Multi-runtime installer
329
+ ├── scripts/ Hook scripts and utilities
330
+ ├── gsp/ Source of truth for all content
331
+ │ ├── agents/ 15 subagents (gsp-*.md)
332
+ │ ├── commands/gsp/ 20 slash commands (backward compat)
333
+ │ ├── skills/ 24 skills (*/SKILL.md — primary)
334
+ │ ├── hooks/ Plugin-level hooks (hooks.json)
335
+ │ ├── prompts/ 12 agent system prompts
336
+ │ ├── templates/ Config, state, brief, roadmap templates
337
+ │ └── references/ Shared reference material
338
+ ├── dev/ Internal dev tools (not installed)
339
+ │ ├── skills/ Dev-only skills (gsp-audit, gsp-runtime-compat)
340
+ │ └── scripts/ Test suite (audit-tests.sh)
341
+ ├── package.json npm package config
342
+ ├── VERSION Single source for version string
343
+ └── CLAUDE.md AI agent instructions for this repo
344
+ ```
345
+
346
+ Skills take precedence over commands when both exist. The installer reads from `gsp/` and writes to each runtime's config directory.
347
+
348
+ ---
349
+
350
+ ## Contributing
351
+
352
+ Edit source under `gsp/` — never edit inside `.claude/` or other runtime dirs directly. For local development, the installer creates symlinks so changes reflect immediately without reinstalling.
353
+
354
+ ```bash
355
+ # Install locally with symlinks
356
+ node bin/install.js --claude --local
357
+
358
+ # Test as a plugin
359
+ claude --plugin-dir .
360
+
361
+ # Run the integrity test suite
362
+ bash dev/scripts/audit-tests.sh
363
+ ```
364
+
365
+ See [CLAUDE.md](CLAUDE.md) for editing rules, key files, and dev tool setup.
366
+
367
+ ---
368
+
315
369
  ## Requirements
316
370
 
317
371
  - An AI coding tool: [Claude Code](https://claude.ai/claude-code), [OpenCode](https://opencode.ai), [Gemini CLI](https://github.com/google-gemini/gemini-cli), or [Codex CLI](https://github.com/openai/codex)
@@ -326,6 +380,6 @@ MIT License. See [LICENSE](LICENSE) for details.
326
380
 
327
381
  <div align="center">
328
382
 
329
- **Your code works. GSP makes it yours.**
383
+ **Code is a commodity, your brand is not.**
330
384
 
331
385
  </div>