record_decision
Record task decisions with rationale and actor to maintain a clear audit trail and context for AI-assisted development.
Instructions
Record a decision made during task execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Who made the decision | |
| taskId | Yes | Task ID | |
| context | No | Additional context (optional) | |
| decision | Yes | The decision made | |
| rationale | Yes | Rationale for the decision |