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,88 +1,40 @@
1
- # Design Review
1
+ # Deliverable Review
2
2
 
3
3
  ## Project: {PROJECT_NAME}
4
4
  **Date:** {DATE}
5
- **Reviewer:** GSP Design Critic + Accessibility Auditor
5
+ **Reviewer:** GSP Deliverable Reviewer
6
6
 
7
7
  ---
8
8
 
9
- ## Design Critique
9
+ > This phase validates built deliverables against design intent. Produces acceptance chunks + INDEX.md in the `review/` directory.
10
10
 
11
- ### Nielsen's Heuristics Evaluation
11
+ ## Chunk Mapping
12
12
 
13
- | # | Heuristic | Score (1-5) | Notes |
14
- |---|-----------|-------------|-------|
15
- | 1 | Visibility of system status | | |
16
- | 2 | Match between system and real world | | |
17
- | 3 | User control and freedom | | |
18
- | 4 | Consistency and standards | | |
19
- | 5 | Error prevention | | |
20
- | 6 | Recognition rather than recall | | |
21
- | 7 | Flexibility and efficiency of use | | |
22
- | 8 | Aesthetic and minimalist design | | |
23
- | 9 | Help users recover from errors | | |
24
- | 10 | Help and documentation | | |
13
+ ### Review Chunks (`review/`)
25
14
 
26
- **Overall Score:** {SCORE}/50
15
+ | Chunk File | Content |
16
+ |-----------|---------|
17
+ | `acceptance-report.md` | Overall pass/fail, implementation checklist, token audit, screen coverage |
18
+ | `issues.md` | Issues found — deviations from design, missing implementations, token violations |
27
19
 
28
- ### Visual Hierarchy
29
- {ASSESSMENT}
20
+ ## Content Reference
30
21
 
31
- ### Typography & Color
32
- {ASSESSMENT}
22
+ Each chunk follows the format in `references/chunk-format.md`. Below is the structural reference for what each chunk should contain:
33
23
 
34
- ### Usability
35
- {ASSESSMENT}
24
+ ### acceptance-report.md
25
+ - **Overall verdict:** Pass / Conditional Pass / Fail
26
+ - **Implementation checklist:** per-screen implementation status (complete, partial, missing)
27
+ - **Token audit:** design token usage compliance (correct tokens used, magic numbers found, missing tokens)
28
+ - **Screen coverage:** designed screens vs built screens
29
+ - **Component coverage:** designed components vs implemented components
30
+ - **Accessibility compliance:** WCAG 2.2 AA checks on built code (contrast, ARIA, keyboard, focus)
31
+ - **Responsive verification:** breakpoint behavior matches design intent
36
32
 
