goal
Installation
SKILL.md
Goal
Run the helper first, then obey the returned "Claude instructions":
python3 ~/.claude/skills/goal/scripts/claude_goal.py invoke "$ARGUMENTS"
The helper persists goal state in ~/.claude/goal/goals.sqlite and implements the Codex-inspired command surface:
/goal <objective>: set a new active goal for this Claude session./goal --tokens 250K <objective>: set a soft token budget./goal: show current goal and continuation instructions./goal status: show current goal./goal pause: pause the goal./goal resume: resume the goal./goal clear: delete the goal./goal complete: mark complete only after the audit below proves completion.