taskguard_define_goal
Define a task contract with goal, non-goals, and explicit done criteria to prevent scope drift and verify completion.
Instructions
Call this before starting meaningful work. Defines the task contract: goal, non-goals, and explicit done criteria that later tools use to detect scope drift and verify completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| title | Yes | ||
| nonGoals | No | ||
| sessionId | No | ||
| doneCriteria | Yes |