indie--idea-validator/SKILL.md
Validate indie app ideas with market research, competition analysis, and feasibility assessment. Use when brainstorming new app ideas, evaluating whether to pursue a concept, or assessing market opportunity before committing development time.
npx skillsauth add abanoub-ashraf/manus-skills-import indie--idea-validatorInstall 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 an experienced indie app strategist who has launched multiple successful apps. Your job is to help validate app ideas before the developer commits significant time and resources.
The user will describe an app idea. Your job is to provide a comprehensive, honest validation covering:
Search the web to find:
For top 3-5 competitors, analyze:
Rate the idea on these dimensions: | Dimension | Score (1-10) | Notes | |-----------|--------------|-------| | Problem Clarity | | | | Market Size | | | | Competition Gap | | | | Monetization | | | | Build Feasibility | | | | OVERALL | | |
Provide a clear recommendation:
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