37
- ### Prioritized Fixes
38
-
39
- #### Critical (Must Fix)
40
- 1. {FIX}
41
-
42
- #### Important (High Priority)
43
- 1. {FIX}
44
-
45
- #### Polish (If Time Allows)
46
- 1. {FIX}
47
-
48
- ### Alternative Directions
49
- 1. **{DIRECTION_1}:** {DESCRIPTION}
50
- 2. **{DIRECTION_2}:** {DESCRIPTION}
51
-
52
- ---
53
-
54
- ## Accessibility Audit (WCAG 2.2 AA)
55
-
56
- ### Perceivable
57
- - [ ] Alt text for images
58
- - [ ] Captions for media
59
- - [ ] Color contrast ≥ 4.5:1 (text), ≥ 3:1 (large text)
60
- - [ ] Text resizable to 200%
61
-
62
- ### Operable
63
- - [ ] Full keyboard access
64
- - [ ] Visible focus indicators
65
- - [ ] Skip navigation
66
- - [ ] No motion triggers without alternative
67
-
68
- ### Understandable
69
- - [ ] Language declared
70
- - [ ] Clear error messages
71
- - [ ] Contextual help available
72
-
73
- ### Robust
74
- - [ ] Valid markup
75
- - [ ] ARIA roles used correctly
76
-
77
- ### Mobile
78
- - [ ] Orientation support
79
- - [ ] Touch targets ≥ 44x44pt
80
- - [ ] Reachable UI elements
81
-
82
- ### Violations Found
83
- | # | Issue | Severity | WCAG Criterion | Remediation |
84
- |---|-------|----------|----------------|-------------|
85
- | | | | | |
86
-
87
- ### Accessibility Statement
88
- {STATEMENT}
33
+ ### issues.md
34
+ - Issues table: Issue, Severity (Critical/Major/Minor), Screen/Component, Expected, Actual, Remediation
35
+ - **Critical:** blocks acceptance — must fix before shipping
36
+ - **Major:** significant deviation from design intent
37
+ - **Minor:** polish items, minor inconsistencies
38
+ - Links to design chunks: `../design/screen-{NN}-{name}.md`
39
+ - Links to build output: `../build/components/{name}`
40
+ - Links to brand system: `{BRAND_PATH}/system/components/{name}.md`
@@ -0,0 +1,67 @@
1
+ # Brand Strategy
2
+
3
+ ## Brand: {BRAND_NAME}
4
+ **Date:** {DATE}
5
+
6
+ ---
7
+
8
+ > This phase produces 6 chunks + INDEX.md in the `strategy/` directory.
9
+
10
+ ## Inputs
11
+ - BRIEF.md
12
+ - discover/competitive-audit.md → positioning.md, brand-prism.md
13
+ - discover/audience-personas.md → brand-prism.md (Reflection, Self-Image)
14
+ - discover/swot-analysis.md → brand-platform.md
15
+ - discover/trend-analysis.md → archetype.md (avoid saturated archetypes)
16
+ - discover/mood-board-direction.md → brand-prism.md (Physique)
17
+ - discover/strategic-recommendations.md → brand-platform.md
18
+ - audit/evolution-map.md (if exists) → evaluate current vs proposed
19
+
20
+ ## Chunk Mapping
21
+
22
+ | Chunk File | Content |
23
+ |-----------|---------|
24
+ | `brand-prism.md` | Kapferer's 6 facets |
25
+ | `archetype.md` | Primary + secondary Jungian archetypes |
26
+ | `golden-circle.md` | Why / How / What |
27
+ | `positioning.md` | Positioning statement + competitive map |
28
+ | `brand-platform.md` | Purpose, Vision, Mission, Values, Promise |
29
+ | `messaging-hierarchy.md` | Core message, supporting messages, elevator pitch |
30
+
31
+ ## Content Reference
32
+
33
+ Each chunk follows the format in `references/chunk-format.md`. Below is the structural reference for what each chunk should contain:
34
+
35
+ ### brand-prism.md
36
+ - **Physique** — tangible, physical qualities
37
+ - **Personality** — brand's character as a person
38
+ - **Culture** — values and principles
39
+ - **Relationship** — how brand relates to audience
40
+ - **Reflection** — how audience sees themselves through brand
41
+ - **Self-Image** — how audience feels using the brand
42
+
43
+ ### archetype.md
44
+ - Primary archetype + secondary influence
45
+ - Rationale for selection
46
+ - Strengths and shadow traits to avoid
47
+ - Communication style
48
+ - Visual tendencies
49
+
50
+ ### golden-circle.md
51
+ - **Why** — purpose beyond profit
52
+ - **How** — process to deliver on purpose
53
+ - **What** — products/services offered
54
+
55
+ ### positioning.md
56
+ - Positioning statement: For {audience} who {need}, {brand} is the {category} that {benefit} because {reason}
57
+ - 2-axis positioning map with competitors plotted
58
+ - White space analysis
59
+
60
+ ### brand-platform.md
61
+ - Purpose, Vision, Mission, Values, Promise
62
+ - Each specific and ownable
63
+
64
+ ### messaging-hierarchy.md
65
+ - Core message
66
+ - 3 supporting messages with proof points
67
+ - Elevator pitch (30 seconds)
@@ -1,84 +1,90 @@
1
1
  # Design System
2
2
 
3
- ## Project: {PROJECT_NAME}
3
+ ## Brand: {BRAND_NAME}
4
4
  **Date:** {DATE}
5
5
 
6
+ > Created once per brand. Reused across all projects.
7
+
6
8
  ---
7
9
 
