App Onboarding Questionnaire
Designs and builds a 14-screen high-converting subscription-app onboarding flow
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 6e9b585
Asked to design onboarding for a meal-planning app both with and without the skill: the baseline gave four generic screens, while the skill produced a 14-screen psychologically sequenced funnel (goal question, pain points, tinder-card amplification, permission priming, interactive app demo, viral moment, paywall) each with concrete headline patterns. The frameworks are specific and actionable, not filler. SKILL.md is a single self-contained prompt with no bundled scripts, so nothing to break at install. Documentation claims match the delivered flow exactly.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What App Onboarding Questionnaire does
Guides Claude through a phased process to design and implement a questionnaire-style app onboarding funnel modelled on Duolingo/Noom/Headspace patterns. Triggers when the user wants an onboarding flow, paywall funnel, or conversion-focused signup sequence for a mobile app. Covers discovery, transformation story, a 14-screen blueprint, copy, and codebase implementation.
How to install App Onboarding Questionnaire
git clone https://github.com/adamlyttleapps/claude-skill-app-onboarding-questionnaire.git
mkdir -p ~/.claude/skills/app-onboarding-questionnaire
cd claude-skill-app-onboarding-questionnaire && cp SKILL.md ~/.claude/skills/app-onboarding-questionnaire/
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger App Onboarding Questionnaire
-
/app-onboarding-questionnaireDesigns and builds a 14-screen high-converting subscription-app onboarding flow
It also activates on plain-language prompts like these:
-
Design a 14-screen onboarding funnel for my meal-planning subscription app. -
I need a paywall sequence like Duolingo's for my new mobile app. -
Write the transformation-story screens for our fitness app's signup flow.
Frequently asked questions
- Is the App Onboarding Questionnaire skill free?
- Yes. The skill itself is free from adamlyttleapps/claude-skill-app-onboarding-questionnaire. SkillProof publishes the install command and an independent test verdict at no cost.
- Does App Onboarding Questionnaire work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Asked to design onboarding for a meal-planning app both with and without the skill: the baseline gave four generic screens, while the skill produced a 14-screen psychologically sequenced funnel (goal question, pain points, tinder-card amplification, permission priming, interactive app demo, viral moment, paywall) each with concrete headline patterns. The frameworks are specific and actionable, not filler. SKILL.md is a single self-contained prompt with no bundled scripts, so nothing to break at install. Documentation claims match the delivered flow exactly.
- What is the App Onboarding Questionnaire SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install App Onboarding Questionnaire?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use App Onboarding Questionnaire with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.