@allthingsclaude/blueprints 0.4.4 → 0.4.5
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/content/commands/design.md +77 -60
- package/package.json +1 -1
|
@@ -39,74 +39,91 @@ Parse the brief for: asset type, platform(s), goal, style direction, messaging,
|
|
|
39
39
|
|
|
40
40
|
### If the brief is empty or vague:
|
|
41
41
|
|
|
42
|
-
Conduct a focused discovery
|
|
42
|
+
Conduct a focused discovery using the **AskUserQuestion tool** for interactive selection. The user should be able to click/select options rather than typing numbers. Adapt follow-up questions based on previous answers.
|
|
43
43
|
|
|
44
44
|
#### First, determine the repo context:
|
|
45
45
|
|
|
46
46
|
Check the "Existing Brand Assets" and "Previous Brand Brief" sections above. If brand files were detected (CSS, Tailwind config, SVGs, design tokens, or an existing `design/brand-brief.md`), this is a **brand-rich repo** — the codebase contains enough to derive brand identity, visual style, and messaging automatically.
|
|
47
47
|
|
|
48
|
-
####
|
|
49
|
-
|
|
50
|
-
**Q1:
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
- App
|
|
56
|
-
- Presentation
|
|
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
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
**
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
48
|
+
#### Round 1 — Core questions (single AskUserQuestion call, 3 questions):
|
|
49
|
+
|
|
50
|
+
**Q1** (header: "Asset type", multiSelect: false):
|
|
51
|
+
Question: "What type of design asset do you need?"
|
|
52
|
+
Options:
|
|
53
|
+
- label: "Social media banners" / description: "Instagram, Twitter/X, LinkedIn, Facebook"
|
|
54
|
+
- label: "Ad creatives & email" / description: "Display ads, retargeting, email headers, newsletter graphics"
|
|
55
|
+
- label: "Product assets" / description: "Open Graph images, App Store screenshots, Product Hunt"
|
|
56
|
+
- label: "Presentation graphics" / description: "Pitch deck slides, keynote visuals"
|
|
57
|
+
|
|
58
|
+
**Q2** (header: "Goal", multiSelect: false):
|
|
59
|
+
Question: "What's the campaign goal?"
|
|
60
|
+
Options:
|
|
61
|
+
- label: "Launch / announcement" / description: "New product, feature, or version release"
|
|
62
|
+
- label: "Feature spotlight" / description: "Highlight a specific capability or use case"
|
|
63
|
+
- label: "Brand awareness" / description: "General brand visibility and recognition"
|
|
64
|
+
- label: "Event / hiring / culture" / description: "Promote events, open roles, or team culture"
|
|
65
|
+
|
|
66
|
+
**Q3** (header: "Count", multiSelect: false):
|
|
67
|
+
Question: "How many designs should I create?"
|
|
68
|
+
Options:
|
|
69
|
+
- label: "3 designs" / description: "Focused, tight set"
|
|
70
|
+
- label: "6 designs (Recommended)" / description: "Balanced variety for a campaign"
|
|
71
|
+
- label: "9 designs" / description: "Extended campaign coverage"
|
|
72
|
+
- label: "12 designs" / description: "Full campaign suite with maximum variety"
|
|
73
|
+
|
|
74
|
+
#### Round 2 — Platform selection (single AskUserQuestion call, 1 question):
|
|
75
|
+
|
|
76
|
+
Ask a **multiSelect: true** question for platform(s). Offer the 4 most relevant platforms based on the asset type from Round 1:
|
|
77
|
+
|
|
78
|
+
If **social media banners**:
|
|
79
|
+
- label: "Instagram Post" / description: "Square — 1080×1080"
|
|
80
|
+
- label: "Instagram Story" / description: "Vertical — 1080×1920"
|
|
81
|
+
- label: "Twitter/X Post" / description: "Landscape — 1200×675"
|
|
82
|
+
- label: "LinkedIn Post" / description: "Landscape — 1200×627"
|
|
83
|
+
|
|
84
|
+
If **ad creatives & email**:
|
|
85
|
+
- label: "Email header" / description: "Wide — 600×200"
|
|
86
|
+
- label: "Newsletter graphic" / description: "Landscape — 1200×630"
|
|
87
|
+
- label: "Display ad" / description: "Landscape — 1200×628"
|
|
88
|
+
- label: "Retargeting banner" / description: "Rectangle — 300×250"
|
|
89
|
+
|
|
90
|
+
If **product assets**:
|
|
91
|
+
- label: "Open Graph" / description: "Landscape — 1200×630"
|
|
92
|
+
- label: "Product Hunt" / description: "Landscape — 1270×760"
|
|
93
|
+
- label: "YouTube Thumbnail" / description: "Landscape — 1280×720"
|
|
94
|
+
- label: "App Store screenshot" / description: "Portrait — 1284×2778"
|
|
95
|
+
|
|
96
|
+
If **presentation graphics**:
|
|
97
|
+
- label: "Slide 16:9" / description: "Widescreen — 1920×1080"
|
|
98
|
+
- label: "Slide 4:3" / description: "Standard — 1024×768"
|
|
99
|
+
- label: "LinkedIn Post" / description: "Landscape — 1200×627"
|
|
100
|
+
- label: "Twitter/X Post" / description: "Landscape — 1200×675"
|
|
101
|
+
|
|
102
|
+
#### Round 3 — Brand & style (only for bare repos, single AskUserQuestion call):
|
|
103
|
+
|
|
104
|
+
Only ask these if **no brand files were detected**. In brand-rich repos, skip to confirmation.
|
|
105
|
+
|
|
106
|
+
**Q1** (header: "Style", multiSelect: false):
|
|
107
|
+
Question: "What visual style fits your brand?"
|
|
108
|
+
Options:
|
|
109
|
+
- label: "Minimal / editorial" / description: "Whitespace, typography-driven, structural grids"
|
|
110
|
+
- label: "Bold / dark premium" / description: "High-contrast, oversized type, dark backgrounds, glow effects"
|
|
111
|
+
- label: "Playful / colorful" / description: "Gradients, rounded shapes, vibrant colors"
|
|
112
|
+
- label: "Technical / developer" / description: "Terminal mockups, monospace, code aesthetics"
|
|
113
|
+
|
|
114
|
+
**Q2** (header: "Headline", multiSelect: false):
|
|
115
|
+
Question: "What's the primary headline direction?"
|
|
116
|
+
Options:
|
|
117
|
+
- label: "Product name + tagline" / description: "Lead with brand identity and value prop"
|
|
118
|
+
- label: "Feature benefit" / description: "Lead with what the product does for users"
|
|
119
|
+
- label: "Call to action" / description: "Lead with urgency — try it, sign up, launch day"
|
|
120
|
+
- label: "I'll write it" / description: "Select Other to provide your own headline"
|
|
121
|
+
|
|
122
|
+
#### In brand-rich repos, skip Round 3:
|
|
106
123
|
|
|
107
124
|
The agent will automatically analyze the codebase for colors, typography, design patterns, logos, and product copy. Brand identity, visual style, and messaging will be derived from the existing design system and content. The user can still override any of these when confirming the brief.
|
|
108
125
|
|
|
109
|
-
After gathering answers, **summarize the complete brief and ask for confirmation** before launching the agent. Include what will be auto-derived from the codebase so the user can correct anything.
|
|
126
|
+
After gathering all answers, **summarize the complete brief and ask for confirmation** before launching the agent. Include what will be auto-derived from the codebase so the user can correct anything.
|
|
110
127
|
|
|
111
128
|
### Launching the Agent
|
|
112
129
|
|