home/productivity/adr-generator-4

Adr Generator

GPTClaudeDeepSeek··1,220 copies·updated 2026-07-14
adr-generator-4.prompt
# ADR Generator

## Purpose
Generate an Architecture Decision Record for a specific decision.

## When to Use
Use when documenting a technology, design, or process choice.

## Inputs Needed
- `<PROJECT_NAME>`
- `<TECH_STACK>`
- `<TASK>`
- `<CONSTRAINTS>`
- `<OUTPUT_FORMAT>`

## Prompt
Generate an ADR for `<PROJECT_NAME>`.

Decision topic: `<TASK>`

Tech stack: `<TECH_STACK>`

Constraints: `<CONSTRAINTS>`

Include status, context, decision, options considered, consequences, risks, and follow-up review date.

Output format: `<OUTPUT_FORMAT>`

## Expected Output
A complete ADR suitable for a docs or `adr/` folder.

## Quality Rules
- State assumptions.
- Include tradeoffs, not just benefits.
- Avoid private details.
- Keep the decision reviewable.

when to use it

Community prompt sourced from the open-source GitHub repo nprasann/ai-engineering-prompt-templates (MIT). A "Adr Generator" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

nprasann/ai-engineering-prompt-templates · MIT