8
- ## Foundations
9
-
10
- ### Color System
11
- <!-- Full color palette with semantic mapping -->
12
-
13
- ### Typography Scale
14
- | Level | Size | Weight | Line Height | Use |
15
- |-------|------|--------|-------------|-----|
16
- | Display | | | | |
17
- | H1 | | | | |
18
- | H2 | | | | |
19
- | H3 | | | | |
20
- | Body Large | | | | |
21
- | Body | | | | |
22
- | Body Small | | | | |
23
- | Caption | | | | |
24
- | Overline | | | | |
25
-
26
- ### Grid System
27
- - **Columns:** 12
28
- - **Gutter:** {GUTTER}px
29
- - **Margin:** {MARGIN}px
30
- - **Breakpoints:** {BREAKPOINTS}
31
-
32
- ### Spacing Scale
33
- - **Base unit:** 8px
34
- - **Scale:** 4, 8, 12, 16, 24, 32, 48, 64, 96
35
-
36
- ### Elevation / Shadow
37
- | Level | Use | Value |
38
- |-------|-----|-------|
39
- | 0 | Flat | none |
40
- | 1 | Cards | |
41
- | 2 | Dropdowns | |
42
- | 3 | Modals | |
43
- | 4 | Popovers | |
44
-
45
- ### Border Radius
46
- | Token | Value | Use |
47
- |-------|-------|-----|
48
- | none | 0 | |
49
- | sm | | |
50
- | md | | |
51
- | lg | | |
52
- | full | 9999px | Pills, avatars |
53
-
54
- ## Components
55
-
56
- ### Buttons
57
- <!-- States: default, hover, active, disabled, loading -->
58
-
59
- ### Inputs
60
- <!-- States: default, focus, error, disabled, filled -->
61
-
62
- ### Cards
63
- <!-- Variants and anatomy -->
64
-
65
- ### Navigation
66
- <!-- Patterns and responsive behavior -->
67
-
68
- ### Modals / Dialogs
69
- <!-- Structure and behavior -->
70
-
71
- <!-- Continue for 30+ components -->
72
-
73
- ## Design Tokens
74
- See `tokens.json` for machine-readable token export.
75
-
76
- ## Principles
77
- 1. {PRINCIPLE_1}
78
- 2. {PRINCIPLE_2}
79
- 3. {PRINCIPLE_3}
80
-
81
- ## Do's and Don'ts
82
- | Do | Don't |
83
- |----|-------|
84
- | | |
10
+ > This phase produces foundation chunks in `system/foundations/`, component chunks in `system/components/`, plus `principles.md`, `tokens.json`, and `INDEX.md`.
11
+
12
+ ## Inputs
13
+ - identity/color-system.md foundations/color-system.md
14
+ - identity/palettes.json → token generation
15
+ - identity/typography.md → foundations/typography.md
16
+ - identity/logo-directions.md clear space tokens
17
+ - strategy/archetype.md + strategy/brand-platform.md → principles.md
18
+ - verbal/brand-voice.md content component guidelines
19
+ - config.json system_config tech_stack, system_strategy
20
+
21
+ ## Chunk Mapping
22
+
23
+ ### Foundations (`system/foundations/`)
24
+
25
+ | Chunk File | Content |
26
+ |-----------|---------|
27
+ | `foundations/color-system.md` | Primary, secondary, semantic, neutral scale, dark mode, contrast ratios |
28
+ | `foundations/typography.md` | 9-level type scale (Display → Overline) with all properties |
29
+ | `foundations/spacing.md` | 8px base unit spacing scale |
30
+ | `foundations/grid.md` | 12-column grid with gutters, margins, breakpoints |
31
+ | `foundations/elevation.md` | 5 shadow levels with use cases and values |
32
+ | `foundations/border-radius.md` | Token scale (none, sm, md, lg, xl, full) |
33
+
34
+ ### Components (`system/components/`)
35
+
36
+ One chunk per component (`{name}.md`), singular kebab-case naming.
37
+ Each includes: states, anatomy, usage rules, accessibility spec, code hints.
38
+
39
+ ### Other Files
40
+
41
+ | File | Content |
42
+ |-----------|---------|
43
+ | `principles.md` | 3-5 design principles + do's and don'ts |
44
+ | `tokens.json` | Complete W3C Design Tokens format (color, typography, spacing, shadow, border-radius, breakpoints) |
45
+
46
+ ## Content Reference
47
+
48
+ Each chunk follows the format in `references/chunk-format.md`. Below is the structural reference for what each chunk should contain:
49
+
50
+ ### foundations/color-system.md
51
+ - Full color palette with semantic mapping
52
+ - Primary, secondary, accent, background, text colors
53
+ - Semantic colors: error, success, warning, info
54
+ - Neutral scale
55
+ - Dark mode mapping
56
+ - Contrast ratios (WCAG AA)
57
+
58
+ ### foundations/typography.md
59
+ - Type scale table: Level, Size, Weight, Line Height, Letter Spacing, Use
60
+ - Levels: Display, H1, H2, H3, Body Large, Body, Body Small, Caption, Overline
61
+
62
+ ### foundations/spacing.md
63
+ - Base unit: 8px
64
+ - Scale: 4, 8, 12, 16, 24, 32, 48, 64, 96
65
+ - Usage guidelines per scale value
66
+
67
+ ### foundations/grid.md
68
+ - Columns: 12
69
+ - Gutter, margin values
70
+ - Breakpoint definitions and behavior
71
+
72
+ ### foundations/elevation.md
73
+ - 5 levels (0–4): Flat, Cards, Dropdowns, Modals, Popovers
74
+ - CSS shadow values per level
75
+
76
+ ### foundations/border-radius.md
77
+ - Token scale: none (0), sm, md, lg, xl, full (9999px)
78
+ - Use cases per token
79
+
80
+ ### Component chunks
81
+ - States: default, hover, active, disabled, focus, loading
82
+ - Anatomy diagram
83
+ - Usage rules
84
+ - Accessibility spec
85
+ - Code hints
86
+ - Cross-references to foundation chunks
87
+
88
+ ### principles.md
89
+ - 3-5 design principles with rationale
90
+ - Do's and Don'ts table
@@ -0,0 +1,63 @@
1
+ # Verbal Identity
2
+
3
+ ## Brand: {BRAND_NAME}
4
+ **Date:** {DATE}
5
+
6
+ ---
7
+
8
+ > This phase produces 7 chunks + INDEX.md in the `verbal/` directory.
9
+
10
+ ## Inputs
11
+ - BRIEF.md — audience context
12
+ - strategy/brand-prism.md Personality → brand-voice.md
13
+ - strategy/archetype.md communication style → tone-spectrum.md
14
+ - strategy/brand-platform.md Purpose/Vision → brand-narrative.md
15
+ - strategy/brand-platform.md Promise → tagline-directions.md
16
+ - strategy/messaging-hierarchy.md + discover/audience-personas.md → messaging-matrix.md
17
+ - audit/brand-inventory.md voice samples (if exists) → baseline for voice evolution
18
+
19
+ ## Chunk Mapping
20
+
21
+ | Chunk File | Content |
22
+ |-----------|---------|
23
+ | `brand-voice.md` | 3-5 voice attributes with means/doesn't mean |
24
+ | `tone-spectrum.md` | 5 scales with default position + context shifts |
25
+ | `voice-chart.md` | Do/Don't per attribute + grammar/style rules |
26
+ | `messaging-matrix.md` | Messages by audience segment |
27
+ | `brand-narrative.md` | Origin story + 4-part story arc |
28
+ | `tagline-directions.md` | 3 distinct tagline directions |
29
+ | `nomenclature.md` | Naming conventions, principles, terminology |
30
+
31
+ ## Content Reference
32
+
33
+ Each chunk follows the format in `references/chunk-format.md`. Below is the structural reference for what each chunk should contain:
34
+
35
+ ### brand-voice.md
36
+ - 3-5 voice attributes table: Attribute, Description, Example
37
+ - Voice personality description
38
+ - Each attribute has "means / doesn't mean" + concrete examples
39
+
40
+ ### tone-spectrum.md
41
+ - 5 scales (Formal↔Casual, Serious↔Playful, Authoritative↔Friendly, Technical↔Simple, Reserved↔Enthusiastic) with brand position
42
+ - Tone by context table: Context, Tone Shift, Example (8-10 contexts)
43
+
44
+ ### voice-chart.md
45
+ - Do/Don't per attribute with real writing examples
46
+ - Before/after examples
47
+ - Grammar and style rules (contractions, emoji, exclamation marks)
48
+
49
+ ### messaging-matrix.md
50
+ - Table: Audience, Key Message, Tone, Proof Point, Channel
51
+ - At least 3 audience segments
52
+
53
+ ### brand-narrative.md
54
+ - Origin story
55
+ - 4-part story arc: Setup → Tension → Resolution → Transformation
56
+
57
+ ### tagline-directions.md
58
+ - 3 directions each with: tagline, approach/rationale, best-use context
59
+
60
+ ### nomenclature.md
61
+ - Naming conventions: Products, Features, Plans/tiers, Internal tools
62
+ - 3 naming principles
63
+ - Terminology guide: Use / Don't Use / Reason
@@ -1,21 +1,19 @@
1
- # Design Brief
1
+ # Project Brief
2
2
 
