What problem does it solve?
It reduces the risk of launching an MVP that isn’t production-ready by systematically auditing code quality, security, performance, and missing product capabilities, then producing an actionable priority plan.
Core Features & Use Cases
- MVP codebase scan: Reviews project structure, dependency health in package.json, and TypeScript configuration (e.g., strict mode).
- Code quality analysis: Checks error handling patterns, type safety (e.g., any usage), duplication, and unused imports.
- Security & production hardening: Assesses Supabase RLS and policy adequacy, authentication/session handling, input validation/sanitization, secrets management, and protected API access.
- Performance analysis: Flags bundle bloat, unnecessary re-renders, list virtualization opportunities, image optimization gaps, and inefficient network/query patterns.
- Missing feature detection: Identifies gaps in error/loading/empty-state UI, offline handling, accessibility (a11y), logging/monitoring, and i18n readiness.
- Phase 2 re-evaluation & prioritization: Recomputes implementation difficulty for Phase 2 items and generates a weighted impact×effort matrix.
Quick Start
Run the mvp-audit skill to generate a complete production audit report and save it to _workspace/06_audit_report.md.