add_decision
Record a decision on a kanban item, capturing the choice, rejected alternatives, and rationale for future reference.
Instructions
Add a decision record to an item.
Args: item_id: The item to attach the decision to choice: What was decided (max 200 chars) rejected_alternatives: What was rejected (max 500 chars) rationale: Brief reason for the choice (max 200 chars)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| choice | Yes | choice parameter | |
| item_id | Yes | item_id parameter | |
| rationale | No | rationale parameter | |
| rejected_alternatives | No | rejected_alternatives parameter |