← Prompt Library / Engineering
Break a feature into estimable tasks with explicit assumptions, integration risk, and the uncertainty range — resisting the pressure to give one clean number.
Help me estimate: {{feature}} (what's being built, the stack, what exists already, team familiarity).
Break it down: tasks small enough that each is 0.5-2 days, with per-task assumptions stated ('assumes the API already returns X'), integration and unknowns surfaced as their own line items (never smeared into tasks), testing and review time included explicitly, and a range — optimistic / likely / with-the-usual-surprises — rather than one number. List the 3 assumptions that, if wrong, blow the estimate, and the spike (timeboxed investigation) that would de-risk the biggest unknown before committing.
Fields like {{ this }} are placeholders — replace them with your own details, or let Aria ask you for them.
This prompt runs with Aria connected to your email, files, CRM and 40+ other services — and you can schedule it to run automatically.
Start Free WeekReview a diff for correctness, security, and readability issues.
Get a plain-English walkthrough of unfamiliar code.
Generate thorough unit tests for a function.
Diagnose an error systematically: likely causes ranked with reasoning, the cheapest test for each, a...
Build a regular expression from a plain-English requirement — explained token by token, tested again...
Turn a plain-English data question into a working SQL query — with the assumptions stated, a readabl...