goal-manager¶
Track durable task goals across sessions, compactions, and PR-bound work using the project ledger.
Workflow¶
- Decide whether goal tracking is useful.
- Track when work spans multiple sessions, compactions, or PR rounds.
- Skip for one-off questions or trivial tasks.
- Shape the objective: outcome-focused, verifiable, scoped.
- Persist the goal in
ledger/current.mdunder "Current Goal" withGoal,Owner,Started,Status, and aPlanchecklist. - Append progress notes during work —
bash scripts/checkpoint.shor direct edits. - Re-read the ledger when resuming. State briefly what was last done and what comes next.
- Complete only when the real outcome is done, verification has run, and a summary is recorded.
Examples¶
See skills/goal-manager/references/examples.md for translations from informal requests to concrete objectives.
Install¶
gh skill install s-hiraoku/claude-harnesses goal-manager --scope project
Bundled into long-running-pack. Pair with the /checkpoint slash command.