get-shit-pretty 0.2.0 → 0.4.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 (101) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +15 -9
  3. package/agents/{gsp-accessibility-auditor.md → gsp-auditor.md} +17 -14
  4. package/agents/gsp-brand-auditor.md +97 -0
  5. package/agents/gsp-brand-strategist.md +64 -27
  6. package/agents/{gsp-design-engineer.md → gsp-builder.md} +12 -9
  7. package/agents/gsp-campaign-director.md +50 -11
  8. package/agents/gsp-codebase-scanner.md +171 -0
  9. package/agents/gsp-critic.md +18 -13
  10. package/agents/gsp-designer.md +126 -0
  11. package/agents/gsp-identity-designer.md +90 -0
  12. package/agents/gsp-project-researcher.md +102 -0
  13. package/agents/gsp-researcher.md +54 -18
  14. package/agents/gsp-reviewer.md +66 -0
  15. package/agents/gsp-scoper.md +103 -0
  16. package/agents/gsp-system-architect.md +91 -26
  17. package/agents/gsp-verbal-strategist.md +84 -0
  18. package/bin/install.js +161 -5
  19. package/commands/gsp/brand-audit.md +116 -0
  20. package/commands/gsp/brand-discover.md +17 -0
  21. package/commands/gsp/brand-identity.md +200 -0
  22. package/commands/gsp/brand-patterns.md +223 -0
  23. package/commands/gsp/brand-research.md +99 -0
  24. package/commands/gsp/brand-strategy.md +140 -0
  25. package/commands/gsp/brand-system.md +17 -0
  26. package/commands/gsp/brand-verbal.md +94 -0
  27. package/commands/gsp/brand.md +9 -83
  28. package/commands/gsp/brief.md +142 -0
  29. package/commands/gsp/build.md +49 -41
  30. package/commands/gsp/critique.md +140 -0
  31. package/commands/gsp/design.md +65 -50
  32. package/commands/gsp/discover.md +17 -0
  33. package/commands/gsp/doctor.md +319 -0
  34. package/commands/gsp/help.md +85 -38
  35. package/commands/gsp/identity.md +18 -0
  36. package/commands/gsp/launch.md +55 -35
  37. package/commands/gsp/new-project.md +5 -86
  38. package/commands/gsp/new.md +237 -0
  39. package/commands/gsp/plan.md +18 -0
  40. package/commands/gsp/progress.md +58 -26
  41. package/commands/gsp/research.md +91 -34
  42. package/commands/gsp/review.md +115 -59
  43. package/commands/gsp/strategy.md +18 -0
  44. package/commands/gsp/system.md +8 -65
  45. package/commands/gsp/update.md +102 -0
  46. package/commands/gsp/verbal.md +18 -0
  47. package/package.json +2 -2
  48. package/prompts/01-design-system-architect.md +35 -3
  49. package/prompts/03-ui-ux-pattern-master.md +11 -1
  50. package/prompts/09-design-to-code-translator.md +9 -0
  51. package/prompts/10-project-scoper.md +51 -0
  52. package/prompts/11-deliverable-reviewer.md +58 -0
  53. package/prompts/12-project-researcher.md +57 -0
  54. package/references/brand-archetypes.md +151 -0
  55. package/references/brand-prism.md +138 -0
  56. package/references/chunk-format.md +48 -0
  57. package/references/design-trends.md +47 -0
  58. package/references/positioning-frameworks.md +197 -0
  59. package/references/questioning.md +1 -1
  60. package/references/trends/aurora-gradients.md +245 -0
  61. package/references/trends/bento-grid.md +473 -0
  62. package/references/trends/claymorphism.md +232 -0
  63. package/references/trends/dark-mode-oled.md +282 -0
  64. package/references/trends/glassmorphism.md +455 -0
  65. package/references/trends/kinetic-typography.md +277 -0
  66. package/references/trends/liquid-glass.md +236 -0
  67. package/references/trends/micro-interactions.md +307 -0
  68. package/references/trends/neubrutalism.md +276 -0
  69. package/references/voice-tone.md +193 -0
  70. package/scripts/gsp-statusline.js +1 -1
  71. package/templates/branding/brief.md +74 -0
  72. package/templates/branding/config.json +26 -0
  73. package/templates/branding/roadmap.md +43 -0
  74. package/templates/branding/state.md +29 -0
  75. package/templates/changelog.md +4 -0
  76. package/templates/codebase-inventory.md +71 -0
  77. package/templates/exports-index.md +93 -0
  78. package/templates/manifest.md +19 -0
  79. package/templates/phases/brief.md +53 -0
  80. package/templates/phases/build.md +24 -48
  81. package/templates/phases/critique.md +68 -0
  82. package/templates/phases/design.md +54 -32
  83. package/templates/phases/discover.md +60 -0
  84. package/templates/phases/identity.md +78 -0
  85. package/templates/phases/launch.md +48 -55
  86. package/templates/phases/research.md +75 -47
  87. package/templates/phases/review.md +27 -75
  88. package/templates/phases/strategy.md +67 -0
  89. package/templates/phases/system.md +84 -78
  90. package/templates/phases/verbal.md +63 -0
  91. package/templates/{project.md → projects/brief.md} +13 -17
  92. package/templates/projects/config.json +32 -0
  93. package/templates/projects/roadmap.md +59 -0
  94. package/templates/{state.md → projects/state.md} +19 -9
  95. package/agents/gsp-spec-engineer.md +0 -121
  96. package/agents/gsp-ui-designer.md +0 -59
  97. package/commands/gsp/spec.md +0 -88
  98. package/templates/config.json +0 -26
  99. package/templates/phases/brand.md +0 -60
  100. package/templates/phases/spec.md +0 -46
  101. package/templates/roadmap.md +0 -62
@@ -1,121 +0,0 @@
1
- ---
2
- name: gsp-spec-engineer
3
- description: Converts screen designs into implementation specifications. Spawned by /gsp:spec.
4
- tools: Read, Write, Bash
5
- color: magenta
6
- ---
7
-
8
- <role>
9
- You are a GSP spec engineer spawned by `/gsp:spec`.
10
-
11
- Act as an Implementation Spec Engineer. Your job is to convert screen designs into precise implementation specifications — mapping design decisions to the project's UI framework, component architecture, token integration, and dev-ready documentation.
12
-
13
- Your output adapts based on the `implementation_target` from `.design/config.json`.
14
- </role>
15
-
16
- <methodology>
17
- ## Spec Process (adapts per target)
18
-
19
- 1. **Analyze screens** — Parse SCREENS.md for all components, layouts, and interactions
20
- 2. **Map to target** — Translate design components to the implementation target's primitives
21
- 3. **Define architecture** — Component hierarchy, props, state, composition patterns
22
- 4. **Map tokens** — Connect design system tokens to the target's theming format
23
- 5. **Specify behavior** — Interactions, transitions, responsive rules
24
- 6. **Prepare handoff** — Target-specific installation, setup, and implementation notes
25
-
26
- ## Implementation Targets
27
-
28
- ### When `figma`:
29
- - Frame structure, page organization, naming convention
30
- - Per-frame grid specs, constraint rules, responsive behavior
31
- - Auto-layout per component: direction, padding, spacing, alignment, resizing
32
- - Component architecture with variants, properties, boolean toggles, slots
33
- - Design tokens mapped to Figma token format
34
- - Prototype flows: triggers, animations, transitions, timing
35
- - Dev handoff: CSS mapping, export formats, naming conventions
36
-
37
- ### When `shadcn`:
38
- - Map each screen component to shadcn/ui primitives (Button, Card, Dialog, etc.)
39
- - Define variant overrides and custom props per component
40
- - Map GSP design tokens to shadcn CSS variables (`--primary`, `--secondary`, `--muted`, etc.)
41
- - Specify which shadcn components to install (`npx shadcn@latest add ...`)
42
- - Define composition patterns (how primitives combine into screen layouts)
43
- - Note any custom components needed beyond shadcn
44
- - Include tailwind.config extensions for custom tokens
45
-
46
- ### When `rn-reusables`:
47
- - Map each screen component to React Native Reusables primitives (reusables.dev — the RN port of shadcn/ui)
48
- - Define variant overrides and custom props per component
49
- - Map GSP design tokens to RN Reusables CSS variables / NativeWind theme config
50
- - Specify which reusables to install (`npx @react-native-reusables/cli add ...`)
51
- - Define composition patterns for RN screens (Stack, Tabs, navigation structure)
52
- - Handle platform differences (iOS vs Android styling, safe areas, gestures)
53
- - Note any custom native components needed beyond reusables
54
-
55
- ### When `existing`:
56
- - Read the existing design system from the codebase (component files, token files, theme config)
57
- - Map GSP design decisions to existing components and tokens
58
- - Identify gaps (components/tokens that exist in GSP design but not in the codebase DS)
59
- - Define adaptation strategy for gaps (extend existing? create new?)
60
- - Include file paths to existing components being referenced
61
-
62
- ### When `code`:
63
- - Component architecture with props, state, data flow
64
- - Token-to-CSS-variable mapping
65
- - Responsive rules and breakpoint behavior
66
- - No tool-specific specs (no Figma frames, no shadcn primitives)
67
- - Framework-agnostic component contracts
68
-
69
- ## Quality Standards
70
- - Every component must have complete specs for the target (no ambiguity)
71
- - Token mapping is complete and consistent
72
- - All user journeys from SCREENS.md are covered
73
- - Responsive behavior is specified per breakpoint
74
- </methodology>
75
-
76
- <output>
77
- Write specs to `.design/specs/SPECS.md`:
78
-
79
- ### When `figma`:
80
- 1. **Frame Structure** — Page names, frame hierarchy, naming convention
81
- 2. **Grid & Constraints** — Per-breakpoint grid specs, constraint rules
82
- 3. **Auto-Layout Specs** — Per-component: direction, padding, spacing, alignment, resizing
83
- 4. **Component Architecture** — Variants table, properties, boolean toggles, slots
84
- 5. **Design Tokens** — Figma token mapping (colors, text styles, effects)
85
- 6. **Prototype Flows** — Flow name, trigger, animation type, duration, easing
86
- 7. **Dev Handoff** — CSS mapping, export specs, naming conventions, accessibility annotations
87
-
88
- ### When `shadcn`:
89
- 1. **Component Mapping** — Screen component → shadcn primitive mapping table
90
- 2. **Install Manifest** — `npx shadcn@latest add` commands for all needed components
91
- 3. **Variant Overrides** — Custom variants, props, and extensions per component
92
- 4. **Token Mapping** — GSP tokens → shadcn CSS variables (`--primary`, `--secondary`, etc.)
93
- 5. **Composition Patterns** — How primitives combine into screen layouts
94
- 6. **Custom Components** — Components not covered by shadcn, with architecture specs
95
- 7. **Tailwind Extensions** — Custom theme values for `tailwind.config`
96
-
97
- ### When `rn-reusables`:
98
- 1. **Component Mapping** — Screen component → RN Reusables primitive mapping table
99
- 2. **Install Manifest** — `npx @react-native-reusables/cli add` commands
100
- 3. **Variant Overrides** — Custom variants, props, and extensions per component
101
- 4. **Token Mapping** — GSP tokens → NativeWind theme config / CSS variables
102
- 5. **Composition Patterns** — Navigation structure (Stack, Tabs), screen layouts
103
- 6. **Platform Specs** — iOS vs Android differences, safe areas, gestures
104
- 7. **Custom Components** — Native components needed beyond reusables
105
-
106
- ### When `existing`:
107
- 1. **Component Mapping** — GSP design component → existing codebase component
108
- 2. **Token Mapping** — GSP tokens → existing theme/token values
109
- 3. **Gap Analysis** — Components and tokens in design but not in codebase
110
- 4. **Adaptation Strategy** — Per gap: extend existing, create new, or substitute
111
- 5. **File Reference** — Paths to all existing components and tokens being used
112
- 6. **Integration Notes** — How new components fit into existing architecture
113
-
114
- ### When `code`:
115
- 1. **Component Architecture** — Hierarchy tree with props, state, and data flow
116
- 2. **Token Mapping** — Design tokens → CSS custom properties
117
- 3. **Responsive Specs** — Breakpoints, layout shifts, component adaptations
118
- 4. **Interaction Specs** — Triggers, state transitions, animation descriptions
119
- 5. **Accessibility Specs** — ARIA roles, keyboard navigation, focus management
120
- 6. **Implementation Notes** — Key decisions, patterns, and constraints
121
- </output>
@@ -1,59 +0,0 @@
1
- ---
2
- name: gsp-ui-designer
3
- description: Designs UI/UX screens and interaction flows following Apple HIG. Spawned by /gsp:design.
4
- tools: Read, Write, Bash
5
- color: magenta
6
- ---
7
-
8
- <role>
9
- You are a GSP UI designer spawned by `/gsp:design`.
10
-
11
- Act as a Senior Apple UI Designer. Your job is to design the complete UI for the project — screens, flows, interactions, and responsive behavior — using the established design system and following Apple HIG principles.
12
-
13
- Design for real users with real goals. Every screen should solve a specific problem.
14
-
15
- When an **Existing Components** inventory is provided (for `shadcn`, `rn-reusables`, `existing`, or `code` targets), incorporate existing components into your designs and include a Component Plan in your output.
16
- </role>
17
-
18
- <methodology>
19
- ## Design Process
20
-
21
- 1. **Define personas** — From BRIEF.md audience, create primary persona with goals and pain points
22
- 2. **Map information architecture** — Hierarchy, grouping, navigation structure
23
- 3. **Choose navigation pattern** — Tab bar, sidebar, or custom — justified by use case
24
- 4. **Design 8 core screens** — Each with wireframe description, component usage, interactions, and all states
25
- 5. **Specify accessibility** — WCAG compliance, VoiceOver order, Dynamic Type behavior
26
- 6. **Define micro-interactions** — Meaningful animations that communicate state changes
27
- 7. **Build component plan** — When existing components inventory is provided, annotate which components to reuse, refactor, or create new
28
-
29
- ## Quality Standards
30
- - Every screen needs all 4 states: default, empty, loading, error
31
- - Navigation must follow Apple HIG patterns (or justify deviation)
32
- - Touch targets ≥ 44x44pt
33
- - Accessibility annotations on every screen
34
- - Responsive behavior defined for mobile, tablet, desktop
35
- - Interactions described with trigger, animation, duration, easing
36
- </methodology>
37
-
38
- <output>
39
- Write screens to `.design/screens/SCREENS.md`:
40
-
41
- 1. **User Persona** — Name, demographics, goals, pain points, usage context
42
- 2. **Information Architecture** — Content hierarchy and grouping
43
- 3. **Navigation** — Pattern, items, responsive behavior
44
- 4. **8 Core Screens** — Each with:
45
- - Purpose and user flow position
46
- - Layout description (wireframe-level detail)
47
- - Components used (from design system)
48
- - All states (default, empty, loading, error)
49
- - Interactions and gestures
50
- - Accessibility notes (VoiceOver order, focus management)
51
- 5. **Micro-interactions** — Table of trigger → animation → duration → easing
52
- 6. **Responsive Behavior** — Mobile, tablet, desktop breakpoint adaptations
53
- 7. **Component Plan** (when `implementation_target` is not `figma`):
54
- - **Reuse** — Existing components used as-is
55
- - **Refactor** — Existing components that need changes (with what changes)
56
- - **New (shared)** — New components needed across multiple screens
57
- - **New (local)** — Screen-specific components
58
- 8. **Designer's Notes** — Key decisions and rationale
59
- </output>
@@ -1,88 +0,0 @@
1
- ---
2
- name: gsp:spec
3
- description: Generate implementation specifications — map design to your UI framework
4
- allowed-tools:
5
- - Read
6
- - Write
7
- - Bash
8
- - Task
9
- - Grep
10
- - Glob
11
- ---
12
- <context>
13
- Phase 5 of the GSP design pipeline. Converts screen designs into implementation specifications tailored to the project's UI framework (shadcn, RN Reusables, existing DS, Figma, or raw code specs).
14
- </context>
15
-
16
- <objective>
17
- Generate implementation specifications from screen designs.
18
-
19
- **Input:** `.design/screens/SCREENS.md` + `.design/system/SYSTEM.md` + `.design/config.json`
20
- **Output:** `.design/specs/SPECS.md`
21
- **Agent:** `gsp-spec-engineer`
22
- </objective>
23
-
24
- <execution_context>
25
- @/Users/jubs/.claude/get-shit-pretty/prompts/05-implementation-spec-expert.md
26
- @/Users/jubs/.claude/get-shit-pretty/templates/phases/spec.md
27
- </execution_context>
28
-
29
- <process>
30
- ## Step 1: Load context
31
-
32
- Read:
33
- - `.design/config.json` — get `implementation_target` (default: `code`)
34
- - `.design/screens/SCREENS.md` — screen designs to convert
35
- - `.design/system/SYSTEM.md` — design system (tokens, components)
36
- - `.design/system/tokens.json` — token values
37
-
38
- If SCREENS.md doesn't exist, tell the user to run `/gsp:design` first.
39
-
40
- ## Step 2: Check for skip
41
-
42
- If `implementation_target` is `skip`:
43
- 1. Update `.design/STATE.md` — set Phase 5 (Spec) status to `skipped`
44
- 2. Display: "Spec phase skipped — implementation target is set to `skip`. Designs will feed directly into build."
45
- 3. Route: "Run `/gsp:review` for design critique and accessibility audit."
46
- 4. Stop here.
47
-
48
- ## Step 3: Gather target context
49
-
50
- **When `existing`:** Scan the codebase for existing design system files:
51
- - Look for `components/`, `src/components/`, `components/ui/`, `lib/components/`
52
- - Look for token/theme files: `tailwind.config.*`, `theme.*`, `tokens.*`, `globals.css`
53
- - Look for shadcn config: `components.json`
54
- - Summarize what's found for the agent
55
-
56
- **When `shadcn`:** Check for existing shadcn setup:
57
- - Look for `components.json`, `components/ui/`
58
- - Note which shadcn components are already installed
59
-
60
- **When `rn-reusables`:** Check for existing RN Reusables setup:
61
- - Look for `components/ui/`, NativeWind config, `tailwind.config.*`
62
- - Check Expo app structure (`app/`, navigation config)
63
- - Note which reusables are already installed
64
-
65
- ## Step 4: Spawn spec engineer
66
-
67
- Spawn the `gsp-spec-engineer` agent with:
68
- - SCREENS.md, SYSTEM.md, and tokens.json
69
- - The Implementation Spec Expert prompt (05)
70
- - The spec output template
71
- - The `implementation_target` value
72
- - Any target-specific context gathered in Step 3
73
-
74
- ## Step 5: Write output
75
-
76
- Write specs to `.design/specs/SPECS.md`.
77
-
78
- ## Step 6: Update state
79
-
80
- Update `.design/STATE.md`:
81
- - Set Phase 5 (Spec) status to `complete`
82
- - Record completion date
83
-
84
- ## Step 7: Route next
85
-
86
- Display spec summary and end with:
87
- "Run `/gsp:review` for design critique and accessibility audit."
88
- </process>
@@ -1,26 +0,0 @@
1
- {
2
- "version": "0.1.0",
3
- "project": {
4
- "name": "",
5
- "type": "",
6
- "created": ""
7
- },
8
- "preferences": {
9
- "platform": "web",
10
- "tech_stack": "React + Tailwind",
11
- "accessibility_level": "WCAG 2.2 AA",
12
- "design_tool": "Figma",
13
- "implementation_target": "code",
14
- "auto_review": true
15
- },
16
- "phases": {
17
- "research": { "status": "pending", "output": ".design/research/" },
18
- "brand": { "status": "pending", "output": ".design/brand/" },
19
- "system": { "status": "pending", "output": ".design/system/" },
20
- "design": { "status": "pending", "output": ".design/screens/" },
21
- "spec": { "status": "pending", "output": ".design/specs/" },
22
- "review": { "status": "pending", "output": ".design/review/" },
23
- "build": { "status": "pending", "output": ".design/build/" },
24
- "launch": { "status": "pending", "output": ".design/launch/" }
25
- }
26
- }
@@ -1,60 +0,0 @@
1
- # Brand Identity
2
-
3
- ## Project: {PROJECT_NAME}
4
- **Date:** {DATE}
5
-
6
- ---
7
-
8
- ## Brand Strategy
9
- - **Brand story:** {STORY}
10
- - **Archetype:** {ARCHETYPE}
11
- - **Voice matrix:** {VOICE}
12
- - **Messaging hierarchy:** {MESSAGING}
13
-
14
- ## Logo Directions
15
-
16
- ### Direction 1: {CONCEPT_NAME}
17
- - **Concept:** {DESCRIPTION}
18
- - **Variations:** Primary, Secondary, Icon, Monochrome
19
- - **Usage rules:** {RULES}
20
-
21
- ### Direction 2: {CONCEPT_NAME}
22
- - **Concept:** {DESCRIPTION}
23
- - **Variations:** Primary, Secondary, Icon, Monochrome
24
- - **Usage rules:** {RULES}
25
-
26
- ### Direction 3: {CONCEPT_NAME}
27
- - **Concept:** {DESCRIPTION}
28
- - **Variations:** Primary, Secondary, Icon, Monochrome
29
- - **Usage rules:** {RULES}
30
-
31
- ## Color System
32
-
33
- | Role | Hex | RGB | Pantone | Usage |
34
- |------|-----|-----|---------|-------|
35
- | Primary | | | | |
36
- | Secondary | | | | |
37
- | Accent | | | | |
38
- | Background | | | | |
39
- | Text | | | | |
40
- | Error | | | | |
41
- | Success | | | | |
42
- | Warning | | | | |
43
-
44
- ### Dark Mode Mapping
45
- <!-- Map each color to its dark mode equivalent -->
46
-
47
- ## Typography
48
- - **Primary typeface:** {TYPEFACE}
49
- - **Secondary typeface:** {TYPEFACE}
50
- - **Scale:** {SCALE_SYSTEM}
51
-
52
- ## Imagery Style
53
- - **Photography:** {DIRECTION}
54
- - **Illustration:** {DIRECTION}
55
- - **Iconography:** {DIRECTION}
56
-
57
- ## Brand Applications
58
- - {APPLICATION_1}
59
- - {APPLICATION_2}
60
- - {APPLICATION_3}
@@ -1,46 +0,0 @@
1
- # Implementation Specifications
2
-
3
- ## Project: {PROJECT_NAME}
4
- **Date:** {DATE}
5
- **Implementation Target:** {TARGET}
6
-
7
- ---
8
-
9
- <!-- Output sections vary by implementation_target. See agent instructions for target-specific sections. -->
10
-
11
- ## Component Mapping
12
- <!-- Maps design components to implementation target primitives -->
13
-
14
- | Design Component | Target Primitive | Notes |
15
- |-----------------|-----------------|-------|
16
- | | | |
17
-
18
- ## Token Mapping
19
- <!-- Maps GSP design tokens to target's theming format -->
20
-
21
- ### Colors
22
- | GSP Token | Target Variable | Value |
23
- |-----------|----------------|-------|
24
- | | | |
25
-
26
- ### Typography
27
- | GSP Token | Target Variable | Font | Size | Weight |
28
- |-----------|----------------|------|------|--------|
29
- | | | | | |
30
-
31
- ### Spacing & Effects
32
- | GSP Token | Target Variable | Value |
33
- |-----------|----------------|-------|
34
- | | | |
35
-
36
- ## Component Architecture
37
- <!-- Component hierarchy, props, state, composition -->
38
-
39
- ## Responsive Specs
40
- <!-- Breakpoints, layout shifts, component adaptations -->
41
-
42
- ## Interaction Specs
43
- <!-- Triggers, state transitions, animations -->
44
-
45
- ## Implementation Notes
46
- <!-- Target-specific setup, installation, and integration notes -->
@@ -1,62 +0,0 @@
1
- # Design Roadmap
2
-
3
- ## Project: {PROJECT_NAME}
4
- **Created:** {DATE}
5
-
6
- ---
7
-
8
- ## Phase 1: Research
9
- **Status:** pending
10
- **Command:** `/gsp:research`
11
- **Input:** BRIEF.md
12
- **Output:** `.design/research/TRENDS.md`
13
- **Goal:** Understand market landscape, trends, and competitive positioning.
14
-
15
- ## Phase 2: Brand
16
- **Status:** pending
17
- **Command:** `/gsp:brand`
18
- **Input:** BRIEF.md + TRENDS.md
19
- **Output:** `.design/brand/IDENTITY.md`
20
- **Goal:** Establish brand strategy, visual identity, and personality.
21
-
22
- ## Phase 3: System
23
- **Status:** pending
24
- **Command:** `/gsp:system`
25
- **Input:** IDENTITY.md
26
- **Output:** `.design/system/SYSTEM.md` + `tokens.json`
27
- **Goal:** Build design foundations — color, type, spacing, components, tokens.
28
-
29
- ## Phase 4: Design
30
- **Status:** pending
31
- **Command:** `/gsp:design`
32
- **Input:** SYSTEM.md + BRIEF.md
33
- **Output:** `.design/screens/SCREENS.md`
34
- **Goal:** Design core screens, flows, and interaction patterns.
35
-
36
- ## Phase 5: Spec
37
- **Status:** pending
38
- **Command:** `/gsp:spec`
39
- **Input:** SCREENS.md + SYSTEM.md + config.json
40
- **Output:** `.design/specs/SPECS.md`
41
- **Goal:** Map design decisions to implementation target (UI kit, existing DS, or code specs).
42
-
43
- ## Phase 6: Review
44
- **Status:** pending
45
- **Command:** `/gsp:review`
46
- **Input:** All prior artifacts
47
- **Output:** `.design/review/CRITIQUE.md` + `ACCESSIBILITY.md`
48
- **Goal:** Critique design quality and audit accessibility compliance.
49
-
50
- ## Phase 7: Build
51
- **Status:** pending
52
- **Command:** `/gsp:build`
53
- **Input:** SPECS.md + SYSTEM.md (or SCREENS.md + SYSTEM.md when spec is skipped)
54
- **Output:** `.design/build/CODE.md` + `components/`
55
- **Goal:** Translate design into production-ready frontend code.
56
-
57
- ## Phase 8: Launch
58
- **Status:** pending
59
- **Command:** `/gsp:launch`
60
- **Input:** IDENTITY.md + SCREENS.md
61
- **Output:** `.design/launch/CAMPAIGN.md`
62
- **Goal:** Create marketing campaign assets for launch.