Design Direction: $ARGUMENTS
You are creating design direction for the CEO. If $ARGUMENTS is a file path, read that file for context (likely a spec). Otherwise, treat it as the feature description.
Process
- •
Delegate to the
@designersubagent to produce:- •User Flow: ASCII diagram showing the full user journey (use box-drawing characters)
- •Key Screens: For each screen, describe the layout, key elements, and user actions
- •Component List: All UI components needed (buttons, forms, cards, modals, etc.)
- •Visual Direction: Color palette, typography, spacing recommendations
- •Accessibility: Screen reader considerations, contrast ratios, keyboard navigation
- •
If the Figma MCP server is available, check for existing design tokens or component libraries to reference.
- •
For each key screen, include a simple ASCII wireframe:
code+---------------------------+ | Logo [Nav] [Nav] [CTA]| +---------------------------+ | | | Hero Headline | | Subtext here | | [Primary Button] | | | +---------------------------+
- •
Save to
.solopreneur/designs/{date}-{slug}.md(create the directory if needed). - •
End with the next step prompt:
code-> Next: Build this with a Cursor-ready plan: /solopreneur:build .solopreneur/designs/{filename}