survey-design

Solid

Design and analyze surveys for product validation and user research

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Survey Design Skill ## Overview Specialized skill for designing and analyzing surveys for product validation. Enables product teams to gather structured feedback through well-designed surveys and interpret results with statistical rigor. ## Capabilities ### Survey Design - Design PMF surveys (Sean Ellis test) - Create NPS survey implementations - Build feature validation surveys - Generate survey question banks - Design onboarding feedback surveys - Create churn exit surveys ### Question Engineering - Write unbiased survey questions - Design appropriate response scales - Create skip logic and branching - Optimize question order - Balance survey length vs completion ### Analysis - Analyze survey response data - Calculate statistical confidence in results - Segment analysis by user attributes - Identify response patterns and themes - Generate actionable insights from data ## Target Processes This skill integrates with the following processes: - `product-market-fit.js` - PMF survey design and analysis - `beta-program.js` - Beta participant surveys - `customer-advisory-board.js` - CAB feedback collection - `jtbd-analysis.js` - Jobs-based survey questions ## Input Schema ```json { "type": "object", "properties": { "surveyType": { "type": "string", "enum": ["pmf", "nps", "csat", "feature-validation", "exit", "onboarding", "custom"], "description": "Type of survey to design" }, "objective": { "type": "string", "description": ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills