adr_create
Create a new Architecture Decision Record to document a project's architectural decision, including context, status, and consequences.
Instructions
Create a new Architecture Decision Record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ADR title | |
| status | No | Initial status | proposed |
| context | No | Context and problem statement | |
| decision | No | The decision that was made | |
| project_id | Yes | Project ID | |
| consequences | No | Consequences of the decision |