add_decision
Adds a structured architecture decision record (ADR) to document technical choices with context, decision details, and consequences.
Instructions
Adds a single architecture decision record (ADR) to DECISIONS.md. Creates a structured entry with title, context, decision, and consequences sections.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the decision (e.g., "Use PostgreSQL for primary database"). | |
| context | No | The context and problem statement that led to this decision. | |
| decision | Yes | The decision that was made. | |
| consequences | No | The positive and negative consequences of the decision. | |
| status | No | Status of the decision. Default: "accepted". | accepted |
| tags | No | Tags for categorization (e.g., ["database", "infrastructure"]). |