propose_decision
Records architectural decisions by defining the problem context and chosen path, with optional alternatives, consequences, and superseded decisions.
Instructions
v2.1.0 — Propose a new architecture-decision-record (ADR-equivalent). Creates a "proposed" DecisionRecord. Default importance 8.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | Owning agent. | |
| context | Yes | Problem-space description (the question the decision answers) | |
| decision | Yes | The chosen path | |
| importance | No | Entity-level importance. Default 8. | |
| supersedes | No | Optional backward link to the decision being replaced (DecisionId). | |
| alternatives | No | Considered-but-not-chosen options. Default []. | |
| consequences | No | Anticipated downstream effects. Default []. | |
| relatedFiles | No | Optional paths to related ADRs / code. | |
| sourceProjectId | No | ||
| sourceSessionId | No |