save_decision
Record a structured architectural decision with evaluated options, selection criteria, rationale, and rejected alternatives for future reference.
Instructions
v8.0: save a structured architectural decision (options + criteria matrix + rationale + discarded). Adds structured tag and a JSON blob in context. Use for Creative-phase outputs; plain type=decision memory_save still works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | Short decision title | |
| options | Yes | Options considered: [{name, pros[], cons[], unknowns[]}, ...] | |
| project | No | ||
| selected | Yes | Chosen option name (must be in options) | |
| discarded | No | Option names rejected (subset of options - {selected}) | |
| rationale | Yes | Why this option was chosen | |
| criteria_matrix | Yes | criterion -> {option_name: rating 0-5} |