append_decision
Record an architecture decision, including context, rationale, and consequences, to document significant technical choices.
Instructions
Record an architecture or design decision. Use this after making a significant technical choice. Stores a structured ADR (Architecture Decision Record) with context, decision, consequences, and related files. Do not store full source code — store only the rationale and outcome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title summarizing the decision. | |
| context | Yes | Why this decision was needed. What problem or trade-off was being addressed. | |
| decision | Yes | What was decided and why. | |
| consequences | No | Expected consequences, trade-offs, or follow-up actions. | |
| relatedFiles | No | Paths to related source files (relative to project root). |