← ClaudeAtlas

product-conversion-readinesslisted

Patterns for transforming a functional product into one that converts users to paying customers. Covers onboarding flows, contextual tooltips, glossaries, empty states, upgrade prompts, trust signals (legal entity, About page, uptime badges), notifications (Telegram, webhooks, email), data export with timestamps, and paywall UX. Use when implementing onboarding wizards, tooltip systems, glossary pages, blur-to-upgrade overlays, Telegram bot alerts, webhook delivery, CSV/PDF export, trust pages, or any UX bridging the gap between working product and paying users. Also use when the user mentions onboarding, tooltips, glossary, empty state, upgrade prompt, trust signals, Telegram alerts, export, conversion, paywall, or why users are not paying. Even for making the product more approachable or converting free users, use this skill. Combines with monetization-and-billing for payment integration.
Canhada-Labs/ceo-orchestration · ★ 2 · AI & Automation · score 74
Install: claude install-skill Canhada-Labs/ceo-orchestration
# Product Conversion Readiness ## Cardinal Rule **The product works. The data is correct. Users don't pay because they don't understand the value, don't trust the source, or can't act on the data.** Every pattern in this skill addresses one of these three gaps: comprehension, trust, or actionability. ## The {{PROJECT_NAME}} Conversion Gap QA audits with user personas confirm a recurring pattern: | Persona | Verdict | Blocker | |---------|---------|---------| | Analyst | Would pay, with conditions | Needs legal entity, source references, citable export | | Developer | Won't pay yet | Needs API keys, 30-day uptime, quickstart | | Power User | Won't pay pure | Needs push alerts (messaging channel) | | Beginner | Won't pay yet | Needs onboarding + glossary in local language | | Mobile/Casual | Won't pay | Needs readable main page + fast widget | | Ops Lead (advanced) | Won't pay for execution | Needs row-level detail inline | | Developer (API) | Close to paying | Needs API keys + 30-day history | | Ops Lead (basic) | Won't pay yet | Needs configurable alerts + drill-down | **Pattern**: Zero personas said the data was wrong. Every blocker is either comprehension (onboarding, tooltips), trust (legal entity, uptime, About), or actionability (alerts, export, API). ## 1. Onboarding Flow ### Progressive Disclosure, Not Wall of Text New users see a 3-step guided tour, not a blank dashboard. ```typescript // example: components/shared/OnboardingWizard.tsx interface OnboardingSt