store_decision
Save decision details including rationale, alternatives, and context to preserve the reasoning behind choices.
Instructions
Log a decision for future reference. Invaluable for understanding past choices.
Args: decision: What was decided. rationale: Why this choice was made. alternatives: What other options were considered and why they were rejected. context: Surrounding context that influenced the decision. project: Project this decision belongs to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| project | No | global | |
| decision | Yes | ||
| rationale | No | ||
| alternatives | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |