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,87 +0,0 @@
1
- # Brief-Gathering Techniques
2
-
3
- ## Purpose
4
- Guide brief-gathering conversations — used by `/gsp-start` for both brand briefs and project briefs.
5
-
6
- ---
7
-
8
- ## Core Rules
9
-
10
- **One decision per question.** Every question must be its own `AskUserQuestion` call. Never group multiple questions into a single message. Ask one thing, wait for the answer, use it to inform the next question.
11
-
12
- **Never re-ask what the user already answered.** If information was gathered in a prior phase and is available in BRIEF.md or other artifacts, use it — don't ask again. If you need to validate stale information, confirm it ("I see X from earlier — still accurate?") rather than asking from scratch. Each phase reads the prior phase's output; the user should never feel like they're repeating themselves.
13
-
14
- ---
15
-
16
- ## Question Flow
17
-
18
- ### Phase 1: Context (Who & Why)
19
- Start broad, then narrow. Each is a separate `AskUserQuestion`.
20
-
21
- 1. **What** is this project? (app, website, rebrand, campaign)
22
- 2. **Who** is it for? (audience demographics, psychographics)
23
- 3. **Why** does it exist? (business goal, user need)
24
- 4. **What problem** does it solve?
25
-
26
- ### Phase 2: Brand (Identity & Voice)
27
- 5. Is there an **existing brand** to work with?
28
- 6. Three words that describe the **brand personality**
29
- 7. **Brands you admire** (and why)
30
- 8. **Styles to avoid** (and why)
31
-
32
- ### Phase 3: Scope (What & Where)
33
- 9. **Platforms:** Web, iOS, Android, all?
34
- 10. **Tech stack** preferences? (React, Swift, Flutter, etc.)
35
- 11. **Key screens/pages** needed?
36
- 12. **Accessibility level:** WCAG A, AA, or AAA?
37
-
38
- ### Phase 4: Constraints (Limits & Realities)
39
- 13. **Timeline:** When does this need to ship?
40
- 14. **Budget:** Any constraints on tools, licensing, assets?
41
- 15. **Existing assets:** Logo, brand guide, content, photography?
42
- 16. **Team:** Who will implement? (devs, designers, solo)
43
-
44
- ### Phase 5: Success (How We Know)
45
- 17. **What does success look like?** (metrics, feelings, outcomes)
46
- 18. **Biggest risk** if we get this wrong?
47
-
48
- ---
49
-
50
- ## Questioning Techniques
51
-
52
- ### One at a Time
53
- Ask each question as its own `AskUserQuestion` call. Wait for the answer before asking the next. Use each answer to decide whether to skip, reframe, or drill into the next question.
54
-
55
- ### Adapt and Skip
56
- Don't follow the list rigidly. If an early answer reveals enough context, skip later questions. If an answer is surprising, follow up before moving on. The sequence is a guide, not a script.
57
-
58
- ### Follow-Up Patterns
59
- - **"Tell me more about..."** — When an answer is surface-level
60
- - **"What would that look like?"** — When an answer is abstract
61
- - **"Why is that important?"** — To uncover underlying needs
62
- - **"What if we couldn't do that?"** — To test assumptions
63
-
64
- ### Inference Over Interrogation
65
- Don't ask what you can infer:
66
- - If they say "fintech app for Gen Z" → infer mobile-first, modern aesthetic
67
- - If they say "enterprise dashboard" → infer data-dense, professional
68
- - State your inferences and let them correct
69
-
70
- ### Handling Vague Answers
71
- - Use `AskUserQuestion` with 2-3 concrete options instead of open-ended re-asks
72
- - Each option should have a clear **label**, a **description** explaining what it means, and optionally a **preview** showing what it looks like in practice
73
- - Example: instead of "What style do you want?", use `AskUserQuestion` with options like "Minimal & clean" (description: "Lots of white space, restrained palette") vs "Bold & expressive" (description: "Saturated colors, strong typography")
74
- - Reserve prose questions for open-ended exploration where you genuinely don't know the option space
75
-
76
- ### When to Use `AskUserQuestion` vs Prose
77
- - **Always use `AskUserQuestion`** — this is the default for every user-facing question
78
- - **Prose is only for** follow-up clarifications where the answer space is truly unbounded and you cannot write meaningful options
79
- - **Rule of thumb:** if you can write 2-4 meaningful options with descriptions, use `AskUserQuestion`. If you'd be guessing at what the options should be, still use `AskUserQuestion` with an open-ended framing.
80
-
81
- ### Knowing When You Have Enough
82
- A brief is complete when you can answer:
83
- - [ ] Who is this for and what do they need?
84
- - [ ] What does the brand feel like?
85
- - [ ] What are we building and on what platforms?
86
- - [ ] What are the hard constraints?
87
- - [ ] How will we measure success?
@@ -1,55 +0,0 @@
1
- # Launch Campaign
2
-
3
- ## Project: {PROJECT_NAME}
4
- **Date:** {DATE}
5
-
6
- ---
7
-
8
- > This phase produces 6 chunks + INDEX.md in the `launch/` directory.
9
-
10
- ## Chunk Mapping
11
-
12
- | Chunk File | Content |
13
- |-----------|---------|
14
- | `campaign-strategy.md` | Objective, audience, key message, tone, channels |
15
- | `digital-ads.md` | Google Ads + Meta/Instagram + TikTok (all formats and A/B variants) |
16
- | `email-sequences.md` | All sequences with subject lines, body copy, CTAs |
17
- | `landing-page.md` | Full page structure with above-fold and sections |
18
- | `social-media.md` | Per-platform posts with copy, visual direction, hashtags |
19
- | `sales-content.md` | Sales enablement + content marketing combined |
20
-
21
- ## Content Reference
22
-
23
- Each chunk follows the standard chunk format. Below is the structural reference for what each chunk should contain:
24
-
25
- ### campaign-strategy.md
26
- - **Objective:** campaign goal
27
- - **Target audience:** segments
28
- - **Key message:** core message
29
- - **Tone:** voice and tone for campaign
30
- - **Channels:** distribution strategy
31
-
32
- ### digital-ads.md
33
- - **Google Ads:** Format, Headline, Description, CTA, Visual Direction
34
- - **Meta / Instagram:** Format, Copy, Visual Direction, CTA, A/B Variant
35
- - **TikTok:** Format, Hook, Copy, Visual Direction
36
-
37
- ### email-sequences.md
38
- - **Welcome series:** 3 emails with subject, purpose, body copy, CTA
39
- - **Promotional:** email specs
40
- - **Re-engagement:** email specs
41
-
42
- ### landing-page.md
43
- - **Headline:** main headline
44
- - **Subhead:** supporting copy
45
- - **Hero:** visual direction
46
- - **CTA:** primary call to action
47
- - **Social proof:** approach
48
- - Full section-by-section page structure
49
-
50
- ### social-media.md
51
- - Per-platform table: Platform, Post Type, Copy, Visual Direction, Hashtags
52
-
53
- ### sales-content.md
54
- - **Sales enablement:** materials list with descriptions
55
- - **Content marketing:** content pieces with topics and formats