product-audit
Installation
SKILL.md
Product Audit
Overview
Takes a step back from the day-to-day and evaluates the product as a whole. Reads the codebase to understand what actually exists, compares it against the stated purpose, and gives honest recommendations: what's bloated, what's missing, what's over-engineered for the current stage, and what's the most important thing to focus on next.
This is the skill you run when you feel like the product has gotten messy, when you're not sure what to build next, or when you want a reality check before pitching or launching.
Outputs a PRODUCT-AUDIT.md file after all phases are approved.
Prerequisites
Ask the user for:
- What does this product do in one sentence? (the intended core value)
- Who is the target customer?
- What stage is this? (idea / MVP / early traction / scaling)
- What's the biggest concern? (too complex / missing features / unclear focus / something else)
- Root directory of the project