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.
- package/.claude-plugin/plugin.json +24 -0
- package/.mcp.json +16 -0
- package/README.md +184 -130
- package/bin/install.js +830 -348
- package/gsp/agents/gsp-accessibility-auditor.md +73 -0
- package/{agents → gsp/agents}/gsp-ascii-artist.md +4 -1
- package/gsp/agents/gsp-brand-auditor.md +73 -0
- package/gsp/agents/gsp-brand-strategist.md +77 -0
- package/{agents → gsp/agents}/gsp-builder.md +43 -5
- package/{agents → gsp/agents}/gsp-campaign-director.md +16 -3
- package/{agents → gsp/agents}/gsp-critic.md +7 -3
- package/{agents → gsp/agents}/gsp-designer.md +6 -3
- package/gsp/agents/gsp-identity-designer.md +81 -0
- package/{agents → gsp/agents}/gsp-project-researcher.md +6 -3
- package/gsp/agents/gsp-researcher.md +80 -0
- package/{agents → gsp/agents}/gsp-reviewer.md +7 -2
- package/{agents → gsp/agents}/gsp-scoper.md +5 -2
- package/gsp/agents/gsp-system-architect.md +251 -0
- package/gsp/hooks/hooks.json +24 -0
- package/gsp/prompts/01-design-system-architect.md +65 -0
- package/{prompts → gsp/prompts}/03-ui-ux-pattern-master.md +3 -3
- package/gsp/prompts/08-accessibility-auditor.md +38 -0
- package/{prompts → gsp/prompts}/09-design-to-code-translator.md +10 -8
- package/gsp/references/color-composition.md +173 -0
- package/gsp/references/design-trends.md +55 -0
- package/{references → gsp/references}/phase-transitions.md +8 -17
- package/gsp/references/typography-scales.md +760 -0
- package/{references → gsp/references}/wcag-checklist.md +53 -5
- package/gsp/skills/get-shit-pretty/SKILL.md +54 -0
- package/gsp/skills/gsp-accessibility/SKILL.md +348 -0
- package/{commands/gsp/add-reference.md → gsp/skills/gsp-add-reference/SKILL.md} +3 -2
- package/{commands/gsp/art.md → gsp/skills/gsp-art/SKILL.md} +2 -1
- package/gsp/skills/gsp-brand-audit/SKILL.md +91 -0
- package/gsp/skills/gsp-brand-identity/SKILL.md +131 -0
- package/{commands/gsp/brand-patterns.md → gsp/skills/gsp-brand-patterns/SKILL.md} +48 -32
- package/gsp/skills/gsp-brand-research/SKILL.md +85 -0
- package/gsp/skills/gsp-brand-strategy/SKILL.md +149 -0
- package/gsp/skills/gsp-design-system/SKILL.md +153 -0
- package/{commands/gsp/doctor.md → gsp/skills/gsp-doctor/SKILL.md} +30 -23
- package/{commands/gsp/help.md → gsp/skills/gsp-help/SKILL.md} +31 -32
- package/{commands/gsp/launch.md → gsp/skills/gsp-launch/SKILL.md} +9 -9
- package/gsp/skills/gsp-palette/SKILL.md +263 -0
- package/{commands/gsp/pretty.md → gsp/skills/gsp-pretty/SKILL.md} +2 -1
- package/{commands/gsp/progress.md → gsp/skills/gsp-progress/SKILL.md} +27 -47
- package/{commands/gsp/project-brief.md → gsp/skills/gsp-project-brief/SKILL.md} +8 -7
- package/gsp/skills/gsp-project-build/SKILL.md +282 -0
- package/{commands/gsp/project-critique.md → gsp/skills/gsp-project-critique/SKILL.md} +20 -17
- package/{commands/gsp/project-design.md → gsp/skills/gsp-project-design/SKILL.md} +11 -10
- package/{commands/gsp/project-research.md → gsp/skills/gsp-project-research/SKILL.md} +6 -5
- package/{commands/gsp/project-review.md → gsp/skills/gsp-project-review/SKILL.md} +15 -6
- package/gsp/skills/gsp-scaffold/SKILL.md +247 -0
- package/{commands/gsp/start.md → gsp/skills/gsp-start/SKILL.md} +152 -73
- package/gsp/skills/gsp-style/SKILL.md +544 -0
- package/gsp/skills/gsp-style/SOURCES.md +80 -0
- package/gsp/skills/gsp-style/styles/INDEX.yml +184 -0
- package/gsp/skills/gsp-style/styles/academia.md +787 -0
- package/gsp/skills/gsp-style/styles/academia.yml +66 -0
- package/gsp/skills/gsp-style/styles/art-deco.md +352 -0
- package/gsp/skills/gsp-style/styles/art-deco.yml +61 -0
- package/gsp/skills/gsp-style/styles/bauhaus.md +225 -0
- package/gsp/skills/gsp-style/styles/bauhaus.yml +57 -0
- package/gsp/skills/gsp-style/styles/bold-typography.md +469 -0
- package/gsp/skills/gsp-style/styles/bold-typography.yml +61 -0
- package/gsp/skills/gsp-style/styles/botanical.md +177 -0
- package/gsp/skills/gsp-style/styles/botanical.yml +63 -0
- package/gsp/skills/gsp-style/styles/claymorphism.md +413 -0
- package/gsp/skills/gsp-style/styles/claymorphism.yml +69 -0
- package/gsp/skills/gsp-style/styles/cyberpunk.md +455 -0
- package/gsp/skills/gsp-style/styles/cyberpunk.yml +62 -0
- package/gsp/skills/gsp-style/styles/enterprise.md +260 -0
- package/gsp/skills/gsp-style/styles/enterprise.yml +62 -0
- package/gsp/skills/gsp-style/styles/flat-design.md +155 -0
- package/gsp/skills/gsp-style/styles/flat-design.yml +58 -0
- package/gsp/skills/gsp-style/styles/fluent.md +183 -0
- package/gsp/skills/gsp-style/styles/fluent.yml +63 -0
- package/gsp/skills/gsp-style/styles/glassmorphism.md +587 -0
- package/gsp/skills/gsp-style/styles/glassmorphism.yml +64 -0
- package/gsp/skills/gsp-style/styles/humanist-literary.md +153 -0
- package/gsp/skills/gsp-style/styles/humanist-literary.yml +58 -0
- package/gsp/skills/gsp-style/styles/industrial.md +438 -0
- package/gsp/skills/gsp-style/styles/industrial.yml +63 -0
- package/gsp/skills/gsp-style/styles/kinetic.md +563 -0
- package/gsp/skills/gsp-style/styles/kinetic.yml +52 -0
- package/gsp/skills/gsp-style/styles/liquid-glass.md +663 -0
- package/gsp/skills/gsp-style/styles/liquid-glass.yml +66 -0
- package/gsp/skills/gsp-style/styles/luxury.md +438 -0
- package/gsp/skills/gsp-style/styles/luxury.yml +62 -0
- package/gsp/skills/gsp-style/styles/material.md +591 -0
- package/gsp/skills/gsp-style/styles/material.yml +58 -0
- package/gsp/skills/gsp-style/styles/maximalism.md +911 -0
- package/gsp/skills/gsp-style/styles/maximalism.yml +58 -0
- package/gsp/skills/gsp-style/styles/minimal-dark.md +478 -0
- package/gsp/skills/gsp-style/styles/minimal-dark.yml +61 -0
- package/gsp/skills/gsp-style/styles/modern-dark.md +426 -0
- package/gsp/skills/gsp-style/styles/modern-dark.yml +59 -0
- package/gsp/skills/gsp-style/styles/monochrome.md +504 -0
- package/gsp/skills/gsp-style/styles/monochrome.yml +66 -0
- package/gsp/skills/gsp-style/styles/neubrutalism.md +390 -0
- package/gsp/skills/gsp-style/styles/neubrutalism.yml +58 -0
- package/gsp/skills/gsp-style/styles/neumorphism.md +231 -0
- package/gsp/skills/gsp-style/styles/neumorphism.yml +57 -0
- package/gsp/skills/gsp-style/styles/newsprint.md +565 -0
- package/gsp/skills/gsp-style/styles/newsprint.yml +58 -0
- package/gsp/skills/gsp-style/styles/organic.md +213 -0
- package/gsp/skills/gsp-style/styles/organic.yml +65 -0
- package/gsp/skills/gsp-style/styles/playful-geometric.md +247 -0
- package/gsp/skills/gsp-style/styles/playful-geometric.yml +64 -0
- package/gsp/skills/gsp-style/styles/professional.md +539 -0
- package/gsp/skills/gsp-style/styles/professional.yml +59 -0
- package/gsp/skills/gsp-style/styles/retro.md +700 -0
- package/gsp/skills/gsp-style/styles/retro.yml +65 -0
- package/gsp/skills/gsp-style/styles/saas.md +526 -0
- package/gsp/skills/gsp-style/styles/saas.yml +61 -0
- package/gsp/skills/gsp-style/styles/sketch.md +225 -0
- package/gsp/skills/gsp-style/styles/sketch.yml +58 -0
- package/gsp/skills/gsp-style/styles/swiss-minimalist.md +227 -0
- package/gsp/skills/gsp-style/styles/swiss-minimalist.yml +59 -0
- package/gsp/skills/gsp-style/styles/terminal.md +135 -0
- package/gsp/skills/gsp-style/styles/terminal.yml +64 -0
- package/gsp/skills/gsp-style/styles/vaporwave.md +392 -0
- package/gsp/skills/gsp-style/styles/vaporwave.yml +61 -0
- package/gsp/skills/gsp-style/styles/web3.md +373 -0
- package/gsp/skills/gsp-style/styles/web3.yml +65 -0
- package/gsp/skills/gsp-typescale/SKILL.md +651 -0
- package/{commands/gsp/update.md → gsp/skills/gsp-update/SKILL.md} +3 -2
- package/gsp/templates/branding/brief.md +91 -0
- package/gsp/templates/branding/config.json +20 -0
- package/{templates → gsp/templates}/branding/roadmap.md +7 -8
- package/{templates → gsp/templates}/branding/state.md +2 -3
- package/{templates → gsp/templates}/phases/build.md +26 -0
- package/gsp/templates/phases/discover.md +47 -0
- package/{templates → gsp/templates}/phases/identity.md +17 -25
- package/gsp/templates/phases/strategy.md +63 -0
- package/{templates → gsp/templates}/phases/system.md +21 -4
- package/gsp/templates/projects/config.json +21 -0
- package/{templates → gsp/templates}/projects/roadmap.md +1 -1
- package/gsp/templates/system/COMPONENTS.md +28 -0
- package/gsp/templates/system/CONCERNS.md +51 -0
- package/gsp/templates/system/CONVENTIONS.md +50 -0
- package/{templates/codebase-inventory.md → gsp/templates/system/STACK.md} +2 -34
- package/gsp/templates/system/TOKENS.md +26 -0
- package/package.json +38 -7
- package/scripts/lint-check.sh +30 -0
- package/VERSION +0 -1
- package/agents/gsp-auditor.md +0 -55
- package/agents/gsp-brand-auditor.md +0 -97
- package/agents/gsp-brand-strategist.md +0 -83
- package/agents/gsp-codebase-scanner.md +0 -171
- package/agents/gsp-identity-designer.md +0 -90
- package/agents/gsp-researcher.md +0 -83
- package/agents/gsp-system-architect.md +0 -121
- package/agents/gsp-verbal-strategist.md +0 -84
- package/commands/gsp/brand-audit.md +0 -116
- package/commands/gsp/brand-identity.md +0 -207
- package/commands/gsp/brand-research.md +0 -113
- package/commands/gsp/brand-strategy.md +0 -150
- package/commands/gsp/brand-verbal.md +0 -104
- package/commands/gsp/project-build.md +0 -141
- package/prompts/01-design-system-architect.md +0 -61
- package/prompts/08-accessibility-auditor.md +0 -29
- package/references/design-trends.md +0 -47
- package/references/trends/claymorphism.md +0 -232
- package/references/trends/glassmorphism.md +0 -455
- package/references/trends/kinetic-typography.md +0 -277
- package/references/trends/liquid-glass.md +0 -236
- package/references/trends/neubrutalism.md +0 -276
- package/templates/branding/brief.md +0 -74
- package/templates/branding/config.json +0 -26
- package/templates/phases/discover.md +0 -60
- package/templates/phases/strategy.md +0 -67
- package/templates/phases/verbal.md +0 -63
- package/templates/projects/config.json +0 -27
- /package/{agents → gsp/agents}/custom/.gitkeep +0 -0
- /package/{prompts → gsp/prompts}/02-brand-identity-creator.md +0 -0
- /package/{prompts → gsp/prompts}/04-marketing-asset-factory.md +0 -0
- /package/{prompts → gsp/prompts}/05-implementation-spec-expert.md +0 -0
- /package/{prompts → gsp/prompts}/06-design-critique-partner.md +0 -0
- /package/{prompts → gsp/prompts}/07-design-trend-synthesizer.md +0 -0
- /package/{prompts → gsp/prompts}/10-project-scoper.md +0 -0
- /package/{prompts → gsp/prompts}/11-deliverable-reviewer.md +0 -0
- /package/{prompts → gsp/prompts}/12-project-researcher.md +0 -0
- /package/{references → gsp/references}/apple-hig-patterns.md +0 -0
- /package/{references → gsp/references}/brand-archetypes.md +0 -0
- /package/{references → gsp/references}/brand-prism.md +0 -0
- /package/{references → gsp/references}/chunk-format.md +0 -0
- /package/{references → gsp/references}/design-tokens.md +0 -0
- /package/{references → gsp/references}/nielsen-heuristics.md +0 -0
- /package/{references → gsp/references}/positioning-frameworks.md +0 -0
- /package/{references → gsp/references}/questioning.md +0 -0
- /package/{references → gsp/references}/terminal-art.md +0 -0
- /package/{references → gsp/references}/voice-tone.md +0 -0
- /package/{references/trends → gsp/skills/gsp-style/techniques}/aurora-gradients.md +0 -0
- /package/{references/trends → gsp/skills/gsp-style/techniques}/bento-grid.md +0 -0
- /package/{references/trends → gsp/skills/gsp-style/techniques}/dark-mode-oled.md +0 -0
- /package/{references/trends → gsp/skills/gsp-style/techniques}/micro-interactions.md +0 -0
- /package/{templates → gsp/templates}/changelog.md +0 -0
- /package/{templates → gsp/templates}/exports-index.md +0 -0
- /package/{templates → gsp/templates}/manifest.md +0 -0
- /package/{templates → gsp/templates}/phases/brief.md +0 -0
- /package/{templates → gsp/templates}/phases/critique.md +0 -0
- /package/{templates → gsp/templates}/phases/design.md +0 -0
- /package/{templates → gsp/templates}/phases/launch.md +0 -0
- /package/{templates → gsp/templates}/phases/research.md +0 -0
- /package/{templates → gsp/templates}/phases/review.md +0 -0
- /package/{templates → gsp/templates}/projects/brief.md +0 -0
- /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
|
[](https://www.npmjs.com/package/get-shit-pretty)
|
|
10
8
|
[](https://www.npmjs.com/package/get-shit-pretty)
|
|
@@ -21,11 +19,13 @@ npx get-shit-pretty
|
|
|
21
19
|
|
|
22
20
|
<br>
|
|
23
21
|
|
|
24
|
-
*"
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
65
|
-
|
|
66
|
-
**Creates:** `.design/BRIEF.md`
|
|
81
|
+
All artifacts live in `.design/` within your project directory.
|
|
67
82
|
|
|
68
83
|
---
|
|
69
84
|
|
|
70
|
-
###
|
|
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
|
-
|
|
89
|
+
> **Already have a brand?** Start with `/gsp:brand-audit` to assess what you have before evolving it.
|
|
77
90
|
|
|
78
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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/
|
|
101
|
+
**Creates:** `.design/branding/{brand}/strategy/`
|
|
91
102
|
|
|
92
|
-
|
|
103
|
+
#### 3. `/gsp:brand-identity` — How you look
|
|
93
104
|
|
|
94
|
-
|
|
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
|
-
|
|
109
|
+
#### 4. `/gsp:brand-patterns` — Your design system
|
|
101
110
|
|
|
102
|
-
|
|
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
|
-
###
|
|
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
|
-
|
|
121
|
+
#### 1. `/gsp:project-brief` — Scope what you're building
|
|
113
122
|
|
|
114
|
-
|
|
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
|
-
|
|
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
|
-
|
|
131
|
+
**Creates:** `.design/projects/{project}/research/`
|
|
125
132
|
|
|
126
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
143
|
+
**Creates:** `.design/projects/{project}/critique/`
|
|
141
144
|
|
|
142
|
-
|
|
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
|
-
|
|
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
|
-
|
|
153
|
+
Validate what was built against the original design intent. Catches drift between design decisions and implementation.
|
|
153
154
|
|
|
154
|
-
**Creates:** `.design/
|
|
155
|
+
**Creates:** `.design/projects/{project}/review/`
|
|
155
156
|
|
|
156
157
|
---
|
|
157
158
|
|
|
158
|
-
###
|
|
159
|
-
|
|
160
|
-
```
|
|
161
|
-
/gsp:launch
|
|
162
|
-
```
|
|
159
|
+
### Optional: `/gsp:launch`
|
|
163
160
|
|
|
164
|
-
|
|
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
|
|
163
|
+
**Creates:** `.design/projects/{project}/launch/`
|
|
167
164
|
|
|
168
165
|
---
|
|
169
166
|
|
|
170
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
201
|
-
| `/gsp:project-research` |
|
|
202
|
-
| `/gsp:
|
|
203
|
-
| `/gsp:
|
|
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:
|
|
209
|
-
| `/gsp:
|
|
210
|
-
|
|
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
|
|
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
|
-
| **
|
|
221
|
-
| **
|
|
222
|
-
| **
|
|
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
|
-
| **
|
|
234
|
-
| **
|
|
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
|
|
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
|
-
|
|
|
247
|
-
| Agents |
|
|
248
|
-
|
|
|
249
|
-
|
|
|
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
|
-
|
|
253
|
-
|
|
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>
|
|
309
|
+
<summary><strong>Use as Claude Code plugin</strong></summary>
|
|
303
310
|
|
|
304
311
|
```bash
|
|
305
|
-
|
|
306
|
-
|
|
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
|
-
**
|
|
383
|
+
**Code is a commodity, your brand is not.**
|
|
330
384
|
|
|
331
385
|
</div>
|