Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Design and analyze surveys for product validation and user research
.claude/skills/a5c-ai-survey-design/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 33% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 30% | 0% |
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.
This skill integrates with the following processes:
product-market-fit.js - PMF survey design and analysisbeta-program.js - Beta participant surveyscustomer-advisory-board.js - CAB feedback collectionjtbd-analysis.js - Jobs-based survey questionsjson{ "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": "Primary objective of the survey" }, "targetAudience": { "type": "string", "description": "Target survey respondents" }, "hypotheses": { "type": "array", "items": { "type": "string" }, "description": "Hypotheses to validate through survey" }, "maxQuestions": { "type": "number", "default": 10, "description": "Maximum number of questions" }, "responseData": { "type": "array", "description": "Survey response data for analysis (if analyzing existing survey)" } }, "required": ["surveyType", "objective"] }
json{ "type": "object", "properties": { "survey": { "type": "object", "properties": { "title": { "type": "string" }, "introduction": { "type": "string" }, "questions": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "text": { "type": "string" }, "options": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "logic": { "type": "object" } } } }, "estimatedTime": { "type": "string" } } }, "analysisFramework": { "type": "object", "properties": { "keyMetrics": { "type": "array", "items": { "type": "string" } }, "segmentationCriteria": { "type": "array", "items": { "type": "string" } }, "successThresholds": { "type": "object" } } }, "analysis": { "type": "object", "description": "Analysis results if response data was provided", "properties": { "responseRate": { "type": "number" }, "keyFindings": { "type": "array", "items": { "type": "string" } }, "segmentInsights": { "type": "object" }, "statisticalConfidence": { "type": "object" }, "recommendations": { "type": "array", "items": { "type": "string" } } } } } }
javascriptconst survey = await executeSkill('survey-design', { surveyType: 'pmf', objective: 'Measure product-market fit for new analytics feature', targetAudience: 'Active users who have used analytics at least 3 times', hypotheses: [ 'Users find the analytics feature valuable for their workflow', 'Users would be disappointed if the feature was removed' ], maxQuestions: 8 });
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 21,683 | 19,983 | -8% | 1 | 1 | 0% | 4,025 | 4,379 | +9% | 0 | 0 | — |
case-02 | fail→fail | 40,985 | 38,730 | -6% | 1 | 1 | 0% | 8,268 | 7,434 | -10% | 0 | 0 | — |
case-03 | pass→pass | 17,629 | 16,860 | -4% | 1 | 1 | 0% | 2,992 | 3,928 | +31% | 0 | 0 | — |
case-04 | pass→pass | 15,820 | 24,217 | +53% | 1 | 1 | 0% | 3,291 | 6,514 | +98% | 0 | 0 | — |
case-05 | pass→pass | 17,544 | 21,066 | +20% | 1 | 1 | 0% | 3,037 | 4,977 | +64% | 0 | 0 | — |
case-06 | pass→pass | 14,511 | 11,451 | -21% | 1 | 1 | 0% | 3,018 | 3,427 | +14% | 0 | 0 | — |
case-07 | fail→pass | 12,373 | 11,411 | -8% | 1 | 1 | 0% | 2,565 | 3,403 | +33% | 0 | 0 | — |
case-08 | pass→pass | 15,201 | 10,331 | -32% | 1 | 1 | 0% | 2,731 | 3,272 | +20% | 0 | 0 | — |
case-09 | pass→pass | 7,587 | 7,665 | +1% | 1 | 1 | 0% | 1,730 | 2,652 | +53% | 0 | 0 | — |
case-10 | fail→pass | 19,399 | 13,551 | -30% | 1 | 1 | 0% | 4,080 | 4,110 | +1% | 0 | 0 | — |
case-11 | pass→pass | 17,303 | 10,520 | -39% | 1 | 1 | 0% | 2,710 | 3,284 | +21% | 0 | 0 | — |
case-12 | fail→pass | 13,996 | 11,655 | -17% | 1 | 1 | 0% | 3,190 | 3,693 | +16% | 0 | 0 | — |
case-13 | fail→pass | 22,724 | 16,415 | -28% | 1 | 1 | 0% | 4,194 | 4,375 | +4% | 0 | 0 | — |
case-14 | pass→pass | 14,611 | 7,066 | -52% | 1 | 1 | 0% | 2,444 | 2,442 | -0% | 0 | 0 | — |
case-15 | pass→pass | 14,744 | 12,494 | -15% | 1 | 1 | 0% | 2,813 | 3,516 | +25% | 0 | 0 | — |
case-16 | pass→pass | 34,015 | 16,941 | -50% | 1 | 1 | 0% | 7,415 | 4,392 | -41% | 0 | 0 | — |
case-17 | pass→pass | 11,616 | 9,356 | -19% | 1 | 1 | 0% | 1,842 | 2,937 | +59% | 0 | 0 | — |
case-18 | pass→pass | 18,568 | 17,390 | -6% | 1 | 1 | 0% | 3,161 | 3,702 | +17% | 0 | 0 | — |
case-19 | fail→pass | 16,405 | 15,193 | -7% | 1 | 1 | 0% | 3,050 | 3,953 | +30% | 0 | 0 | — |
case-20 | pass→pass | 21,800 | 11,337 | -48% | 1 | 1 | 0% | 3,530 | 3,384 | -4% | 0 | 0 | — |
case-21 | fail→fail | 19,931 | 17,044 | -14% | 1 | 1 | 0% | 3,619 | 4,114 | +14% | 0 | 0 | — |
case-22 | pass→pass | 12,525 | 11,540 | -8% | 1 | 1 | 0% | 2,472 | 3,426 | +39% | 0 | 0 | — |
case-23 | fail→pass | 25,261 | 11,384 | -55% | 1 | 1 | 0% | 4,869 | 3,210 | -34% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +26 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.