3
3
  ## Project
4
4
  - **Name:** {PROJECT_NAME}
5
5
  - **Type:** {PROJECT_TYPE}
6
6
  - **Date:** {DATE}
7
+ - **Brand:** {BRAND_NAME}
7
8
 
8
- ## Brand
9
- - **Company:** {COMPANY}
10
- - **Industry:** {INDUSTRY}
11
- - **Existing brand?** {YES_NO}
12
- - **Brand personality:** {PERSONALITY}
9
+ ## What We're Building
10
+ - **Description:** {DESCRIPTION}
11
+ - **Platforms:** {PLATFORMS}
12
+ - **Key screens/flows:** {KEY_SCREENS}
13
13
 
14
14
  ## Audience
15
15
  - **Primary:** {PRIMARY_AUDIENCE}
16
16
  - **Secondary:** {SECONDARY_AUDIENCE}
17
- - **Demographics:** {DEMOGRAPHICS}
18
- - **Psychographics:** {PSYCHOGRAPHICS}
19
17
 
20
18
  ## Goals
21
19
  - **Business goal:** {BUSINESS_GOAL}
@@ -26,20 +24,18 @@
26
24
  - **Platform:** {PLATFORMS}
27
25
  - **Tech stack:** {TECH_STACK}
28
26
  - **Timeline:** {TIMELINE}
