A project-local, git-tracked execution record for coding agents: crash recovery, handoff, branch isolation, and safe squash — portable across Codex, Claude Code, Antigravity, Gemini CLI, and Cline
Mark the current Goal Ledger abandoned while preserving its files and Git history for recovery and audit. Use only when the user explicitly asks to abandon, cancel, or scrap the active goal. Never delete .goal-ledger, reset commits, discard code, delete a branch, or treat a blocked goal as abandoned without explicit…
Execute exactly one assigned phase of an existing Goal Ledger and stop. Use when you were handed a phase ID to run (a prompt naming goal-ledger-execute and a phase-NNNN), when acting as the executor for a planner-tier agent, or when running delegated grunt work against .goal-ledger/phase-NNNN.md. Follow the phase file…
Resume and recover an unfinished Goal Ledger after interruption, a crash, context compaction, or hand-off from another agent or model tier. Reconcile .goal-ledger files with the recorded branch, immutable baseline, Goal-ID commit trail, dirty worktree, and committed phase-start markers; verify what an executor left…
Produce a strictly read-only status and handoff report for the current Goal Ledger, including phase progress, owners, next role, next action, blockers, review-gate state, Git strategy, matching Goal-ID commits, branch or baseline inconsistencies, foreign commits, and dirty crash evidence. Use when the user asks for…
Plan, delegate, and accept a durable, git-tracked Goal Ledger for multi-phase or long-running work: .goal-ledger/GOAL.md plus phase-NNNN.md files, a planner/executor role split so a stronger model plans and reviews while cheaper models run the phases, approval gates, an isolated goal branch, committed recovery…