moicle 1.2.0 → 1.3.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.
|
@@ -0,0 +1,477 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: logo-design
|
|
3
|
+
description: Generate comprehensive logo design specifications, brand identity guidelines, and visual concepts. Use when user says "design logo", "create logo", "brand identity", "logo concept", "visual identity".
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Logo Design Skill
|
|
7
|
+
|
|
8
|
+
Structured workflow for creating professional logo design specifications, brand guidelines, and visual identity systems.
|
|
9
|
+
|
|
10
|
+
## Workflow Overview
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
DISCOVER → CONCEPT → DESIGN → REFINE → DELIVER
|
|
14
|
+
│ │ │ │ │
|
|
15
|
+
▼ ▼ ▼ ▼ ▼
|
|
16
|
+
Brand 3 Logo Specify Iterate Final
|
|
17
|
+
Audit Concepts Colors Based on Assets &
|
|
18
|
+
& Brief & Type Feedback Guidelines
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Recommended Agents
|
|
22
|
+
|
|
23
|
+
| Phase | Agent | Purpose |
|
|
24
|
+
|-------|-------|---------|
|
|
25
|
+
| DISCOVER | @docs-writer | Document brand brief |
|
|
26
|
+
| CONCEPT | @clean-architect | Structure design system |
|
|
27
|
+
| DESIGN | @docs-writer | Specification documents |
|
|
28
|
+
| DELIVER | @docs-writer | Brand guidelines document |
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Phase 1: DISCOVER
|
|
33
|
+
|
|
34
|
+
**Goal**: Understand the brand, audience, and design requirements.
|
|
35
|
+
|
|
36
|
+
### Actions
|
|
37
|
+
|
|
38
|
+
1. Gather brand information from the user:
|
|
39
|
+
|
|
40
|
+
```
|
|
41
|
+
BRAND DISCOVERY BRIEF
|
|
42
|
+
=====================
|
|
43
|
+
|
|
44
|
+
Project Name: [Name]
|
|
45
|
+
Tagline/Slogan: [If any]
|
|
46
|
+
|
|
47
|
+
1. BRAND PERSONALITY
|
|
48
|
+
- What 3-5 adjectives describe your brand?
|
|
49
|
+
Examples: Modern, Playful, Professional, Minimal, Bold, Elegant
|
|
50
|
+
- Adjectives: [Answer]
|
|
51
|
+
|
|
52
|
+
2. TARGET AUDIENCE
|
|
53
|
+
- Who is your primary audience?
|
|
54
|
+
- Age range: [Answer]
|
|
55
|
+
- Industry: [Answer]
|
|
56
|
+
- Technical level: [Answer]
|
|
57
|
+
|
|
58
|
+
3. COMPETITORS
|
|
59
|
+
- List 2-3 competitors or brands you admire:
|
|
60
|
+
1. [Brand] - What you like: [Answer]
|
|
61
|
+
2. [Brand] - What you like: [Answer]
|
|
62
|
+
3. [Brand] - What you like: [Answer]
|
|
63
|
+
|
|
64
|
+
4. STYLE PREFERENCES
|
|
65
|
+
- Preferred style? (select all that apply)
|
|
66
|
+
[ ] Minimal / Clean
|
|
67
|
+
[ ] Geometric / Abstract
|
|
68
|
+
[ ] Illustrative / Detailed
|
|
69
|
+
[ ] Typographic / Wordmark
|
|
70
|
+
[ ] Mascot / Character
|
|
71
|
+
[ ] Vintage / Retro
|
|
72
|
+
[ ] Futuristic / Tech
|
|
73
|
+
|
|
74
|
+
5. COLOR PREFERENCES
|
|
75
|
+
- Any must-have colors? [Answer]
|
|
76
|
+
- Any colors to avoid? [Answer]
|
|
77
|
+
- Mood: [Warm / Cool / Neutral / Vibrant]
|
|
78
|
+
|
|
79
|
+
6. USAGE CONTEXT
|
|
80
|
+
- Where will the logo be used? (select all)
|
|
81
|
+
[ ] Website / Web app
|
|
82
|
+
[ ] Mobile app
|
|
83
|
+
[ ] Social media
|
|
84
|
+
[ ] Print materials
|
|
85
|
+
[ ] Merchandise
|
|
86
|
+
[ ] CLI / Terminal
|
|
87
|
+
[ ] npm / Package registry
|
|
88
|
+
|
|
89
|
+
7. EXISTING ASSETS
|
|
90
|
+
- Do you have existing brand elements? [Yes/No]
|
|
91
|
+
- If yes, what to keep? [Answer]
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
2. Research competitor logos and industry visual trends
|
|
95
|
+
3. Document findings in brand brief
|
|
96
|
+
|
|
97
|
+
### Output
|
|
98
|
+
|
|
99
|
+
Brand Discovery Brief document saved to `docs/logo/brand-brief.md`
|
|
100
|
+
|
|
101
|
+
### Gate
|
|
102
|
+
|
|
103
|
+
- [ ] Brand personality defined (3-5 adjectives)
|
|
104
|
+
- [ ] Target audience identified
|
|
105
|
+
- [ ] Style preferences selected
|
|
106
|
+
- [ ] Color preferences noted
|
|
107
|
+
- [ ] Usage context listed
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## Phase 2: CONCEPT
|
|
112
|
+
|
|
113
|
+
**Goal**: Generate 3 distinct logo concepts with rationale.
|
|
114
|
+
|
|
115
|
+
### Actions
|
|
116
|
+
|
|
117
|
+
1. Based on the Brand Brief, create 3 logo concepts
|
|
118
|
+
2. Each concept must include:
|
|
119
|
+
- Concept name and theme
|
|
120
|
+
- ASCII/text representation of the logo idea
|
|
121
|
+
- Design rationale (why this works for the brand)
|
|
122
|
+
- Mood and feel description
|
|
123
|
+
|
|
124
|
+
3. Present concepts using this template:
|
|
125
|
+
|
|
126
|
+
```
|
|
127
|
+
LOGO CONCEPTS
|
|
128
|
+
=============
|
|
129
|
+
|
|
130
|
+
CONCEPT A: [Name]
|
|
131
|
+
─────────────────
|
|
132
|
+
Theme: [Theme description]
|
|
133
|
+
|
|
134
|
+
Visual:
|
|
135
|
+
┌──────────────────────────────┐
|
|
136
|
+
│ │
|
|
137
|
+
│ [ASCII representation] │
|
|
138
|
+
│ │
|
|
139
|
+
└──────────────────────────────┘
|
|
140
|
+
|
|
141
|
+
Description:
|
|
142
|
+
- Icon: [What the icon represents]
|
|
143
|
+
- Typography: [Font style suggestion]
|
|
144
|
+
- Style: [Geometric/Organic/Minimal/etc.]
|
|
145
|
+
|
|
146
|
+
Rationale:
|
|
147
|
+
[Why this concept fits the brand personality and audience]
|
|
148
|
+
|
|
149
|
+
Variants:
|
|
150
|
+
- Full logo (icon + text)
|
|
151
|
+
- Icon only (for small sizes)
|
|
152
|
+
- Text only (wordmark)
|
|
153
|
+
|
|
154
|
+
───────────────────────────────
|
|
155
|
+
|
|
156
|
+
CONCEPT B: [Name]
|
|
157
|
+
─────────────────
|
|
158
|
+
[Same structure as above]
|
|
159
|
+
|
|
160
|
+
───────────────────────────────
|
|
161
|
+
|
|
162
|
+
CONCEPT C: [Name]
|
|
163
|
+
─────────────────
|
|
164
|
+
[Same structure as above]
|
|
165
|
+
|
|
166
|
+
───────────────────────────────
|
|
167
|
+
|
|
168
|
+
RECOMMENDATION: Concept [X] because [reason]
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
4. Ask user to select preferred concept or provide feedback
|
|
172
|
+
|
|
173
|
+
### Output
|
|
174
|
+
|
|
175
|
+
3 concept presentations with rationale
|
|
176
|
+
|
|
177
|
+
### Gate
|
|
178
|
+
|
|
179
|
+
- [ ] 3 distinct concepts created
|
|
180
|
+
- [ ] Each has visual representation
|
|
181
|
+
- [ ] Each has clear rationale
|
|
182
|
+
- [ ] User selected preferred concept
|
|
183
|
+
|
|
184
|
+
### Feedback Loop
|
|
185
|
+
|
|
186
|
+
If user wants changes → Refine concepts → Re-present
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
## Phase 3: DESIGN
|
|
191
|
+
|
|
192
|
+
**Goal**: Develop the selected concept into a full design specification.
|
|
193
|
+
|
|
194
|
+
### Actions
|
|
195
|
+
|
|
196
|
+
1. Define the complete color palette:
|
|
197
|
+
|
|
198
|
+
```
|
|
199
|
+
COLOR PALETTE
|
|
200
|
+
=============
|
|
201
|
+
|
|
202
|
+
Primary Colors:
|
|
203
|
+
┌────────────────────────────────────────────────┐
|
|
204
|
+
│ [HEX] [Name] - [Usage description] │
|
|
205
|
+
│ [HEX] [Name] - [Usage description] │
|
|
206
|
+
└────────────────────────────────────────────────┘
|
|
207
|
+
|
|
208
|
+
Secondary Colors:
|
|
209
|
+
┌────────────────────────────────────────────────┐
|
|
210
|
+
│ [HEX] [Name] - [Usage description] │
|
|
211
|
+
│ [HEX] [Name] - [Usage description] │
|
|
212
|
+
└────────────────────────────────────────────────┘
|
|
213
|
+
|
|
214
|
+
Neutral Colors:
|
|
215
|
+
┌────────────────────────────────────────────────┐
|
|
216
|
+
│ [HEX] [Name] - [Usage description] │
|
|
217
|
+
│ [HEX] [Name] - [Usage description] │
|
|
218
|
+
│ [HEX] [Name] - [Usage description] │
|
|
219
|
+
└────────────────────────────────────────────────┘
|
|
220
|
+
|
|
221
|
+
Gradients:
|
|
222
|
+
- Primary: [HEX] → [HEX] (direction)
|
|
223
|
+
- Accent: [HEX] → [HEX] (direction)
|
|
224
|
+
|
|
225
|
+
Accessibility:
|
|
226
|
+
- Contrast ratio (text on bg): [ratio] (WCAG AA: 4.5:1)
|
|
227
|
+
- Contrast ratio (large text): [ratio] (WCAG AA: 3:1)
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
2. Define typography:
|
|
231
|
+
|
|
232
|
+
```
|
|
233
|
+
TYPOGRAPHY
|
|
234
|
+
==========
|
|
235
|
+
|
|
236
|
+
Logo Font: [Font Name] [Weight]
|
|
237
|
+
Heading Font: [Font Name] [Weight]
|
|
238
|
+
Body Font: [Font Name] [Weight]
|
|
239
|
+
Code/Mono Font: [Font Name] [Weight]
|
|
240
|
+
|
|
241
|
+
Font Pairing Rationale: [Why these fonts work together]
|
|
242
|
+
|
|
243
|
+
Fallback Stack:
|
|
244
|
+
- Headings: [Font], [Fallback1], [Fallback2], sans-serif
|
|
245
|
+
- Body: [Font], [Fallback1], [Fallback2], sans-serif
|
|
246
|
+
- Code: [Font], [Fallback1], monospace
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
3. Define logo construction and spacing:
|
|
250
|
+
|
|
251
|
+
```
|
|
252
|
+
LOGO CONSTRUCTION
|
|
253
|
+
=================
|
|
254
|
+
|
|
255
|
+
Clear Space:
|
|
256
|
+
- Minimum clear space = [X] times the height of the icon
|
|
257
|
+
- No other elements should enter the clear space
|
|
258
|
+
|
|
259
|
+
Minimum Sizes:
|
|
260
|
+
- Digital: [X]px width minimum
|
|
261
|
+
- Print: [X]mm width minimum
|
|
262
|
+
|
|
263
|
+
Logo Versions:
|
|
264
|
+
1. Full Logo (horizontal) - Icon + Wordmark
|
|
265
|
+
2. Full Logo (stacked) - Icon above Wordmark
|
|
266
|
+
3. Icon Only - For small spaces, favicons
|
|
267
|
+
4. Wordmark Only - Text-only version
|
|
268
|
+
|
|
269
|
+
Color Versions:
|
|
270
|
+
1. Full color (on light background)
|
|
271
|
+
2. Full color (on dark background)
|
|
272
|
+
3. Single color (black)
|
|
273
|
+
4. Single color (white/reversed)
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
### Output
|
|
277
|
+
|
|
278
|
+
Complete design specification document
|
|
279
|
+
|
|
280
|
+
### Gate
|
|
281
|
+
|
|
282
|
+
- [ ] Color palette defined with hex values
|
|
283
|
+
- [ ] Typography selected with rationale
|
|
284
|
+
- [ ] Logo construction rules defined
|
|
285
|
+
- [ ] All logo versions specified
|
|
286
|
+
- [ ] Accessibility checked
|
|
287
|
+
|
|
288
|
+
---
|
|
289
|
+
|
|
290
|
+
## Phase 4: REFINE
|
|
291
|
+
|
|
292
|
+
**Goal**: Iterate on the design based on user feedback and create usage guidelines.
|
|
293
|
+
|
|
294
|
+
### Actions
|
|
295
|
+
|
|
296
|
+
1. Present complete design spec to user
|
|
297
|
+
2. Gather feedback and iterate
|
|
298
|
+
3. Create Do's and Don'ts:
|
|
299
|
+
|
|
300
|
+
```
|
|
301
|
+
LOGO USAGE GUIDELINES
|
|
302
|
+
=====================
|
|
303
|
+
|
|
304
|
+
DO:
|
|
305
|
+
✓ Use the logo with adequate clear space
|
|
306
|
+
✓ Use approved color versions only
|
|
307
|
+
✓ Maintain aspect ratio when scaling
|
|
308
|
+
✓ Use on backgrounds with sufficient contrast
|
|
309
|
+
|
|
310
|
+
DON'T:
|
|
311
|
+
✗ Stretch or distort the logo
|
|
312
|
+
✗ Change the logo colors
|
|
313
|
+
✗ Add effects (shadows, gradients, outlines)
|
|
314
|
+
✗ Place on busy/low-contrast backgrounds
|
|
315
|
+
✗ Rotate the logo
|
|
316
|
+
✗ Rearrange logo elements
|
|
317
|
+
```
|
|
318
|
+
|
|
319
|
+
4. Define social media sizing:
|
|
320
|
+
|
|
321
|
+
```
|
|
322
|
+
SOCIAL MEDIA SIZES
|
|
323
|
+
==================
|
|
324
|
+
|
|
325
|
+
| Platform | Type | Size (px) |
|
|
326
|
+
|-----------|----------------|--------------|
|
|
327
|
+
| GitHub | Avatar | 500x500 |
|
|
328
|
+
| GitHub | Social Preview | 1280x640 |
|
|
329
|
+
| npm | Package Icon | 256x256 |
|
|
330
|
+
| X/Twitter | Profile | 400x400 |
|
|
331
|
+
| X/Twitter | Header | 1500x500 |
|
|
332
|
+
| LinkedIn | Logo | 300x300 |
|
|
333
|
+
| LinkedIn | Banner | 1128x191 |
|
|
334
|
+
| YouTube | Profile | 800x800 |
|
|
335
|
+
| YouTube | Banner | 2560x1440 |
|
|
336
|
+
| Instagram | Profile | 320x320 |
|
|
337
|
+
| Favicon | Browser Tab | 32x32 |
|
|
338
|
+
| PWA Icon | App Icon | 512x512 |
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
### Output
|
|
342
|
+
|
|
343
|
+
Refined design with usage guidelines
|
|
344
|
+
|
|
345
|
+
### Gate
|
|
346
|
+
|
|
347
|
+
- [ ] User approved final design
|
|
348
|
+
- [ ] Do's and Don'ts documented
|
|
349
|
+
- [ ] Social media sizes specified
|
|
350
|
+
- [ ] All feedback addressed
|
|
351
|
+
|
|
352
|
+
### Feedback Loop
|
|
353
|
+
|
|
354
|
+
If user wants more changes → Return to relevant section → Re-present
|
|
355
|
+
|
|
356
|
+
---
|
|
357
|
+
|
|
358
|
+
## Phase 5: DELIVER
|
|
359
|
+
|
|
360
|
+
**Goal**: Create the final brand guidelines document and asset list.
|
|
361
|
+
|
|
362
|
+
### Actions
|
|
363
|
+
|
|
364
|
+
1. Compile everything into a Brand Guidelines document:
|
|
365
|
+
|
|
366
|
+
```
|
|
367
|
+
BRAND GUIDELINES
|
|
368
|
+
================
|
|
369
|
+
|
|
370
|
+
1. Brand Overview
|
|
371
|
+
- Mission / Vision
|
|
372
|
+
- Brand Personality
|
|
373
|
+
- Tagline
|
|
374
|
+
|
|
375
|
+
2. Logo
|
|
376
|
+
- Primary Logo
|
|
377
|
+
- Logo Versions
|
|
378
|
+
- Construction & Clear Space
|
|
379
|
+
- Minimum Sizes
|
|
380
|
+
- Do's and Don'ts
|
|
381
|
+
|
|
382
|
+
3. Color Palette
|
|
383
|
+
- Primary Colors
|
|
384
|
+
- Secondary Colors
|
|
385
|
+
- Neutral Colors
|
|
386
|
+
- Gradients
|
|
387
|
+
- Accessibility Notes
|
|
388
|
+
|
|
389
|
+
4. Typography
|
|
390
|
+
- Font Families
|
|
391
|
+
- Font Pairing
|
|
392
|
+
- Usage Hierarchy
|
|
393
|
+
|
|
394
|
+
5. Applications
|
|
395
|
+
- Website
|
|
396
|
+
- Social Media
|
|
397
|
+
- Documentation
|
|
398
|
+
- CLI / Terminal
|
|
399
|
+
- Print Materials
|
|
400
|
+
|
|
401
|
+
6. Asset Checklist
|
|
402
|
+
- [ ] logo-full.svg (vector)
|
|
403
|
+
- [ ] logo-icon.svg (vector)
|
|
404
|
+
- [ ] logo-full-light.png (1200x400)
|
|
405
|
+
- [ ] logo-full-dark.png (1200x400)
|
|
406
|
+
- [ ] logo-icon-512.png (512x512)
|
|
407
|
+
- [ ] logo-icon-256.png (256x256)
|
|
408
|
+
- [ ] favicon.ico (32x32)
|
|
409
|
+
- [ ] social-preview.png (1280x640)
|
|
410
|
+
- [ ] brand-guidelines.pdf
|
|
411
|
+
```
|
|
412
|
+
|
|
413
|
+
2. Save brand guidelines to `docs/logo/brand-guidelines.md`
|
|
414
|
+
3. Create implementation notes for developers:
|
|
415
|
+
|
|
416
|
+
```
|
|
417
|
+
DEVELOPER IMPLEMENTATION
|
|
418
|
+
========================
|
|
419
|
+
|
|
420
|
+
CSS Variables:
|
|
421
|
+
--color-primary: [HEX];
|
|
422
|
+
--color-secondary: [HEX];
|
|
423
|
+
--color-accent: [HEX];
|
|
424
|
+
--color-bg-light: [HEX];
|
|
425
|
+
--color-bg-dark: [HEX];
|
|
426
|
+
--color-text: [HEX];
|
|
427
|
+
--font-heading: '[Font]', sans-serif;
|
|
428
|
+
--font-body: '[Font]', sans-serif;
|
|
429
|
+
--font-mono: '[Font]', monospace;
|
|
430
|
+
|
|
431
|
+
Tailwind Config (if applicable):
|
|
432
|
+
colors: {
|
|
433
|
+
primary: '[HEX]',
|
|
434
|
+
secondary: '[HEX]',
|
|
435
|
+
accent: '[HEX]',
|
|
436
|
+
}
|
|
437
|
+
```
|
|
438
|
+
|
|
439
|
+
### Output
|
|
440
|
+
|
|
441
|
+
- `docs/logo/brand-brief.md` - Discovery brief
|
|
442
|
+
- `docs/logo/brand-guidelines.md` - Full brand guidelines
|
|
443
|
+
- `docs/logo/implementation.md` - Developer implementation notes
|
|
444
|
+
|
|
445
|
+
### Gate
|
|
446
|
+
|
|
447
|
+
- [ ] Brand guidelines document complete
|
|
448
|
+
- [ ] All assets listed with specifications
|
|
449
|
+
- [ ] Developer implementation notes created
|
|
450
|
+
- [ ] User approved final deliverables
|
|
451
|
+
|
|
452
|
+
---
|
|
453
|
+
|
|
454
|
+
## Quick Reference
|
|
455
|
+
|
|
456
|
+
### Phase Summary
|
|
457
|
+
|
|
458
|
+
| Phase | Goal | Key Output |
|
|
459
|
+
|-------|------|------------|
|
|
460
|
+
| DISCOVER | Understand the brand | Brand Brief |
|
|
461
|
+
| CONCEPT | Generate 3 ideas | 3 Logo Concepts |
|
|
462
|
+
| DESIGN | Full design spec | Color, Typography, Construction |
|
|
463
|
+
| REFINE | Iterate & guidelines | Usage Guidelines |
|
|
464
|
+
| DELIVER | Final documentation | Brand Guidelines |
|
|
465
|
+
|
|
466
|
+
### Success Criteria
|
|
467
|
+
|
|
468
|
+
- [ ] Brand discovery completed with user input
|
|
469
|
+
- [ ] 3 distinct logo concepts presented
|
|
470
|
+
- [ ] User selected and approved final concept
|
|
471
|
+
- [ ] Complete color palette with hex values
|
|
472
|
+
- [ ] Typography system defined
|
|
473
|
+
- [ ] Logo construction rules documented
|
|
474
|
+
- [ ] Usage Do's and Don'ts created
|
|
475
|
+
- [ ] Social media sizes specified
|
|
476
|
+
- [ ] Brand guidelines document delivered
|
|
477
|
+
- [ ] Developer implementation notes provided
|