use-goal
Installation
SKILL.md
Use Goal
Treat a goal as a committed outcome, not a plan or a list of tasks. Persist its state, work autonomously through recoverable failures, and do not conclude while its definition of done remains unmet.
Command contract
Recognize these slash-command forms and equivalent natural language:
| Command | Behavior |
|---|---|
/use-goal <objective> |
Create a goal when none exists. |
/use-goal |
Resume the current goal; if none exists, ask for the objective. |
/use-goal resume |
Load, reconcile, and continue the current goal now. |
/use-goal pause |
Reach a safe boundary, save an exact checkpoint, and stop. |
/use-goal status |
Report progress, evidence, blockers, and the next action without doing more work. |
/use-goal new <objective> |
Replace the saved goal and start the new one now. |
/use-goal clear |
Delete only the saved goal state. Do not undo completed work. |
/use-goal delete |
Alias for clear. |