Add an architecture decision record
add_decisionLog a new architecture decision with context, decision, consequences, and related tickets. Auto-numbers each ADR entry.
Instructions
Append a new ADR to a project's decision log (decisions.md): context, decision, consequences, and any tickets it relates to. Auto-numbers ADR-. Append-only — never rewrites prior ADRs. Relevant ADRs surface automatically in ticket work packets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title for the decision. | |
| context | No | What prompted this decision. | |
| project | Yes | ||
| tickets | No | Ticket ids this decision relates to. | |
| decision | Yes | The choice that was made. | |
| consequences | No | Tradeoffs / follow-on effects. |