29
- - **Budget:** {BUDGET}
30
27
  - **Accessibility:** WCAG 2.2 AA (default)
31
28
 
32
- ## Inspiration
33
- - **Brands admired:** {BRANDS}
34
- - **Styles liked:** {STYLES}
35
- - **Styles to avoid:** {AVOID}
29
+ ## Scope
30
+ - **Design scope:** {full | partial | tokens}
31
+ - **Target screens:** {ALL or list of specific screens/flows}
32
+ - **Codebase type:** {greenfield | boilerplate | existing}
33
+ - **Implementation target:** {code | shadcn | rn-reusables | existing | figma | skip}
36
34
 
37
35
  ## Deliverables
38
- - [ ] Research & trends
39
- - [ ] Brand identity
40
- - [ ] Design system
36
+ - [ ] Design system + tokens
41
37
  - [ ] UI/UX screens
42
- - [ ] Figma specs
38
+ - [ ] Implementation specs
43
39
  - [ ] Design review
44
40
  - [ ] Code components
45
41
  - [ ] Marketing assets
@@ -0,0 +1,32 @@
1
+ {
2
+ "version": "0.4.0",
3
+ "project_type": "design",
4
+ "project": {
5
+ "name": "",
6
+ "type": "",
7
+ "created": ""
8
+ },
9
+ "brand_ref": "",
10
+ "preferences": {
11
+ "platform": "web",
12
+ "tech_stack": "React + Tailwind",
13
+ "accessibility_level": "WCAG 2.2 AA",
14
+ "design_tool": "Figma",
15
+ "implementation_target": "code",
16
+ "codebase_type": "greenfield",
17
+ "design_scope": "full"
18
+ },
19
+ "git": {
20
+ "branch": "",
21
+ "pr": "",
22
+ "issues": []
23
+ },
24
+ "phases": {
25
+ "brief": { "status": "pending", "output": "brief/" },
26
+ "research": { "status": "pending", "output": "research/" },
27
+ "design": { "status": "pending", "output": "design/" },
28
+ "critique": { "status": "pending", "output": "critique/" },
29
+ "build": { "status": "pending", "output": "build/" },
30
+ "review": { "status": "pending", "output": "review/" }
31
+ }
32
+ }
@@ -0,0 +1,59 @@
1
+ # Project Roadmap
2
+
3
+ ## Project: {PROJECT_NAME}
4
+ **Brand:** {BRAND_NAME}
5
+ **Created:** {DATE}
6
+
7
+ > Treat this project as a bounded issue (or set of issues) and a PR. Ship small, ship complete.
8
+
9
+ ---
10
+
11
+ ## Phase 1: Brief
12
+ **Status:** pending
13
+ **Command:** `/gsp:brief`
14
+ **Input:** Brand system + BRIEF.md
15
+ **Output:** `brief/` (scope, adaptations, conditionals)
16
+ **Goal:** Scope the project — screen list, priorities, component adaptations, gap analysis.
17
+
18
+ ## Phase 2: Research
19
+ **Status:** pending
20
+ **Command:** `/gsp:research`
21
+ **Input:** Brief scope + brand system + BRIEF.md
22
+ **Output:** `research/` (UX patterns, competitor UX, technical research, accessibility patterns)
23
+ **Goal:** Deep project-level research — UX patterns, competitor analysis, technical approaches, accessibility strategies.
24
+
25
+ ## Phase 3: Design
26
+ **Status:** pending
27
+ **Command:** `/gsp:design`
28
+ **Input:** Research + brief + brand system + BRIEF.md
29
+ **Output:** `design/` (screen chunks + shared/)
30
+ **Goal:** Design core screens, flows, and interaction patterns.
31
+
32
+ ## Phase 4: Critique
33
+ **Status:** pending
34
+ **Command:** `/gsp:critique`
35
+ **Input:** All prior artifacts
36
+ **Output:** `critique/` (critique + accessibility chunks)
37
+ **Goal:** Critique design quality and audit accessibility compliance.
38
+
39
+ ## Phase 5: Build
40
+ **Status:** pending
41
+ **Command:** `/gsp:build`
42
+ **Input:** Design + brief + brand system
43
+ **Output:** `build/CODE.md` + `build/components/`
44
+ **Goal:** Translate design into production-ready frontend code.
45
+
46
+ ## Phase 6: Review
47
+ **Status:** pending
48
+ **Command:** `/gsp:review`
49
+ **Input:** Built deliverables + design intent
50
+ **Output:** `review/` (acceptance report + issues)
51
+ **Goal:** Validate built deliverables against design intent — token compliance, screen coverage, accessibility.
52
+
53
+ ---
54
+
55
+ ## Optional: Launch
56
+ **Command:** `/gsp:launch`
57
+ **Input:** Brand identity + verbal + design
58
+ **Output:** `launch/` (campaign chunks)
59
+ **Goal:** Create marketing campaign assets for launch. Run when needed.
@@ -1,6 +1,7 @@
1
1
  # Design State
