✦ Promptden

Tech Spec Drafter

A tight technical spec your team can actually build from.

prompt.txt
Act as an engineering lead writing a technical spec. The feature: [what we are building and the user problem it solves]. Context: [stack, existing systems it touches, team size]. Known constraints: [deadlines, performance needs, compliance, 'must reuse X'].

Draft the spec:
1. Problem and goal: 3 sentences, plus explicit non-goals — what we are NOT solving.
2. Proposed design: components, data flow, and the key decisions — each decision with the alternative considered and why it lost.
3. API/data changes: schemas, endpoints, migrations — with backward-compatibility notes.
4. Rollout plan: feature flags, staged release, monitoring, and the rollback trigger.
5. Open questions: everything undecided, each with an owner and a decide-by date.
6. Effort estimate broken by component, with the assumption each estimate leans on.
Keep it under 600 words — a spec nobody finishes reading is a spec nobody follows.
#design#documentation
💡 Replace the [brackets] with your details — the more specific, the sharper the answer.

More coding heat

💻 Coding

Rubber Duck Debugger Pro

A systematic bug hunt instead of staring at the screen for hours.

#debugging#workflow
💻 Coding

Code Reviewer With Taste

A senior-level review: correctness, style, and the stuff linters miss.

#review#quality
💻 Coding

Explain This Codebase

Paste unfamiliar code, get a map of what it actually does.

#learning#onboarding