@theproductguy/create-mission-control 1.0.3 → 1.0.4

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 (47) hide show
  1. package/bin/cli.js +11 -4
  2. package/package.json +2 -2
  3. package/src/template/agent-os/commands/export-product/export-product.md +24 -0
  4. package/src/template/agent-os/commands/initialize-design/initialize-design.md +10 -1
  5. package/src/template/control-center/backend/index.js +9 -3
  6. package/src/template/control-center/frontend/src/App.tsx +34 -1
  7. package/src/template/design-system/{.claude → .gemini}/commands/design-os/design-shell.md +95 -69
  8. package/src/template/design-system/.gemini/commands/design-os/design-tokens.md +211 -0
  9. package/src/template/design-system/.gemini/commands/impeccable/WORKFLOW.md +163 -0
  10. package/src/template/design-system/.gemini/commands/impeccable/adapt.md +189 -0
  11. package/src/template/design-system/.gemini/commands/impeccable/animate.md +184 -0
  12. package/src/template/design-system/.gemini/commands/impeccable/audit.md +123 -0
  13. package/src/template/design-system/.gemini/commands/impeccable/bolder.md +126 -0
  14. package/src/template/design-system/.gemini/commands/impeccable/clarify.md +173 -0
  15. package/src/template/design-system/.gemini/commands/impeccable/colorize.md +152 -0
  16. package/src/template/design-system/.gemini/commands/impeccable/critique.md +112 -0
  17. package/src/template/design-system/.gemini/commands/impeccable/delight.md +311 -0
  18. package/src/template/design-system/.gemini/commands/impeccable/extract.md +88 -0
  19. package/src/template/design-system/.gemini/commands/impeccable/harden.md +351 -0
  20. package/src/template/design-system/.gemini/commands/impeccable/normalize.md +61 -0
  21. package/src/template/design-system/.gemini/commands/impeccable/onboard.md +236 -0
  22. package/src/template/design-system/.gemini/commands/impeccable/optimize.md +262 -0
  23. package/src/template/design-system/.gemini/commands/impeccable/polish.md +196 -0
  24. package/src/template/design-system/.gemini/commands/impeccable/quieter.md +112 -0
  25. package/src/template/design-system/.gemini/commands/impeccable/simplify.md +131 -0
  26. package/src/template/design-system/.gemini/commands/impeccable/teach-impeccable.md +67 -0
  27. package/src/template/design-system/.gemini/skills/frontend-design/SKILL.md +126 -0
  28. package/src/template/design-system/.gemini/skills/frontend-design/reference/color-and-contrast.md +132 -0
  29. package/src/template/design-system/.gemini/skills/frontend-design/reference/interaction-design.md +123 -0
  30. package/src/template/design-system/.gemini/skills/frontend-design/reference/motion-design.md +99 -0
  31. package/src/template/design-system/.gemini/skills/frontend-design/reference/responsive-design.md +114 -0
  32. package/src/template/design-system/.gemini/skills/frontend-design/reference/spatial-design.md +100 -0
  33. package/src/template/design-system/.gemini/skills/frontend-design/reference/typography.md +131 -0
  34. package/src/template/design-system/.gemini/skills/frontend-design/reference/ux-writing.md +107 -0
  35. package/src/template/design-system/src/components/DesignPage.tsx +104 -0
  36. package/src/template/package-lock.json +10308 -0
  37. package/src/template/design-system/.claude/commands/design-os/design-tokens.md +0 -166
  38. package/src/template/design-system/.claude/skills/frontend-design/SKILL.md +0 -42
  39. /package/src/template/design-system/{.claude → .gemini}/commands/design-os/data-model.md +0 -0
  40. /package/src/template/design-system/{.claude → .gemini}/commands/design-os/design-screen.md +0 -0
  41. /package/src/template/design-system/{.claude → .gemini}/commands/design-os/export-product.md +0 -0
  42. /package/src/template/design-system/{.claude → .gemini}/commands/design-os/product-roadmap.md +0 -0
  43. /package/src/template/design-system/{.claude → .gemini}/commands/design-os/product-vision.md +0 -0
  44. /package/src/template/design-system/{.claude → .gemini}/commands/design-os/sample-data.md +0 -0
  45. /package/src/template/design-system/{.claude → .gemini}/commands/design-os/screenshot-design.md +0 -0
  46. /package/src/template/design-system/{.claude → .gemini}/commands/design-os/shape-section.md +0 -0
  47. /package/src/template/design-system/{claude.md → gemini.md} +0 -0