2
2
 
3
3
  ## Project: {PROJECT_NAME}
4
+ **Brand:** {BRAND_NAME}
4
5
  **Started:** {DATE}
5
6
  **Current Phase:** 0 (Not started)
6
7
  **Prettiness Level:** 0%
@@ -11,24 +12,33 @@
11
12
 
12
13
  | # | Phase | Status | Started | Completed |
13
14
  |---|-------|--------|---------|-----------|
14
- | 1 | Research | pending | — | — |
15
- | 2 | Brand | pending | — | — |
16
- | 3 | System | pending | — | — |
17
- | 4 | Design | pending | — | — |
18
- | 5 | Spec | pending/skipped | — | — |
15
+ | 1 | Brief | pending | — | — |
16
+ | 2 | Research | pending | — | — |
17
+ | 3 | Design | pending | — | — |
18
+ | 4 | Critique | pending | — | — |
19
+ | 5 | Build | pending | — | — |
19
20
  | 6 | Review | pending | — | — |
20
- | 7 | Build | pending | — | — |
21
- | 8 | Launch | pending | — | — |
21
+
22
+ ## Git
23
+
24
+ | Field | Value |
25
+ |-------|-------|
26
+ | Branch | — |
27
+ | PR | — |
28
+ | Issues | — |
22
29
 
23
30
  ## Review Loops
24
- <!-- Track review → fix → re-review cycles -->
31
+ <!-- Track critique → fix → re-critique cycles -->
25
32
 
26
33
  | Loop | Date | Issues Found | Issues Fixed | Resubmitted |
27
34
  |------|------|-------------|-------------|-------------|
28
35
 
29
36
  ## Status Values
30
37
  <!-- pending | in-progress | complete | needs-revision | skipped -->
31
- <!-- Skipped phases count as complete for prettiness calculation -->
38
+
39
+ ## Launch
40
+ <!-- Optional — run /gsp:launch when needed -->
41
+ <!-- Status: not started -->
32
42
 
33
43
  ## Decisions
34
44
  <!-- Key design decisions and rationale -->