“Your lead says "make the product smarter with AI" - where do you start?”
Turn a vague feature ask into a clear spec
Recommended AI Agent Skills
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and edge cases.
Product ManagementRequirementsIdeation
Transform rough notes, interview logs, and loose feature requests into a structured Product Requirement Document (PRD).
Product ManagementPRDSpecs
Turns a finished spec into scoped implementation steps and flags any request that falls outside what the spec actually asked for.
SpecsImplementationScope Control
Action framework
- Rewrite the request as one measurable goal statement - no vague adjectives like "smarter" or "better".
- List concrete input/output: what data goes in, what result comes out, who the end user is.
- Mark the boundary between the happy path and the error/edge cases that need handling.
- Define a "done" criterion both you and engineering can agree on.
- Send the draft to one engineer before the meeting - if they come back with more than 3 questions, the spec isn't clear enough yet.
Before
"Make search smarter with AI."
After
"After the user types 3+ characters, return up to 5 suggestions ranked by relevance in under 300ms; if there are no matches, show trending queries instead of a blank screen."