design_intake
Run the first step of the design pipeline to capture user design preferences, evaluate them against your ideal customer profile, and receive an alignment score plus design constraints for downstream tools.
Instructions
Run the Design Intake Assessment - the FIRST step of the Design Intelligence pipeline after PRD. Captures comprehensive user design preferences: brand identity, colors, typography, layout, mood, animation, component styles, platform targets, accessibility requirements, competitor intelligence, and screen inventory. Evaluates all inputs against ICP expectations. Returns alignment score (0-100), verdict (proceed/proceed_with_adjustments/reconsider), and extracted design constraints that feed into every downstream design tool. Saves to rc-method/design/DESIGN-INTAKE.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_style | No | Card component style | |
| font_likes | No | Font preferences (specific fonts or style descriptions like "editorial serif") | |
| form_style | No | Form input style | |
| icon_style | No | Icon style | |
| color_likes | No | Colors the user prefers (hex codes or names) | |
| key_screens | No | Key screens: "landing page", "dashboard", "settings", "onboarding" | |
| wcag_target | No | WCAG compliance target | |
| button_style | No | Button style | |
| project_path | Yes | Absolute path to the project directory | |
| font_dislikes | No | Fonts or styles to avoid | |
| imagery_style | No | Visual imagery approach | |
| mood_keywords | No | Design mood: "clean and modern", "warm and approachable", "bold and energetic" | |
| color_dislikes | No | Colors the user wants to avoid | |
| critical_flows | No | User journeys: "signup -> onboarding -> first value" | |
| reference_urls | No | URLs of reference designs the user likes | |
| competitor_urls | No | URLs of competitor sites to analyze | |
| content_density | No | Content density: minimal (Apple-like), balanced, dense (Amazon-like) | |
| device_priority | No | Device priority strategy | |
| competitor_likes | No | What user likes about competitor designs | |
| modal_preference | No | Overlay interaction pattern | |
| primary_platform | No | Primary platform target | |
| priority_screens | No | Top 3 screens that matter most for design quality | |
| brand_personality | No | 3-5 brand personality traits: "professional", "playful", "luxurious", "bold", "technical", "warm", "minimal" | |
| additional_context | No | Any additional design context or preferences | |
| existing_logo_path | No | Path to existing logo file | |
| layout_preferences | No | Layout preferences: "sidebar navigation", "card grid", "single-page app" | |
| navigation_pattern | No | Primary navigation pattern | |
| aesthetic_direction | No | Overall aesthetic direction | |
| competitor_dislikes | No | What user wants to differentiate from | |
| interaction_density | No | Spacious (consumer) vs compact (power user) | |
| animation_preference | No | Level of animation and micro-interactions | |
| brand_guidelines_url | No | URL or path to existing brand guidelines document | |
| design_system_framework | No | Preferred design system or component framework | |
| accessibility_requirements | No | Specific a11y needs: "screen reader support", "reduced motion", "high contrast" |