What problem does it solve?
It solves the need to turn Phase 2 roadmap and new user requirements into a coherent set of app changes—screens, components, navigation, and Supabase database updates—without breaking existing MVP behavior.
Core Features & Use Cases
- Phase 2 feature selection & mini-design: Re-evaluates Phase 2 items from an audit report, prioritizes high-value and integration-friendly work, and produces per-feature mini design plans (UI, components, data model, navigation, dependencies).
- Supabase data model expansion with safety: Adds or modifies tables/columns via non-destructive migrations, includes required RLS policies, and keeps TypeScript types in sync.
- App UI implementation & integration: Adds Expo Router screens under
app/, builds feature components, introduces fetching hooks and stores when needed, and integrates links/navigation while minimizing impact to existing screens.
- Team handoff for quality: After implementation, requests follow-up from production, performance, and growth agents for error handling/security, UI/performance optimization, and analytics event tracking.
Quick Start
Use the feature-expansion skill to design and implement the MVP Phase 2 functionality by updating screens, components, Supabase migrations (including RLS), and navigation, and then saving the results to the feature report.