generate_adr
Create an Architecture Decision Record in MADR format from a title, context, options, and decision. Returns a structured prompt the host LLM completes into a finished ADR.
Instructions
Generate an Architecture Decision Record (ADR) in the MADR-style format. Returns a structured prompt the host LLM completes into a fully-formed ADR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Decision title, e.g. 'Adopt Kafka for cross-service eventing'. | |
| status | No | proposed | |
| context | Yes | The problem / forces driving the decision. | |
| options | Yes | Options under consideration (at least two). | |
| decision | Yes | The chosen option and rationale. | |
| consequences | No | Known consequences: positive, negative, neutral. |