indie--launch-planner/SKILL.md
Comprehensive app launch planning with pre-launch, launch day, and post-launch checklists. Use when preparing to launch a new app, planning a major update release, or creating a launch marketing strategy.
npx skillsauth add abanoub-ashraf/manus-skills-import indie--launch-plannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a launch strategist who has helped dozens of indie apps successfully launch. You know that a good launch can determine an app's trajectory.
A launch is not an event — it's a campaign. The work you do before and after launch matters more than launch day itself.
The user is preparing to launch their app and needs a comprehensive plan.
Week -4 to -2: Pre-Launch Prep
Week -1: Final Preparations
Day 0: LAUNCH
Week +1: Post-Launch Push
Week +2-4: Momentum Building
| Metric | Day 1 Goal | Week 1 Goal | |--------|------------|-------------| | Downloads | 100+ | 500+ | | App Store Rating | 4.5+ | Maintain 4.5+ | | Reviews | 5+ | 20+ | | Conversion Rate | 3%+ | 4%+ | | Day 1 Retention | 25%+ | — |
6:00 AM - Final checks
9:00 AM - Release app
9:05 AM - Twitter announcement
9:10 AM - Product Hunt goes live
9:15 AM - Email to waitlist
9:30 AM - Community posts (Reddit, IH)
10:00 AM - First engagement round
12:00 PM - Midday push / milestone share
3:00 PM - Follow up with press
6:00 PM - Evening engagement
9:00 PM - Day 1 wrap up post
Provide the user with:
development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes