Scan codebase and interview for product inventory
/plugin marketplace add ooiyeefei/ccc/plugin install product-management@ccc# Product Analysis Perform comprehensive product analysis to understand current state. ## Process 1. **Scan Codebase Structure** - Use Glob to find routes/pages (user-facing features) - Identify components (UI capabilities) - Find API endpoints (backend functionality) - Locate database models (data entities) 2. **Interview User** for business context using AskUserQuestion: - "What's your core value proposition?" - "Who are your target users?" - "What's your pricing model?" - "What do users love most? Complain about most?" 3. **Generate Product Inventory** - L...