Discover
When to use
- •Starting a new project or feature
- •Requirements are spread across multiple documents
- •Need to understand the full scope before planning
Instructions
- •
Read docs in this order:
- •
Docs/**/*.md(orDocuments/) - •
docs/**/*.md - •root
PRODUCT.md/README.md
- •
- •
Summarize the following:
- •What we're building: Core functionality and features
- •Why (problem statement): Business need or user pain point
- •Acceptance criteria: Clear definition of done
- •Constraints: Technical, time, or resource limitations
- •
Ask 1–3 targeted questions if critical info is missing:
- •Focus on blockers that prevent planning
- •Be specific about what information is needed
- •Suggest possible answers if you have assumptions
Output Format
markdown
## Discovery Summary ### What We're Building [Description] ### Problem Statement [Why this is needed] ### Acceptance Criteria - [ ] Criterion 1 - [ ] Criterion 2 ### Constraints - [List constraints] ### Questions (if any) 1. [Specific question]