Log Decision
log_decisionRecord decisions with reasoning and alternatives to build persistent project memory and prevent rehashing settled debates.
Instructions
Record a decision with reasoning and alternatives considered. Proactively use this when the user makes a technical decision, chooses between options, or settles a debate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags like "architecture", "database", "api" | |
| title | Yes | Short title for the decision | |
| project | No | Project name or ID | |
| task_id | No | Task ID to associate this decision with (omit for project-level) | |
| decision | Yes | What was decided | |
| reasoning | No | Why this was decided | |
| alternatives | No | Rejected alternatives |