@@ -1,166 +0,0 @@
1
- # Design Tokens
2
-
3
- You are helping the user choose colors and typography for their product. These design tokens will be used consistently across all screen designs and the application shell.
4
-
5
- ## Step 1: Check Prerequisites
6
-
7
- First, verify that the product overview exists:
8
-
9
- Read `/product/product-overview.md` to understand what the product is.
10
-
11
- If it doesn't exist:
12
-
13
- "Before defining your design system, you'll need to establish your product vision. Please run `/product-vision` first."
14
-
15
- Stop here if the prerequisite is missing.
16
-
17
- ## Step 2: Explain the Process
18
-
19
- "Let's define the visual identity for **[Product Name]**.
20
-
21
- I'll help you choose:
22
- 1. **Colors** — A primary accent, secondary accent, and neutral palette
23
- 2. **Typography** — Fonts for headings, body text, and code
24
-
25
- These will be applied consistently across all your screen designs and the application shell.
26
-
27
- Do you have any existing brand colors or fonts in mind, or would you like suggestions?"
28
-
29
- Wait for their response.
30
-
31
- ## Step 3: Choose Colors
32
-
33
- Help the user select from Tailwind's built-in color palette. Present options based on their product type:
34
-
35
- "For colors, we'll pick from Tailwind's palette so they work seamlessly with your screen designs.
36
-
37
- **Primary color** (main accent, buttons, links):
38
- Common choices: `blue`, `indigo`, `violet`, `emerald`, `teal`, `amber`, `rose`, `lime`
39
-
40
- **Secondary color** (complementary accent, tags, highlights):
41
- Should complement your primary — often a different hue or a neutral variation
42
-
43
- **Neutral color** (backgrounds, text, borders):
44
- Options: `slate` (cool gray), `gray` (pure gray), `zinc` (slightly warm), `neutral`, `stone` (warm gray)
45
-
46
- Based on [Product Name], I'd suggest:
47
- - **Primary:** [suggestion] — [why it fits]
48
- - **Secondary:** [suggestion] — [why it complements]
49
- - **Neutral:** [suggestion] — [why it works]
50
-
51
- What feels right for your product?"
52
-
53
- Use AskUserQuestion to gather their preferences if they're unsure:
54
-
55
- - "What vibe are you going for? Professional, playful, modern, minimal?"
56
- - "Any colors you definitely want to avoid?"
57
- - "Light mode, dark mode, or both?"
58
-
59
- ## Step 4: Choose Typography
60
-
61
- Help the user select Google Fonts:
62
-
63
- "For typography, we'll use Google Fonts for easy web integration.
64
-
65
- **Heading font** (titles, section headers):
66
- Popular choices: `DM Sans`, `Inter`, `Poppins`, `Manrope`, `Space Grotesk`, `Outfit`
67
-
68
- **Body font** (paragraphs, UI text):
69
- Often the same as heading, or: `Inter`, `Source Sans 3`, `Nunito Sans`, `Open Sans`
70
-
71
- **Mono font** (code, technical content):
72
- Options: `IBM Plex Mono`, `JetBrains Mono`, `Fira Code`, `Source Code Pro`
73
-
74
- My suggestions for [Product Name]:
75
- - **Heading:** [suggestion] — [why]
76
- - **Body:** [suggestion] — [why]
77
- - **Mono:** [suggestion] — [why]
78
-
79
- What do you prefer?"
80
-
81
- ## Step 5: Present Final Choices
82
-
83
- Once they've made decisions:
84
-
85
- "Here's your design system:
86
-
87
- **Colors:**
88
- - Primary: `[color]`
89
- - Secondary: `[color]`
90
- - Neutral: `[color]`
91
-
92
- **Typography:**
93
- - Heading: [Font Name]
94
- - Body: [Font Name]
95
- - Mono: [Font Name]
96
-
97
- Does this look good? Ready to save it?"
98
-
99
- ## Step 6: Create the Files
100
-
101
- Once approved, create two files:
102
-
103
- **File 1:** `/product/design-system/colors.json`
104
- ```json
105
- {
106
- "primary": "[color]",
107
- "secondary": "[color]",
108
- "neutral": "[color]"
109
- }
110
- ```
111
-
112
- **File 2:** `/product/design-system/typography.json`
113
- ```json
114
- {
115
- "heading": "[Font Name]",
116
- "body": "[Font Name]",
117
- "mono": "[Font Name]"
118
- }
119
- ```
120
-
121
- ## Step 7: Confirm Completion
122
-
123
- Let the user know:
124
-
125
- "I've saved your design tokens:
126
- - `/product/design-system/colors.json`
127
- - `/product/design-system/typography.json`
128
-
129
- **Your palette:**
130
- - Primary: `[color]` — for buttons, links, key actions
131
- - Secondary: `[color]` — for tags, highlights, secondary elements
132
- - Neutral: `[color]` — for backgrounds, text, borders
133
-
134
- **Your fonts:**
135
- - [Heading Font] for headings
136
- - [Body Font] for body text
137
- - [Mono Font] for code
138
-
139
- These will be used when creating screen designs for your sections.
140
-
141
- Next step: Run `/design-shell` to design your application's navigation and layout."
142
-
143
- ## Reference: Tailwind Color Palette
144
-
145
- Available colors (each has shades 50-950):
146
- - **Warm:** `red`, `orange`, `amber`, `yellow`, `lime`
147
- - **Cool:** `green`, `emerald`, `teal`, `cyan`, `sky`, `blue`
148
- - **Purple:** `indigo`, `violet`, `purple`, `fuchsia`, `pink`, `rose`
149
- - **Neutral:** `slate`, `gray`, `zinc`, `neutral`, `stone`
150
-
151
- ## Reference: Popular Google Font Pairings
152
-
153
- - **Modern & Clean:** DM Sans + DM Sans + IBM Plex Mono
154
- - **Professional:** Inter + Inter + JetBrains Mono
155
- - **Friendly:** Nunito Sans + Nunito Sans + Fira Code
156
- - **Bold & Modern:** Space Grotesk + Inter + Source Code Pro
157
- - **Editorial:** Playfair Display + Source Sans 3 + IBM Plex Mono
158
- - **Tech-forward:** JetBrains Mono + Inter + JetBrains Mono
159
-
160
- ## Important Notes
161
-
162
- - Colors should be Tailwind palette names (not hex codes)
163
- - Fonts should be exact Google Fonts names
164
- - Keep suggestions contextual to the product type
165
- - The mono font is optional but recommended for any product with code/technical content
166
- - Design tokens apply to screen designs only — the Design OS app keeps its own aesthetic
@@ -1,42 +0,0 @@
1
- ---
2
- name: frontend-design
3
- description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
4
- license: Complete terms in LICENSE.txt
5
- ---
6
-
7
- This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
8
-
9
- The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
10
-
11
- ## Design Thinking
12
-
13
- Before coding, understand the context and commit to a BOLD aesthetic direction:
14
- - **Purpose**: What problem does this interface solve? Who uses it?
15
- - **Tone**: Pick an extreme: brutally minimal, maximalist chaos, retro-futuristic, organic/natural, luxury/refined, playful/toy-like, editorial/magazine, brutalist/raw, art deco/geometric, soft/pastel, industrial/utilitarian, etc. There are so many flavors to choose from. Use these for inspiration but design one that is true to the aesthetic direction.
16
- - **Constraints**: Technical requirements (framework, performance, accessibility).
17
- - **Differentiation**: What makes this UNFORGETTABLE? What's the one thing someone will remember?
18
-
19
- **CRITICAL**: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
20
-
21
- Then implement working code (HTML/CSS/JS, React, Tailwind, etc.) that is:
22
- - Production-grade and functional
23
- - Visually striking and memorable
24
- - Cohesive with a clear aesthetic point-of-view
25
- - Meticulously refined in every detail
26
-
27
- ## Frontend Aesthetics Guidelines
28
-
29
- Focus on:
30
- - **Typography**: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt instead for distinctive choices that elevate the frontend's aesthetics; unexpected, characterful font choices. Pair a distinctive display font with a refined body font.
31
- - **Color & Theme**: Commit to a cohesive aesthetic. Use CSS variables for consistency. Dominant colors with sharp accents outperform timid, evenly-distributed palettes.
32
- - **Motion**: Use animations for effects and micro-interactions. Prioritize CSS-only solutions for HTML. Use Motion library for React when available. Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay) creates more delight than scattered micro-interactions. Use scroll-triggering and hover states that surprise.
33
- - **Spatial Composition**: Unexpected layouts. Asymmetry. Overlap. Diagonal flow. Grid-breaking elements. Generous negative space OR controlled density.
34
- - **Backgrounds & Visual Details**: Create atmosphere and depth rather than defaulting to solid colors. Add contextual effects and textures that match the overall aesthetic. Apply creative forms like gradient meshes, noise textures, geometric patterns, layered transparencies, dramatic shadows, decorative borders, custom cursors, and grain overlays.
35
-
36
- NEVER use generic AI-generated aesthetics like overused font families (Inter, Roboto, Arial, system fonts), cliched color schemes (particularly purple gradients on white backgrounds), predictable layouts and component patterns, and cookie-cutter design that lacks context-specific character.
37
-
38
- Interpret creatively and make unexpected choices that feel genuinely designed for the context. No design should be the same. Vary between light and dark themes, different fonts, different aesthetics. NEVER converge on common choices (Space Grotesk, for example) across generations.
39
-
40
- **IMPORTANT**: Match implementation complexity to the aesthetic vision. Maximalist designs need elaborate code with extensive animations and effects. Minimalist or refined designs need restraint, precision, and careful attention to spacing, typography, and subtle details. Elegance comes from executing the vision well.
41
-
42
- Remember: Claude is capable of extraordinary creative work. Don't hold back, show what can truly be created when thinking outside the box and committing fully to a distinctive vision.