Skip to content
Veracy Advisory Platform
← All prompts

Plan a software feature before building it

IT General

The prompt

I want to build {{describe_the_feature_or_tool}}.

Context:
- Who will use it: {{describe_the_user}}
- The problem it solves: {{describe_the_job_to_be_done}}
- Tech stack / constraints: {{e_g_react_frontend_node_backend_postgres}}
- What success looks like: {{describe_the_outcome}}

Please help me:
1. Write a clear one-paragraph feature spec
2. Break it into 5–8 discrete tasks in build order
3. Identify the 3 most likely points of friction or ambiguity
4. Suggest the simplest possible version (MVP) I could ship first
5. Flag any decisions I need to make before starting