get-shit-pretty 0.7.0 → 0.7.3

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 (112) hide show
  1. package/README.md +301 -124
  2. package/bin/install.js +1 -1
  3. package/gsp/agents/gsp-accessibility-auditor.md +1 -60
  4. package/gsp/agents/gsp-brand-auditor.md +1 -61
  5. package/gsp/agents/gsp-brand-creative-director.md +10 -0
  6. package/gsp/agents/gsp-brand-engineer.md +1 -122
  7. package/gsp/agents/gsp-brand-researcher.md +11 -0
  8. package/gsp/agents/gsp-brand-strategist.md +1 -65
  9. package/gsp/agents/gsp-project-builder.md +17 -0
  10. package/gsp/agents/gsp-project-critic.md +11 -0
  11. package/gsp/agents/gsp-project-designer.md +11 -0
  12. package/gsp/agents/gsp-project-researcher.md +1 -74
  13. package/gsp/agents/gsp-project-reviewer.md +12 -0
  14. package/gsp/hooks/hooks.json +32 -14
  15. package/gsp/skills/get-shit-pretty/SKILL.md +2 -5
  16. package/gsp/skills/gsp-accessibility/SKILL.md +0 -1
  17. package/gsp/skills/gsp-accessibility-audit/SKILL.md +9 -8
  18. package/gsp/skills/gsp-accessibility-audit/methodology/gsp-accessibility-auditor.md +59 -0
  19. package/gsp/skills/gsp-add-reference/SKILL.md +0 -1
  20. package/gsp/skills/gsp-art/SKILL.md +13 -10
  21. package/gsp/skills/gsp-brand-audit/SKILL.md +4 -2
  22. package/gsp/skills/gsp-brand-audit/methodology/gsp-brand-auditor.md +61 -0
  23. package/gsp/skills/gsp-brand-brief/SKILL.md +129 -0
  24. package/gsp/skills/gsp-brand-guidelines/SKILL.md +13 -11
  25. package/gsp/skills/gsp-brand-guidelines/methodology/gsp-brand-engineer.md +122 -0
  26. package/gsp/skills/gsp-brand-identity/SKILL.md +19 -18
  27. package/gsp/{agents/gsp-creative-director.md → skills/gsp-brand-identity/methodology/gsp-brand-creative-director.md} +0 -9
  28. package/gsp/skills/gsp-brand-refine/SKILL.md +0 -1
  29. package/gsp/skills/gsp-brand-research/SKILL.md +13 -13
  30. package/gsp/{agents/gsp-researcher.md → skills/gsp-brand-research/methodology/gsp-brand-researcher.md} +0 -10
  31. package/gsp/skills/gsp-brand-strategy/SKILL.md +14 -14
  32. package/gsp/skills/gsp-brand-strategy/methodology/gsp-brand-strategist.md +65 -0
  33. package/gsp/skills/gsp-brand-sync/SKILL.md +60 -10
  34. package/gsp/skills/gsp-color/SKILL.md +0 -1
  35. package/gsp/skills/gsp-design-system/SKILL.md +0 -1
  36. package/gsp/skills/gsp-doctor/SKILL.md +0 -1
  37. package/gsp/skills/gsp-help/SKILL.md +10 -7
  38. package/gsp/skills/gsp-icons/SKILL.md +0 -1
  39. package/gsp/skills/gsp-logo/SKILL.md +0 -1
  40. package/gsp/skills/gsp-phase-transition/SKILL.md +0 -3
  41. package/gsp/skills/gsp-pretty/SKILL.md +25 -24
  42. package/gsp/skills/gsp-progress/SKILL.md +0 -1
  43. package/gsp/skills/gsp-project-brief/SKILL.md +51 -22
  44. package/gsp/skills/gsp-project-build/SKILL.md +216 -74
  45. package/gsp/skills/gsp-project-build/bento-grid.md +114 -0
  46. package/gsp/{agents/gsp-builder.md → skills/gsp-project-build/methodology/gsp-project-builder.md} +14 -16
  47. package/gsp/skills/gsp-project-critique/SKILL.md +21 -17
  48. package/gsp/{agents/gsp-critic.md → skills/gsp-project-critique/methodology/gsp-project-critic.md} +0 -11
  49. package/gsp/skills/gsp-project-design/SKILL.md +9 -6
  50. package/gsp/{agents/gsp-designer.md → skills/gsp-project-design/methodology/gsp-project-designer.md} +0 -11
  51. package/gsp/skills/gsp-project-research/SKILL.md +4 -2
  52. package/gsp/skills/gsp-project-research/methodology/gsp-project-researcher.md +73 -0
  53. package/gsp/skills/gsp-project-review/SKILL.md +8 -5
  54. package/gsp/{agents/gsp-reviewer.md → skills/gsp-project-review/methodology/gsp-project-reviewer.md} +0 -12
  55. package/gsp/skills/gsp-scaffold/SKILL.md +0 -1
  56. package/gsp/skills/gsp-start/SKILL.md +59 -210
  57. package/gsp/skills/gsp-style/SKILL.md +1 -2
  58. package/gsp/skills/gsp-style/styles/INDEX.yml +7 -1
  59. package/gsp/skills/gsp-style/styles/academia.md +751 -787
  60. package/gsp/skills/gsp-style/styles/art-deco.md +316 -352
  61. package/gsp/skills/gsp-style/styles/bauhaus.md +189 -225
  62. package/gsp/skills/gsp-style/styles/bold-typography.md +433 -469
  63. package/gsp/skills/gsp-style/styles/botanical.md +141 -177
  64. package/gsp/skills/gsp-style/styles/claymorphism.md +377 -413
  65. package/gsp/skills/gsp-style/styles/cyberpunk.md +419 -455
  66. package/gsp/skills/gsp-style/styles/enterprise.md +224 -260
  67. package/gsp/skills/gsp-style/styles/flat-design.md +119 -155
  68. package/gsp/skills/gsp-style/styles/fluent.md +0 -31
  69. package/gsp/skills/gsp-style/styles/glassmorphism.md +0 -36
  70. package/gsp/skills/gsp-style/styles/humanist-literary.md +0 -28
  71. package/gsp/skills/gsp-style/styles/industrial.md +406 -438
  72. package/gsp/skills/gsp-style/styles/kinetic.md +531 -563
  73. package/gsp/skills/gsp-style/styles/liquid-glass.md +0 -36
  74. package/gsp/skills/gsp-style/styles/luxury.md +402 -438
  75. package/gsp/skills/gsp-style/styles/material.md +555 -591
  76. package/gsp/skills/gsp-style/styles/maximalism.md +875 -911
  77. package/gsp/skills/gsp-style/styles/minimal-dark.md +442 -478
  78. package/gsp/skills/gsp-style/styles/modern-dark.md +390 -426
  79. package/gsp/skills/gsp-style/styles/monochrome.md +472 -504
  80. package/gsp/skills/gsp-style/styles/neubrutalism.md +354 -390
  81. package/gsp/skills/gsp-style/styles/neumorphism.md +195 -231
  82. package/gsp/skills/gsp-style/styles/newsprint.md +529 -565
  83. package/gsp/skills/gsp-style/styles/nothing.md +445 -0
  84. package/gsp/skills/gsp-style/styles/nothing.yml +146 -0
  85. package/gsp/skills/gsp-style/styles/organic.md +177 -213
  86. package/gsp/skills/gsp-style/styles/playful-geometric.md +211 -247
  87. package/gsp/skills/gsp-style/styles/professional.md +503 -539
  88. package/gsp/skills/gsp-style/styles/retro.md +664 -700
  89. package/gsp/skills/gsp-style/styles/saas.md +490 -526
  90. package/gsp/skills/gsp-style/styles/sketch.md +189 -225
  91. package/gsp/skills/gsp-style/styles/swiss-minimalist.md +195 -227
  92. package/gsp/skills/gsp-style/styles/terminal.md +99 -135
  93. package/gsp/skills/gsp-style/styles/vaporwave.md +356 -392
  94. package/gsp/skills/gsp-style/styles/web3.md +337 -373
  95. package/gsp/skills/gsp-typography/SKILL.md +0 -1
  96. package/gsp/skills/gsp-update/SKILL.md +0 -1
  97. package/gsp/skills/gsp-visuals/SKILL.md +0 -1
  98. package/gsp/templates/branding/config.json +3 -2
  99. package/gsp/templates/exports-index.md +0 -7
  100. package/gsp/templates/phases/build.md +13 -4
  101. package/gsp/templates/projects/config.json +3 -2
  102. package/gsp/templates/projects/roadmap.md +0 -7
  103. package/gsp/templates/projects/state.md +0 -4
  104. package/package.json +1 -1
  105. package/scripts/lint-check.sh +1 -1
  106. package/gsp/agents/gsp-ascii-artist.md +0 -66
  107. package/gsp/agents/gsp-brand-syncer.md +0 -126
  108. package/gsp/agents/gsp-campaign-director.md +0 -79
  109. package/gsp/agents/gsp-scoper.md +0 -85
  110. package/gsp/skills/gsp-launch/SKILL.md +0 -97
  111. package/gsp/skills/gsp-start/questioning.md +0 -87
  112. package/gsp/templates/phases/launch.md +0 -55
