Skip to content
Veracy Advisory Platform
← All prompts

Write a technical spec for an engineer

IT General

The prompt

Write a technical spec for this feature.

What we're building: {{describe}}
User story: As a {{role}}, I want to {{action}} so that {{outcome}}
Tech stack: {{frontend_backend_database_apis}}
Constraints: {{performance_security_budget_timeline}}
Out of scope for v1: {{list}}

Spec should include:
1. Overview and goals
2. Data model: entities, fields, relationships
3. API endpoints: method, path, request/response shape
4. Frontend components and states
5. Error handling and edge cases
6. Open questions for the engineer to resolve