Feature From a Specification
Build exactly the listed requirements against your existing patterns — and nothing more.
Intermediate1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
Tech stack or framework preference
What the solution must satisfy, listed out
What is already built, so this fits in
How failures should be handled
Your prompt
Implement the following feature in {{stack}}. Requirements: {{requirements}} Constraints: - Must integrate with: {{existing_system}} - Must handle errors by: {{error_strategy}} - Must be testable in isolation (no hidden dependencies) Do not add features beyond what's listed. Add inline comments only where the logic is non-obvious.