@@ -1,135 +1,99 @@
1
- <role>
2
- You are an expert frontend engineer, UI/UX designer, visual design specialist, and typography expert. Your goal is to help the user integrate a design system into an existing codebase in a way that is visually consistent, maintainable, and idiomatic to their tech stack.
3
-
4
- Before proposing or writing any code, first build a clear mental model of the current system:
5
-
6
- - Identify the tech stack (e.g. React, Next.js, Vue, Tailwind, shadcn/ui, etc.).
7
- - Understand the existing design tokens (colors, spacing, typography, radii, shadows), global styles, and utility patterns.
8
- - Review the current component architecture (atoms/molecules/organisms, layout primitives, etc.) and naming conventions.
9
- - Note any constraints (legacy CSS, design library in use, performance or bundle-size considerations).
10
-
11
- Ask the user focused questions to understand the user's goals. Do they want:
12
-
13
- - a specific component or page redesigned in the new style,
14
- - existing components refactored to the new system, or
15
- - new pages/features built entirely in the new style?
16
-
17
- Once you understand the context and scope, do the following:
18
-
19
- - Propose a concise implementation plan that follows best practices, prioritizing:
20
- - centralizing design tokens,
21
- - reusability and composability of components,
22
- - minimizing duplication and one-off styles,
23
- - long-term maintainability and clear naming.
24
- - When writing code, match the user’s existing patterns (folder structure, naming, styling approach, and component patterns).
25
- - Explain your reasoning briefly as you go, so the user understands *why* you’re making certain architectural or design choices.
26
-
27
- Always aim to:
28
-
29
- - Preserve or improve accessibility.
30
- - Maintain visual consistency with the provided design system.
31
- - Leave the codebase in a cleaner, more coherent state than you found it.
32
- - Ensure layouts are responsive and usable across devices.
33
- - Make deliberate, creative design choices (layout, motion, interaction details, and typography) that express the design system’s personality instead of producing a generic or boilerplate UI.
34
-
35
- </role>
36
-
37
- <design-system>
38
- # Design Philosophy
39
- The **Terminal CLI** aesthetic pays homage to the raw power of the command line. It strips away the "user interface" layers to reveal the "system" underneath. It is **brutally functional, high-contrast, and authentically retro**. It feels like hacking into a mainframe or configuring a server.
40
-
41
- The vibe is **Cyber-Industrial, Hacker, and System-Level**. It is not "Matrix" rain (too cliché); it is a clean, usable ZSH/BASH shell environment.
42
-
43
- **Key visual signatures:**
44
-
45
- * **Monospace Supremacy**: Every single character, from the largest headline to the smallest footer link, is monospaced.
46
- * **The Cursor**: The blinking block or underscore cursor `_` is the heartbeat of the interface.
47
- * **Shell Metaphors**: Use prompt characters (`>`, `$`, `~`), command flags (`--help`), and status codes (`[OK]`, `[ERR]`).
48
- * **Scanlines (Subtle)**: A very faint CRT scanline effect to give it depth without ruining readability.
49
-
50
- # Design Token System
51
-
52
- ## Colors (Dark Mode Only)
53
-
54
- The palette mimics a phosphor monitor. High contrast is non-negotiable.
55
-
56
- * **Background**: `#0a0a0a` (Deep black, but not pure OLED black to allow for scanlines)
57
- * **Foreground**: `#33ff00` (Classic Terminal Green) or `#ffb000` (Amber) - *Let's go with Green for this implementation as the primary, with Amber as secondary.*
58
- * `primary`: `#33ff00` (Bright Neon Green)
59
- * `secondary`: `#ffb000` (Amber/Orange for warnings or accents)
60
- * `muted`: `#1f521f` (Dimmed green for borders/inactive text)
61
- * `accent`: `#33ff00` (Same as primary, used for cursors/active states)
62
- * `error`: `#ff3333` (Bright Red)
63
- * `border`: `#1f521f` (Dimmed green)
64
-
65
- ## Typography
66
-
67
- * **Font**: `JetBrains Mono`, `Fira Code`, or `VT323`.
68
- * **Style**: **ALL CAPS** for headers. Lowercase for "code" or body text is acceptable, but consistency is key.
69
- * **Scale**: Strict modular scale. Headers shouldn't be "smooth"; they should snap to grid sizes.
70
-
71
- ## Radius & Borders
72
-
73
- * **Radius**: `0px`. Absolutely no rounded corners.
74
- * **Borders**: `1px` solid or dashed. Borders are crucial for defining "windows" or "panes".
75
-
76
- ## Shadows & Effects
77
-
78
- * **Shadows**: No drop shadows.
79
- * **Text Shadow**: A subtle "glow" for the primary text to mimic phosphor persistence.
80
- * `text-shadow: 0 0 5px rgba(51, 255, 0, 0.5)`
81
- * **CRT Overlay**: A pointer-events-none overlay with scanlines.
82
-
83
- # Component Stylings
84
-
85
- ## Buttons
86
-
87
- * **Structure**: Text enclosed in brackets `[ INITIATE ]` or a solid block of color with inverted text.
88
- * **Hover**: The background fills with the primary color, text becomes black (inverted video).
89
- * **Active**: A "pressed" state might shift the text 1px down or blink rapidly.
90
-
91
- ## Cards (Windows/Panes)
92
-
93
- * **Structure**: A black box with a 1px green border.
94
- * **Header**: A "title bar" at the top: `+--- SYSTEM STATUS ---+` or a solid inverted bar.
95
- * **Content**: Padded monospaced text inside.
96
-
97
- ## Inputs
98
-
99
- * **Style**: No box. Just a prompt `user@acme:~$` followed by the input field.
100
- * **Cursor**: A blinking block `█` at the caret position.
101
- * **Focus**: No ring, just the blinking cursor.
102
-
103
- # Layout Strategy
104
-
105
- The layout should feel like a grid of terminal windows (`tmux` or `vim` splits).
106
-
107
- * **Strict Grid**: Content is aligned to a rigid character grid.
108
- * **Separators**: Use ASCII characters for dividers: `----------------` or `================` or `//`.
109
-
110
- # Non-Genericness (The Bold Factor)
111
-
112
- * **ASCII Art**: Use ASCII art for the logo or key graphic elements.
113
- * **Typewriter Effect**: Headlines should appear character-by-character.
114
- * **Raw Data Visualization**: Stats shouldn't be pie charts; they should be progress bars `[||||||||||.....]`.
115
-
116
- # Effects & Animation
117
-
118
- * **Blink**: Utilities for `animate-blink` (standard cursor blinking).
119
- * **Glitch**: Occasional subtle text offsets on hover.
120
- * **Typing**: `typing-demo` animation for the hero text.
121
-
122
- # Iconography
123
-
124
- * **Lucide Icons**: Use them, but style them to look pixelated or low-fi if possible, or strict `stroke-width-2`.
125
- * **Color**: Icons are always the primary terminal color.
126
-
127
- # Responsive Strategy
128
-
129
- * **Mobile**: The "windows" stack vertically. The text size remains legible (monospaced fonts can be wide, so watch for overflow). Wrap long lines with a `\` indicator.
130
-
131
- # Accessibility
132
-
133
- * **Contrast**: The bright green on black exceeds AA requirements.
134
- * **Focus**: High visibility is inherent to this style (inverted colors).
135
- `</design-system>`
1
+ <design-system>
2
+ # Design Philosophy
3
+ The **Terminal CLI** aesthetic pays homage to the raw power of the command line. It strips away the "user interface" layers to reveal the "system" underneath. It is **brutally functional, high-contrast, and authentically retro**. It feels like hacking into a mainframe or configuring a server.
4
+
5
+ The vibe is **Cyber-Industrial, Hacker, and System-Level**. It is not "Matrix" rain (too cliché); it is a clean, usable ZSH/BASH shell environment.
6
+
7
+ **Key visual signatures:**
8
+
9
+ * **Monospace Supremacy**: Every single character, from the largest headline to the smallest footer link, is monospaced.
10
+ * **The Cursor**: The blinking block or underscore cursor `_` is the heartbeat of the interface.
11
+ * **Shell Metaphors**: Use prompt characters (`>`, `$`, `~`), command flags (`--help`), and status codes (`[OK]`, `[ERR]`).
12
+ * **Scanlines (Subtle)**: A very faint CRT scanline effect to give it depth without ruining readability.
13
+
14
+ # Design Token System
15
+
16
+ ## Colors (Dark Mode Only)
17
+
18
+ The palette mimics a phosphor monitor. High contrast is non-negotiable.
19
+
20
+ * **Background**: `#0a0a0a` (Deep black, but not pure OLED black to allow for scanlines)
21
+ * **Foreground**: `#33ff00` (Classic Terminal Green) or `#ffb000` (Amber) - *Let's go with Green for this implementation as the primary, with Amber as secondary.*
22
+ * `primary`: `#33ff00` (Bright Neon Green)
23
+ * `secondary`: `#ffb000` (Amber/Orange for warnings or accents)
24
+ * `muted`: `#1f521f` (Dimmed green for borders/inactive text)
25
+ * `accent`: `#33ff00` (Same as primary, used for cursors/active states)
26
+ * `error`: `#ff3333` (Bright Red)
27
+ * `border`: `#1f521f` (Dimmed green)
28
+
29
+ ## Typography
30
+
31
+ * **Font**: `JetBrains Mono`, `Fira Code`, or `VT323`.
32
+ * **Style**: **ALL CAPS** for headers. Lowercase for "code" or body text is acceptable, but consistency is key.
33
+ * **Scale**: Strict modular scale. Headers shouldn't be "smooth"; they should snap to grid sizes.
34
+
35
+ ## Radius & Borders
36
+
37
+ * **Radius**: `0px`. Absolutely no rounded corners.
38
+ * **Borders**: `1px` solid or dashed. Borders are crucial for defining "windows" or "panes".
39
+
40
+ ## Shadows & Effects
41
+
42
+ * **Shadows**: No drop shadows.
43
+ * **Text Shadow**: A subtle "glow" for the primary text to mimic phosphor persistence.
44
+ * `text-shadow: 0 0 5px rgba(51, 255, 0, 0.5)`
45
+ * **CRT Overlay**: A pointer-events-none overlay with scanlines.
46
+
47
+ # Component Stylings
48
+
49
+ ## Buttons
50
+
51
+ * **Structure**: Text enclosed in brackets `[ INITIATE ]` or a solid block of color with inverted text.
52
+ * **Hover**: The background fills with the primary color, text becomes black (inverted video).
53
+ * **Active**: A "pressed" state might shift the text 1px down or blink rapidly.
54
+
55
+ ## Cards (Windows/Panes)
56
+
57
+ * **Structure**: A black box with a 1px green border.
58
+ * **Header**: A "title bar" at the top: `+--- SYSTEM STATUS ---+` or a solid inverted bar.
59
+ * **Content**: Padded monospaced text inside.
60
+
61
+ ## Inputs
62
+
63
+ * **Style**: No box. Just a prompt `user@acme:~$` followed by the input field.
64
+ * **Cursor**: A blinking block `█` at the caret position.
65
+ * **Focus**: No ring, just the blinking cursor.
66
+
67
+ # Layout Strategy
68
+
69
+ The layout should feel like a grid of terminal windows (`tmux` or `vim` splits).
70
+
71
+ * **Strict Grid**: Content is aligned to a rigid character grid.
72
+ * **Separators**: Use ASCII characters for dividers: `----------------` or `================` or `//`.
73
+
74
+ # Non-Genericness (The Bold Factor)
75
+
76
+ * **ASCII Art**: Use ASCII art for the logo or key graphic elements.
77
+ * **Typewriter Effect**: Headlines should appear character-by-character.
78
+ * **Raw Data Visualization**: Stats shouldn't be pie charts; they should be progress bars `[||||||||||.....]`.
79
+
80
+ # Effects & Animation
81
+
82
+ * **Blink**: Utilities for `animate-blink` (standard cursor blinking).
83
+ * **Glitch**: Occasional subtle text offsets on hover.
84
+ * **Typing**: `typing-demo` animation for the hero text.
85
+
86
+ # Iconography
87
+
88
+ * **Lucide Icons**: Use them, but style them to look pixelated or low-fi if possible, or strict `stroke-width-2`.
89
+ * **Color**: Icons are always the primary terminal color.
90
+
91
+ # Responsive Strategy
92
+
93
+ * **Mobile**: The "windows" stack vertically. The text size remains legible (monospaced fonts can be wide, so watch for overflow). Wrap long lines with a `\` indicator.
94
+
95
+ # Accessibility
96
+
97
+ * **Contrast**: The bright green on black exceeds AA requirements.
98
+ * **Focus**: High visibility is inherent to this style (inverted colors).
99
+ `</design-system>`