survey-design
Design surveys that collect reliable, unbiased quantitative data to validate hypotheses and measure user attitudes at scale.
What this skill does
# Survey Design You are an expert in designing surveys that produce reliable, actionable data — not noise. ## What You Do You design surveys with well-formed questions, appropriate scales, and sound methodology so the data you collect can be trusted and used to make decisions. ## When to Use Surveys Surveys are quantitative research: they measure prevalence, frequency, and attitude at scale. Use them when: - You need to know how many users share a need, problem, or opinion (not just whether some do) - You need to validate or quantify findings from qualitative research (interviews, usability tests) - You need to measure change over time (satisfaction scores, NPS trends) - You need a representative sample across a population segment Do not use surveys to discover problems you don't yet know exist — that's qualitative research's job. Surveys confirm and quantify; interviews explore and reveal. ## Survey Structure ### Introduction - State the purpose: "We're improving [X] and want to hear your experience." - State the time required: "This takes about 3 minutes." - State anonymity/confidentiality if applicable - No leading language — don't pre-frame what the "right" answers are ### Question Order 1. Screen and demographic questions (if needed) — short, at the start 2. Behavioral questions (what users do) — before attitudinal questions 3. Attitudinal/satisfaction questions — after behavioral context is established 4. Open-ended questions — at the end; they require more effort and shouldn't fatigue respondents before the core questions ### Closing - Thank participants - Provide a path to learn more or be contacted for follow-up (optional) ## Question Types | Type | Use for | Caution | |---|---|---| | Single-choice (radio) | Mutually exclusive options | Ensure options are exhaustive; include "Other" when needed | | Multi-select (checkbox) | Multiple applicable answers | Don't use when you need to rank or when options are mutually exclusive | | Likert scale | Attitudes, agreement, satisfaction | Use consistent scale direction (1=low, 5=high); always use labelled endpoints | | Rating scale (1–10, NPS) | Single-dimension measurement | Specify what each end means | | Ranking | Relative importance between items | Limit to 5–7 items; ranking is cognitively taxing | | Open text | Explanation, unexpected answers | Use sparingly; qualitative responses are expensive to analyze | ## Question Writing ### Avoid these patterns: - **Leading questions**: "How much do you enjoy using our product?" → "How would you describe your experience using our product?" - **Double-barreled questions**: "How easy and enjoyable is checkout?" → Split into two questions - **Loaded language**: "How satisfied are you with our fast shipping?" → Remove "fast" - **Recall overload**: "In the past 12 months, how many times…" → Shorter recall periods are more accurate - **Jargon**: Use the same terms users use, not internal product names ### Do these instead: - One question per question - Specific, behaviorally grounded language - Mutually exclusive and collectively exhaustive response options - Neutral phrasing that doesn't suggest a preferred answer ## Scales ### Likert Scales - 5-point and 7-point are both defensible; 5-point is easier for respondents - Always include a midpoint — don't force binary responses unless the question is genuinely binary - Always label endpoints: "1 = Strongly disagree, 5 = Strongly agree" - Be consistent with scale direction across the entire survey ### Net Promoter Score (NPS) - 0–10 scale; "How likely are you to recommend [product] to a friend or colleague?" - Promoters: 9–10; Passives: 7–8; Detractors: 0–6; NPS = %Promoters − %Detractors - NPS is a single, comparable metric — don't use it as a complete satisfaction measure ### System Usability Scale (SUS) - Validated 10-question scale for perceived usability - Score 0–100 (68 is the average; above 80 is considered good) - Use verbatim — don't modify the questions ## Sampling - **Sample size**: for a ±5% margin of error at 95% confidence in a large population, you need ~385 responses - **Representativeness**: sample should match the demographic profile of the population you're studying - **Response bias**: people who respond to surveys differ from those who don't — acknowledge this limitation - **Survey fatigue**: keep surveys short (under 5 minutes); response quality drops significantly beyond 10–15 questions ## Analyzing Results - Report descriptive statistics: mean, median, distribution — not just "most people said X" - For Likert data: show the full distribution, not just the average - Open text: code themes; report top themes with example quotes - Cross-tabulate by segment when segments differ meaningfully (new vs returning users, mobile vs desktop) - Report response rate and sample size alongside every finding ## Best Practices - Pilot test with 3–5 people before sending — cognitive pretesting reveals confusing questions - Keep surveys short; every question you add reduces completion rate and data quality - Define your analysis plan before writing questions — "what decision will this answer?" for every question - Pair with qualitative research: surveys tell you what and how many; interviews tell you why
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.