get-shit-pretty 0.6.2 → 0.7.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/README.md +7 -12
- package/bin/install.js +125 -84
- package/gsp/agents/gsp-accessibility-auditor.md +4 -4
- package/gsp/agents/gsp-ascii-artist.md +2 -2
- package/gsp/agents/gsp-brand-auditor.md +3 -3
- package/gsp/agents/gsp-brand-engineer.md +131 -0
- package/gsp/agents/gsp-brand-strategist.md +3 -3
- package/gsp/agents/gsp-brand-syncer.md +8 -7
- package/gsp/agents/gsp-builder.md +49 -6
- package/gsp/agents/gsp-campaign-director.md +3 -4
- package/gsp/agents/gsp-creative-director.md +80 -0
- package/gsp/agents/gsp-critic.md +100 -18
- package/gsp/agents/gsp-designer.md +52 -5
- package/gsp/agents/gsp-project-researcher.md +4 -4
- package/gsp/agents/gsp-researcher.md +5 -5
- package/gsp/agents/gsp-reviewer.md +3 -3
- package/gsp/agents/gsp-scoper.md +3 -3
- package/gsp/hooks/hooks.json +5 -5
- package/gsp/skills/get-shit-pretty/SKILL.md +10 -9
- package/gsp/skills/gsp-accessibility/SKILL.md +12 -12
- package/gsp/skills/gsp-accessibility-audit/SKILL.md +8 -9
- package/gsp/skills/gsp-add-reference/SKILL.md +6 -1
- package/gsp/skills/gsp-art/SKILL.md +6 -1
- package/gsp/skills/gsp-brand-audit/SKILL.md +5 -5
- package/gsp/skills/gsp-brand-guidelines/SKILL.md +233 -0
- package/gsp/skills/gsp-brand-guidelines/token-mapping.md +329 -0
- package/gsp/skills/gsp-brand-identity/SKILL.md +29 -20
- package/gsp/skills/gsp-brand-refine/SKILL.md +30 -23
- package/gsp/skills/gsp-brand-research/SKILL.md +4 -4
- package/gsp/{references → skills/gsp-brand-research}/design-trends.md +4 -4
- package/gsp/skills/gsp-brand-strategy/SKILL.md +7 -7
- package/gsp/skills/gsp-brand-sync/SKILL.md +10 -10
- package/gsp/skills/gsp-brand-sync/chunk-format.md +79 -0
- package/gsp/skills/gsp-color/SKILL.md +73 -0
- package/gsp/skills/gsp-color/chunk-format.md +79 -0
- package/gsp/skills/{gsp-palette/SKILL.md → gsp-color/domains/palette.md} +31 -101
- package/gsp/skills/gsp-color/domains/system.md +123 -0
- package/gsp/skills/gsp-design-system/SKILL.md +9 -4
- package/gsp/skills/gsp-doctor/SKILL.md +25 -18
- package/gsp/skills/gsp-help/SKILL.md +30 -29
- package/gsp/skills/gsp-icons/SKILL.md +108 -0
- package/gsp/skills/gsp-icons/chunk-format.md +79 -0
- package/gsp/skills/gsp-launch/SKILL.md +3 -4
- package/gsp/skills/gsp-logo/SKILL.md +173 -0
- package/gsp/skills/gsp-logo/chunk-format.md +79 -0
- package/gsp/skills/gsp-phase-transition/SKILL.md +124 -0
- package/gsp/skills/gsp-pretty/SKILL.md +2 -2
- package/gsp/skills/gsp-progress/SKILL.md +20 -20
- package/gsp/skills/gsp-project-brief/SKILL.md +8 -9
- package/gsp/skills/gsp-project-build/SKILL.md +30 -25
- package/gsp/skills/gsp-project-critique/SKILL.md +17 -18
- package/gsp/{references → skills/gsp-project-critique}/visual-taste.md +1 -1
- package/gsp/skills/gsp-project-design/SKILL.md +18 -18
- package/gsp/skills/gsp-project-research/SKILL.md +6 -7
- package/gsp/skills/gsp-project-review/SKILL.md +8 -10
- package/gsp/skills/gsp-scaffold/SKILL.md +3 -3
- package/gsp/skills/gsp-start/SKILL.md +15 -15
- package/gsp/{references → skills/gsp-start}/questioning.md +1 -1
- package/gsp/skills/gsp-style/SKILL.md +43 -45
- package/gsp/skills/gsp-style/chunk-format.md +79 -0
- package/gsp/skills/gsp-style/style-preset-schema.md +124 -0
- package/gsp/skills/gsp-style/styles/INDEX.yml +1 -1
- package/gsp/skills/gsp-style/styles/academia.yml +80 -0
- package/gsp/skills/gsp-style/styles/art-deco.yml +81 -0
- package/gsp/skills/gsp-style/styles/bauhaus.yml +78 -0
- package/gsp/skills/gsp-style/styles/bold-typography.yml +73 -0
- package/gsp/skills/gsp-style/styles/botanical.yml +78 -0
- package/gsp/skills/gsp-style/styles/claymorphism.yml +84 -0
- package/gsp/skills/gsp-style/styles/cyberpunk.yml +87 -0
- package/gsp/skills/gsp-style/styles/enterprise.yml +81 -0
- package/gsp/skills/gsp-style/styles/flat-design.yml +67 -0
- package/gsp/skills/gsp-style/styles/fluent.yml +82 -0
- package/gsp/skills/gsp-style/styles/glassmorphism.yml +83 -0
- package/gsp/skills/gsp-style/styles/humanist-literary.yml +74 -0
- package/gsp/skills/gsp-style/styles/industrial.yml +82 -0
- package/gsp/skills/gsp-style/styles/kinetic.yml +94 -0
- package/gsp/skills/gsp-style/styles/liquid-glass.yml +91 -0
- package/gsp/skills/gsp-style/styles/luxury.yml +83 -0
- package/gsp/skills/gsp-style/styles/material.yml +83 -0
- package/gsp/skills/gsp-style/styles/maximalism.yml +92 -0
- package/gsp/skills/gsp-style/styles/minimal-dark.yml +75 -0
- package/gsp/skills/gsp-style/styles/modern-dark.yml +88 -0
- package/gsp/skills/gsp-style/styles/monochrome.yml +68 -0
- package/gsp/skills/gsp-style/styles/neubrutalism.yml +83 -0
- package/gsp/skills/gsp-style/styles/neumorphism.yml +77 -0
- package/gsp/skills/gsp-style/styles/newsprint.yml +81 -0
- package/gsp/skills/gsp-style/styles/organic.yml +77 -0
- package/gsp/skills/gsp-style/styles/playful-geometric.yml +90 -0
- package/gsp/skills/gsp-style/styles/professional.yml +67 -0
- package/gsp/skills/gsp-style/styles/retro.yml +85 -0
- package/gsp/skills/gsp-style/styles/saas.yml +83 -0
- package/gsp/skills/gsp-style/styles/sketch.yml +86 -0
- package/gsp/skills/gsp-style/styles/swiss-minimalist.yml +69 -0
- package/gsp/skills/gsp-style/styles/terminal.yml +83 -0
- package/gsp/skills/gsp-style/styles/vaporwave.yml +84 -0
- package/gsp/skills/gsp-style/styles/web3.yml +82 -0
- package/gsp/skills/gsp-typography/SKILL.md +70 -0
- package/gsp/skills/gsp-typography/chunk-format.md +79 -0
- package/gsp/skills/gsp-typography/domains/pairing.md +109 -0
- package/gsp/skills/gsp-typography/domains/scale.md +227 -0
- package/gsp/skills/gsp-typography/domains/system.md +108 -0
- package/gsp/skills/gsp-update/SKILL.md +1 -2
- package/gsp/skills/gsp-visuals/SKILL.md +82 -0
- package/gsp/skills/gsp-visuals/chunk-format.md +79 -0
- package/gsp/skills/gsp-visuals/domains/3d.md +127 -0
- package/gsp/skills/gsp-visuals/domains/imagery.md +145 -0
- package/gsp/skills/gsp-visuals/domains/textures.md +138 -0
- package/gsp/skills/gsp-visuals/domains/video.md +107 -0
- package/gsp/templates/branding/config.json +1 -1
- package/gsp/templates/branding/roadmap.md +9 -9
- package/gsp/templates/exports-index.md +8 -8
- package/gsp/templates/phases/brief.md +1 -1
- package/gsp/templates/phases/build.md +1 -1
- package/gsp/templates/phases/critique.md +1 -1
- package/gsp/templates/phases/design.md +2 -2
- package/gsp/templates/phases/discover.md +1 -1
- package/gsp/templates/phases/identity.md +1 -1
- package/gsp/templates/phases/launch.md +1 -1
- package/gsp/templates/phases/patterns.md +60 -71
- package/gsp/templates/phases/research.md +1 -1
- package/gsp/templates/phases/review.md +1 -1
- package/gsp/templates/phases/strategy.md +1 -1
- package/gsp/templates/phases/style.md +158 -0
- package/gsp/templates/projects/config.json +1 -1
- package/gsp/templates/projects/roadmap.md +7 -7
- package/gsp/templates/projects/state.md +1 -1
- package/package.json +1 -2
- package/.claude-plugin/plugin.json +0 -24
- package/gsp/agents/gsp-identity-designer.md +0 -74
- package/gsp/agents/gsp-pattern-architect.md +0 -189
- package/gsp/prompts/01-design-system-architect.md +0 -19
- package/gsp/prompts/02-brand-identity-creator.md +0 -16
- package/gsp/prompts/03-ui-ux-pattern-master.md +0 -21
- package/gsp/prompts/04-marketing-asset-factory.md +0 -14
- package/gsp/prompts/05-implementation-spec-expert.md +0 -15
- package/gsp/prompts/06-design-critique-partner.md +0 -14
- package/gsp/prompts/07-design-trend-synthesizer.md +0 -3
- package/gsp/prompts/08-accessibility-auditor.md +0 -23
- package/gsp/prompts/09-design-to-code-translator.md +0 -49
- package/gsp/prompts/10-project-scoper.md +0 -17
- package/gsp/prompts/11-deliverable-reviewer.md +0 -18
- package/gsp/prompts/12-project-researcher.md +0 -18
- package/gsp/references/phase-transitions.md +0 -132
- package/gsp/references/style-preset-schema.md +0 -63
- package/gsp/skills/gsp-brand-patterns/SKILL.md +0 -240
- package/gsp/skills/gsp-typescale/SKILL.md +0 -234
- /package/gsp/{references → skills/gsp-accessibility-audit}/wcag-checklist.md +0 -0
- /package/gsp/{references → skills/gsp-art}/terminal-art.md +0 -0
- /package/gsp/{references → skills/gsp-brand-audit}/chunk-format.md +0 -0
- /package/gsp/{references → skills/gsp-brand-guidelines}/design-tokens.md +0 -0
- /package/gsp/{references → skills/gsp-brand-strategy}/brand-archetypes.md +0 -0
- /package/gsp/{references → skills/gsp-brand-strategy}/brand-prism.md +0 -0
- /package/gsp/{references → skills/gsp-brand-strategy}/positioning-frameworks.md +0 -0
- /package/gsp/{references → skills/gsp-brand-strategy}/voice-tone.md +0 -0
- /package/gsp/{references → skills/gsp-color/references}/color-composition.md +0 -0
- /package/gsp/{references → skills/gsp-project-build}/visual-effects.md +0 -0
- /package/gsp/{references → skills/gsp-project-critique}/anti-patterns.md +0 -0
- /package/gsp/{references → skills/gsp-project-critique}/nielsen-heuristics.md +0 -0
- /package/gsp/{references → skills/gsp-project-design}/apple-hig-patterns.md +0 -0
- /package/gsp/{references → skills/gsp-project-design}/block-patterns.md +0 -0
- /package/gsp/{references → skills/gsp-typography/references}/typography-scales.md +0 -0
|
@@ -31,7 +31,7 @@ Also produces `palettes.json` — machine-readable OKLCH color scales.
|
|
|
31
31
|
|
|
32
32
|
## Content Reference
|
|
33
33
|
|
|
34
|
-
Each chunk follows the
|
|
34
|
+
Each chunk follows the standard chunk format.
|
|
35
35
|
|
|
36
36
|
### logo-directions.md
|
|
37
37
|
- 3 directions each with:
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
## Content Reference
|
|
22
22
|
|
|
23
|
-
Each chunk follows the
|
|
23
|
+
Each chunk follows the standard chunk format. Below is the structural reference for what each chunk should contain:
|
|
24
24
|
|
|
25
25
|
### campaign-strategy.md
|
|
26
26
|
- **Objective:** campaign goal
|
|
@@ -1,98 +1,91 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Brand Guidelines
|
|
2
2
|
|
|
3
3
|
## Brand: {BRAND_NAME}
|
|
4
4
|
**Date:** {DATE}
|
|
5
5
|
|
|
6
|
-
> Created once per brand.
|
|
6
|
+
> Operational artifacts that transform brand identity into project-ready outputs. Created once per brand. Consumed by designer and builder agents.
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-
> This phase produces
|
|
10
|
+
> This phase produces `{brand-name}.yml`, `STYLE.md`, `guidelines.html`, component mapping, and `INDEX.md` in the `patterns/` directory.
|
|
11
11
|
|
|
12
12
|
## Inputs
|
|
13
|
-
- identity/color-system.md →
|
|
14
|
-
- identity/palettes.json → token generation
|
|
15
|
-
- identity/typography.md →
|
|
16
|
-
- identity/logo-directions.md →
|
|
17
|
-
-
|
|
18
|
-
- strategy/
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
|
28
|
-
|
|
29
|
-
| `
|
|
30
|
-
| `
|
|
31
|
-
| `
|
|
32
|
-
| `foundations/border-radius.md` | Token scale (none, sm, md, lg, xl, full) |
|
|
13
|
+
- identity/color-system.md → token color values
|
|
14
|
+
- identity/palettes.json → OKLCH scales for token generation
|
|
15
|
+
- identity/typography.md → font families, scale direction
|
|
16
|
+
- identity/logo-directions.md → logo context for brand guide
|
|
17
|
+
- identity/imagery-style.md → imagery direction for brand guide
|
|
18
|
+
- strategy/archetype.md + strategy/positioning.md → intensity derivation, philosophy
|
|
19
|
+
- strategy/voice-and-tone.md → voice context for brand guide
|
|
20
|
+
- config.json system_config — tech_stack, system_strategy, style_base
|
|
21
|
+
- style_base preset `.yml` + `.md` — structural scaffold + philosophy/implementation content
|
|
22
|
+
|
|
23
|
+
## Output Mapping
|
|
24
|
+
|
|
25
|
+
### Core Files
|
|
26
|
+
|
|
27
|
+
| File | Content |
|
|
28
|
+
|------|---------|
|
|
29
|
+
| `{brand-name}.yml` | **Single source of truth.** The brand's aesthetic in GSP preset format: tokens + intensity + patterns + constraints + effects + dark_mode. Inherits from `style_base` preset, overrides brand-specific values. The builder generates CSS variables from this at build time using `references/token-mapping.md`. |
|
|
30
|
+
| `STYLE.md` | **Agent contract.** The single document designer and builder agents consume. Rendered from the `.yml` + brand philosophy (from strategy) + bold bets (from identity's most distinctive choices) + implementation patterns (from preset `.md` companion). Follows `templates/phases/style.md` format. |
|
|
31
|
+
| `guidelines.html` | **User-visible brand guide.** Self-contained HTML with embedded CSS. Shows the brand using its own tokens: color swatches, type scale in actual fonts, component previews, spacing/elevation vis, constraints. Open in browser. |
|
|
33
32
|
|
|
34
33
|
### Components (`patterns/components/`)
|
|
35
34
|
|
|
36
35
|
Component output is library-aware:
|
|
37
36
|
|
|
38
|
-
1. **`token-mapping.md`** (always) — brand tokens → component library theming API. Complete, copy-paste-ready config.
|
|
37
|
+
1. **`token-mapping.md`** (always) — brand tokens → component library theming API. Complete, copy-paste-ready config. See `references/token-mapping.md` for the CSS generation spec.
|
|
39
38
|
2. **Override specs** (selective) — one file per library component needing treatment beyond tokens. Singular kebab-case naming.
|
|
40
39
|
3. **Custom component specs** (selective) — one file per brand-distinctive component with no library equivalent. Includes: states, anatomy, usage rules, accessibility spec, code hints.
|
|
41
40
|
|
|
42
41
|
If no UI library is detected, write up to 15 core component specs.
|
|
43
42
|
|
|
44
|
-
### Other Files
|
|
45
|
-
|
|
46
|
-
| File | Content |
|
|
47
|
-
|-----------|---------|
|
|
48
|
-
| `principles.md` | 3-5 design principles + do's and don'ts |
|
|
49
|
-
| `tokens.json` | Complete W3C Design Tokens format (color, typography, spacing, shadow, border-radius, breakpoints) |
|
|
50
|
-
| `{brand-name}.yml` | Custom style preset — the brand's aesthetic in the same YAML format as GSP's 34 style presets. Portable and reusable. |
|
|
51
|
-
| `{brand-name}.md` | Custom style prompt — AI-ready prompt that reproduces this brand's aesthetic, same format as designprompts.dev. |
|
|
52
|
-
|
|
53
43
|
## Content Reference
|
|
54
44
|
|
|
55
|
-
Each chunk follows the
|
|
56
|
-
|
|
57
|
-
###
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
45
|
+
Each chunk follows the standard chunk format.
|
|
46
|
+
|
|
47
|
+
### {brand-name}.yml
|
|
48
|
+
|
|
49
|
+
Full preset schema:
|
|
50
|
+
- `tokens:` — color (primary, secondary, accent, semantic), typography (families, weights, sizes), shape (radius, border), elevation (shadows), spacing (base + scale), motion (durations, easing)
|
|
51
|
+
- `dark_mode:` — color overrides for dark theme
|
|
52
|
+
- `intensity:` — variance (1-10), motion (1-10), density (1-10)
|
|
53
|
+
- `patterns:` — 7 component composition rules (card, button-primary, button-secondary, input, badge, nav, layout)
|
|
54
|
+
- `constraints:` — never[] and always[] lists
|
|
55
|
+
- `effects:` — interaction-vocabulary[], hover/active/focus/transition tables, ambient (optional)
|
|
56
|
+
|
|
57
|
+
### STYLE.md
|
|
58
|
+
|
|
59
|
+
Sections (from `templates/phases/style.md`):
|
|
60
|
+
- **Intensity** — dial values with meaning
|
|
61
|
+
- **Philosophy** — emotional DNA from strategy + preset `.md` companion
|
|
62
|
+
- **Patterns** — component composition tables
|
|
63
|
+
- **Constraints** — never/always bullet lists
|
|
64
|
+
- **Effects** — interaction vocabulary + state tables
|
|
65
|
+
- **Bold Bets** — 3-5 distinctive techniques from identity's boldest choices
|
|
66
|
+
- **Implementation** — component code hints, textures & surfaces, typography treatments, animation recipes (from preset `.md` companion)
|
|
67
|
+
|
|
68
|
+
### guidelines.html
|
|
69
|
+
|
|
70
|
+
Self-contained HTML with:
|
|
71
|
+
- Embedded Google Fonts for chosen typefaces
|
|
72
|
+
- Page styled with brand colors
|
|
73
|
+
- Color palette swatches (full 50→900 ramps)
|
|
74
|
+
- Typography samples at defined type scale
|
|
75
|
+
- Component previews (card, button, input, badge) styled with brand tokens
|
|
76
|
+
- Spacing/elevation visualizations
|
|
77
|
+
- Constraint summary
|
|
78
|
+
- Voice attributes and archetype (from strategy)
|
|
86
79
|
|
|
87
80
|
### components/token-mapping.md
|
|
88
81
|
- Library-specific token config (CSS vars, theme object, etc.)
|
|
89
|
-
- Maps every
|
|
82
|
+
- Maps every token from `.yml` to the library's theming API
|
|
90
83
|
- Copy-paste-ready — no interpretation needed
|
|
91
84
|
|
|
92
85
|
### Override component chunks
|
|
93
86
|
- What to override and why (traces to brand identity)
|
|
94
87
|
- Code hints for the specific library
|
|
95
|
-
- Cross-references to
|
|
88
|
+
- Cross-references to `.yml` tokens
|
|
96
89
|
|
|
97
90
|
### Custom component chunks
|
|
98
91
|
- States: default, hover, active, disabled, focus, loading
|
|
@@ -100,8 +93,4 @@ Each chunk follows the format in `references/chunk-format.md`. Below is the stru
|
|
|
100
93
|
- Usage rules
|
|
101
94
|
- Accessibility spec
|
|
102
95
|
- Code hints
|
|
103
|
-
- Cross-references to
|
|
104
|
-
|
|
105
|
-
### principles.md
|
|
106
|
-
- 3-5 design principles with rationale
|
|
107
|
-
- Do's and Don'ts table
|
|
96
|
+
- Cross-references to `.yml` tokens
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
## Content Reference
|
|
26
26
|
|
|
27
|
-
Each chunk follows the
|
|
27
|
+
Each chunk follows the standard chunk format. Below is the structural reference for what each chunk should contain:
|
|
28
28
|
|
|
29
29
|
### ux-patterns.md
|
|
30
30
|
- **Product type patterns:** established UX patterns for this category (e.g., dashboard, e-commerce, social, SaaS)
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
## Content Reference
|
|
21
21
|
|
|
22
|
-
Each chunk follows the
|
|
22
|
+
Each chunk follows the standard chunk format. Below is the structural reference for what each chunk should contain:
|
|
23
23
|
|
|
24
24
|
### acceptance-report.md
|
|
25
25
|
- **Overall verdict:** Pass / Conditional Pass / Fail
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
## Content Reference
|
|
29
29
|
|
|
30
|
-
Each chunk follows the
|
|
30
|
+
Each chunk follows the standard chunk format.
|
|
31
31
|
|
|
32
32
|
### positioning.md
|
|
33
33
|
- Positioning statement: For {audience} who {need}, {brand} is the {category} that {benefit} because {reason}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
# Style
|
|
2
|
+
|
|
3
|
+
## Brand: {BRAND_NAME}
|
|
4
|
+
**Style:** {STYLE_NAME} | **Generated:** {DATE}
|
|
5
|
+
|
|
6
|
+
> STYLE.md is the single document designer and builder agents consume. It merges the structured rules from the `.yml` preset with the implementation knowledge from the `.md` companion. Both `/gsp-style` (quick) and the branding diamond (full) produce this same format.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Intensity
|
|
11
|
+
|
|
12
|
+
| Dial | Value | Meaning |
|
|
13
|
+
|------|-------|---------|
|
|
14
|
+
| Variance | {1-10} | {1=symmetric grid, 10=artsy chaos} |
|
|
15
|
+
| Motion | {1-10} | {1=static, 10=cinematic choreography} |
|
|
16
|
+
| Density | {1-10} | {1=gallery airy, 10=cockpit packed} |
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Philosophy
|
|
21
|
+
|
|
22
|
+
{2-4 sentences from the `.md` companion's Design Philosophy section. The emotional DNA — not what the tokens ARE, but what the design FEELS like. Cultural references, analogies, the "vibe in a sentence." For branded styles, this comes from brand strategy (archetype, positioning, voice).}
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Patterns
|
|
27
|
+
|
|
28
|
+
### Card
|
|
29
|
+
| Property | Rule |
|
|
30
|
+
|----------|------|
|
|
31
|
+
| border | {value or token ref} |
|
|
32
|
+
| shadow | {value or token ref} |
|
|
33
|
+
| radius | {value or token ref} |
|
|
34
|
+
| background | {value or token ref} |
|
|
35
|
+
| {style-specific} | {value — only if this style has unique card properties} |
|
|
36
|
+
|
|
37
|
+
### Button (primary)
|
|
38
|
+
| Property | Rule |
|
|
39
|
+
|----------|------|
|
|
40
|
+
| background | {value or token ref} |
|
|
41
|
+
| border | {value or token ref} |
|
|
42
|
+
| text | {casing, weight, tracking} |
|
|
43
|
+
| radius | {value or token ref} |
|
|
44
|
+
| {style-specific} | {value} |
|
|
45
|
+
|
|
46
|
+
### Button (secondary)
|
|
47
|
+
| Property | Rule |
|
|
48
|
+
|----------|------|
|
|
49
|
+
| background | {value or token ref} |
|
|
50
|
+
| border | {value or token ref} |
|
|
51
|
+
| text | {casing, weight, tracking} |
|
|
52
|
+
| radius | {value or token ref} |
|
|
53
|
+
|
|
54
|
+
### Input
|
|
55
|
+
| Property | Rule |
|
|
56
|
+
|----------|------|
|
|
57
|
+
| border | {value or token ref} |
|
|
58
|
+
| radius | {value or token ref} |
|
|
59
|
+
| background | {value or token ref} |
|
|
60
|
+
| focus | {focus behavior} |
|
|
61
|
+
|
|
62
|
+
### Badge
|
|
63
|
+
| Property | Rule |
|
|
64
|
+
|----------|------|
|
|
65
|
+
| shape | {value} |
|
|
66
|
+
| text | {styling} |
|
|
67
|
+
|
|
68
|
+
### Navigation
|
|
69
|
+
| Property | Rule |
|
|
70
|
+
|----------|------|
|
|
71
|
+
| style | {description} |
|
|
72
|
+
| {style-specific} | {value} |
|
|
73
|
+
|
|
74
|
+
### Layout
|
|
75
|
+
| Property | Rule |
|
|
76
|
+
|----------|------|
|
|
77
|
+
| archetype | **{named-archetype}** |
|
|
78
|
+
| max-width | {value} |
|
|
79
|
+
| section-spacing | {value} |
|
|
80
|
+
| grid-gap | {value} |
|
|
81
|
+
| surfaces | {texture/grain/clean strategy} |
|
|
82
|
+
| {style-specific} | {decoration, backgrounds, depth, etc.} |
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Constraints
|
|
87
|
+
|
|
88
|
+
### Never
|
|
89
|
+
- {forbidden thing} — {why it breaks this aesthetic}
|
|
90
|
+
|
|
91
|
+
### Always
|
|
92
|
+
- {required thing}
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Effects
|
|
97
|
+
|
|
98
|
+
**Interaction vocabulary:** {comma-separated list of allowed technique names}
|
|
99
|
+
|
|
100
|
+
### Hover
|
|
101
|
+
| Element | Technique | Description |
|
|
102
|
+
|---------|-----------|-------------|
|
|
103
|
+
| card | {technique-name} | {brief} |
|
|
104
|
+
| button | {technique-name} | {brief} |
|
|
105
|
+
| link | {technique-name} | {brief} |
|
|
106
|
+
|
|
107
|
+
### Active
|
|
108
|
+
| Element | Technique | Description |
|
|
109
|
+
|---------|-----------|-------------|
|
|
110
|
+
| button | {technique-name} | {brief} |
|
|
111
|
+
|
|
112
|
+
### Focus
|
|
113
|
+
| Element | Rule |
|
|
114
|
+
|---------|------|
|
|
115
|
+
| general | {focus behavior} |
|
|
116
|
+
| {specific} | {if different from general} |
|
|
117
|
+
|
|
118
|
+
### Transition
|
|
119
|
+
{duration range}, {easing function}
|
|
120
|
+
|
|
121
|
+
### Ambient
|
|
122
|
+
{Optional. Only for styles with always-on animations.}
|
|
123
|
+
|
|
124
|
+
- {technique-name} — {what it does}
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## Bold Bets
|
|
129
|
+
|
|
130
|
+
{3-5 specific visual techniques that make this style unmistakable. Extracted from the `.md` companion's signature techniques and non-genericness sections. Each must be specific enough for a builder to implement.}
|
|
131
|
+
|
|
132
|
+
1. **{Technique name}** — {What it is and how to implement it.}
|
|
133
|
+
2. **{Technique name}** — {Description}
|
|
134
|
+
3. **{Technique name}** — {Description}
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## Implementation
|
|
139
|
+
|
|
140
|
+
{Extracted from the `.md` companion's component stylings and CSS code hints. This section gives builders the concrete code patterns to implement the style. Only include what's specific to THIS style — skip universal patterns.}
|
|
141
|
+
|
|
142
|
+
### Component Code Hints
|
|
143
|
+
{Per-component CSS/Tailwind patterns from the `.md` companion. Only components with style-specific implementations beyond the Patterns tables above.}
|
|
144
|
+
|
|
145
|
+
### Textures & Surfaces
|
|
146
|
+
{CSS code for style-specific textures: noise SVGs, halftone gradients, grain overlays, scanlines, etc. Skip if the style has no texture requirements.}
|
|
147
|
+
|
|
148
|
+
### Typography Treatments
|
|
149
|
+
{Style-specific type treatments: text-stroke, tracking overrides, display type techniques. Skip if standard.}
|
|
150
|
+
|
|
151
|
+
### Animation Recipes
|
|
152
|
+
{CSS/Tailwind for style-specific animations: keyframes, transition definitions, interaction implementations. Skip if effects vocabulary + agent training is sufficient.}
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## Related
|
|
157
|
+
|
|
158
|
+
- [{brand-name}.yml](./{brand-name}.yml) — Source of truth (tokens, intensity, patterns, constraints, effects)
|
|
@@ -10,42 +10,42 @@
|
|
|
10
10
|
|
|
11
11
|
## Phase 1: Brief
|
|
12
12
|
**Status:** pending
|
|
13
|
-
**Command:** `/gsp
|
|
13
|
+
**Command:** `/gsp-project-brief`
|
|
14
14
|
**Input:** Brand system + BRIEF.md
|
|
15
15
|
**Output:** `brief/` (scope, adaptations, conditionals)
|
|
16
16
|
**Goal:** Scope the project — screen list, priorities, component adaptations, gap analysis.
|
|
17
17
|
|
|
18
18
|
## Phase 2: Research
|
|
19
19
|
**Status:** pending
|
|
20
|
-
**Command:** `/gsp
|
|
20
|
+
**Command:** `/gsp-project-research`
|
|
21
21
|
**Input:** Brief scope + brand system + BRIEF.md
|
|
22
22
|
**Output:** `research/` (UX patterns, competitor UX, technical research, accessibility patterns)
|
|
23
23
|
**Goal:** Deep project-level research — UX patterns, competitor analysis, technical approaches, accessibility strategies.
|
|
24
24
|
|
|
25
25
|
## Phase 3: Design
|
|
26
26
|
**Status:** pending
|
|
27
|
-
**Command:** `/gsp
|
|
27
|
+
**Command:** `/gsp-project-design`
|
|
28
28
|
**Input:** Research + brief + brand system + BRIEF.md
|
|
29
29
|
**Output:** `design/` (screen chunks + shared/)
|
|
30
30
|
**Goal:** Design core screens, flows, and interaction patterns.
|
|
31
31
|
|
|
32
32
|
## Phase 4: Critique
|
|
33
33
|
**Status:** pending
|
|
34
|
-
**Command:** `/gsp
|
|
34
|
+
**Command:** `/gsp-project-critique`
|
|
35
35
|
**Input:** All prior artifacts
|
|
36
36
|
**Output:** `critique/` (critique + accessibility chunks)
|
|
37
37
|
**Goal:** Critique design quality and audit accessibility compliance.
|
|
38
38
|
|
|
39
39
|
## Phase 5: Build
|
|
40
40
|
**Status:** pending
|
|
41
|
-
**Command:** `/gsp
|
|
41
|
+
**Command:** `/gsp-project-build`
|
|
42
42
|
**Input:** Design + brief + brand system
|
|
43
43
|
**Output:** `build/CODE.md` + `build/components/`
|
|
44
44
|
**Goal:** Translate design into production-ready frontend code.
|
|
45
45
|
|
|
46
46
|
## Phase 6: Review
|
|
47
47
|
**Status:** pending
|
|
48
|
-
**Command:** `/gsp
|
|
48
|
+
**Command:** `/gsp-project-review`
|
|
49
49
|
**Input:** Built deliverables + design intent
|
|
50
50
|
**Output:** `review/` (acceptance report + issues)
|
|
51
51
|
**Goal:** Validate built deliverables against design intent — token compliance, screen coverage, accessibility.
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
---
|
|
54
54
|
|
|
55
55
|
## Optional: Launch
|
|
56
|
-
**Command:** `/gsp
|
|
56
|
+
**Command:** `/gsp-launch`
|
|
57
57
|
**Input:** Brand identity + strategy + design
|
|
58
58
|
**Output:** `launch/` (campaign chunks)
|
|
59
59
|
**Goal:** Create marketing campaign assets for launch. Run when needed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "get-shit-pretty",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Design engineering system for AI coding agents. Brand identity + design projects, from strategy to code.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"get-shit-pretty": "bin/install.js"
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"start": "next start"
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
|
-
".claude-plugin",
|
|
15
14
|
".mcp.json",
|
|
16
15
|
"bin",
|
|
17
16
|
"scripts",
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "gsp",
|
|
3
|
-
"version": "0.6.2",
|
|
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
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsp-identity-designer
|
|
3
|
-
description: Creates visual identity — logo, color, typography, imagery. 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
|
-
<role>
|
|
11
|
-
You are a GSP identity designer spawned by `/gsp:brand-identity`.
|
|
12
|
-
|
|
13
|
-
Act as Creative Director at Pentagram. Create the visual identity — logo system, color, typography, imagery — grounded in the brand strategy and voice that precede you.
|
|
14
|
-
|
|
15
|
-
You do NOT create strategy or voice. You receive those as input and translate them into visual form.
|
|
16
|
-
</role>
|
|
17
|
-
|
|
18
|
-
<inputs>
|
|
19
|
-
- BRIEF.md content (personas, constraints)
|
|
20
|
-
- discover/mood-board-direction.md — starting point for color and typography
|
|
21
|
-
- Strategy chunks: archetype.md, positioning.md, brand-platform.md, voice-and-tone.md
|
|
22
|
-
- User-confirmed visual direction
|
|
23
|
-
- Style base preset files: `.yml` (tokens) + `.md` (philosophy/prompt) — may be absent
|
|
24
|
-
- Audit brand-inventory.md + evolution-map.md (if exist)
|
|
25
|
-
- Brand Identity Creator prompt (02)
|
|
26
|
-
- Output path
|
|
27
|
-
</inputs>
|
|
28
|
-
|
|
29
|
-
<methodology>
|
|
30
|
-
1. **Absorb inputs** — strategy chunks for strategic grounding, voice-and-tone for verbal-visual alignment, mood board for visual starting point
|
|
31
|
-
1.5. **Seed from style base** — if style base preset files are provided, read the `.yml` for token values (palette, typography, spacing) and the `.md` for design philosophy. Use these as vocabulary, not constraint — adapt freely where the brand demands it. The preset is a starting palette and type direction, not a rulebook.
|
|
32
|
-
2. **Design logo system** — 3 distinct directions, each expressing strategy differently. For each: concept, rationale (connects to archetype + positioning), variations, usage rules
|
|
33
|
-
3. **Build color system** — primary, secondary, accent, neutral, semantic. Each color needs strategic rationale. Include Hex and RGB. Map dark mode. Calculate WCAG AA contrast. Semantic colors (success, warning, error, info) are standard values — define them in color-system.md but do NOT generate tints.dev palettes for them.
|
|
34
|
-
4. **Generate palettes** — use tints.dev API: `https://tints.dev/api/{colorName}/{hexWithout#}`. **Only for brand colors (primary, secondary, accent) and neutrals.** Store in `identity/palettes.json`
|
|
35
|
-
5. **Define typography** — primary + secondary typefaces. Connect choices to voice: "We chose X because our voice is Y"
|
|
36
|
-
6. **Specify imagery** — photography, illustration, iconography. Connected to archetype and brand essence
|
|
37
|
-
7. **Show applications** — brand in context across key touchpoints
|
|
38
|
-
|
|
39
|
-
## Quality Standards
|
|
40
|
-
- Every visual decision traces to strategy: "We chose X because [archetype/positioning/voice]"
|
|
41
|
-
- Color system must pass WCAG AA contrast
|
|
42
|
-
- Logo must work at all sizes (favicon to billboard)
|
|
43
|
-
</methodology>
|
|
44
|
-
|
|
45
|
-
<output>
|
|
46
|
-
Write 5 chunks + palettes.json + INDEX.md to the identity directory (path provided by the skill that spawned you).
|
|
47
|
-
|
|
48
|
-
Each chunk follows `references/chunk-format.md`.
|
|
49
|
-
|
|
50
|
-
1. **`logo-directions.md`** (~100-120 lines) — 3 directions with concept, rationale, variations, usage rules
|
|
51
|
-
2. **`color-system.md`** (~100-150 lines) — full palette table, semantic colors, dark mode mapping, contrast ratios. Reference `./palettes.json`
|
|
52
|
-
3. **`typography.md`** (~60-80 lines) — primary + secondary typefaces with rationale, type scale, responsive behavior
|
|
53
|
-
4. **`imagery-style.md`** (~50-70 lines) — photography, illustration, iconography guidelines
|
|
54
|
-
5. **`brand-applications.md`** (~50-70 lines) — key touchpoints showing brand in use
|
|
55
|
-
|
|
56
|
-
### palettes.json
|
|
57
|
-
tints.dev OKLCH palettes in the identity directory.
|
|
58
|
-
|
|
59
|
-
### INDEX.md
|
|
60
|
-
|
|
61
|
-
```markdown
|
|
62
|
-
# Identity
|
|
63
|
-
> Phase: identity | Brand: {name} | Generated: {DATE}
|
|
64
|
-
|
|
65
|
-
| Chunk | File | ~Lines |
|
|
66
|
-
|-------|------|--------|
|
|
67
|
-
| Logo Directions | [logo-directions.md](./logo-directions.md) | ~{N} |
|
|
68
|
-
| Color System | [color-system.md](./color-system.md) | ~{N} |
|
|
69
|
-
| Typography | [typography.md](./typography.md) | ~{N} |
|
|
70
|
-
| Imagery Style | [imagery-style.md](./imagery-style.md) | ~{N} |
|
|
71
|
-
| Brand Applications | [brand-applications.md](./brand-applications.md) | ~{N} |
|
|
72
|
-
| Palettes | [palettes.json](./palettes.json) | — |
|
|
73
|
-
```
|
|
74
|
-
</output>
|