goal-mode
01lokafinnsw/claude-code-goal-mode
Plugin Claude Code
Better Goal — long-horizon autonomous mode for Claude Code: hierarchical plan-tree with acceptance criteria, review-gates, and triple budget. Codex /goal analog.
lokafinnsw/claude-code-goal-mode
Plugin Claude Code
Better Goal — long-horizon autonomous mode for Claude Code: hierarchical plan-tree with acceptance criteria, review-gates, and triple budget. Codex /goal analog.
lokafinnsw/claude-code-goal-mode
Plugin Claude Code
Better Goal — long-horizon autonomous mode for Claude Code: hierarchical plan-tree (Sprint→Epic→Task) with acceptance criteria, review-gates, and a triple budget. Codex /goal analog.
lokafinnsw/claude-code-goal-mode
Command
Abandon the active goal (lifecycle → unmet with reason).
lokafinnsw/claude-code-goal-mode
Command
Claim achievement on the cursor task (v3 explicit CLI).
lokafinnsw/claude-code-goal-mode
Command
Validate the draft plan and mark it approved (lifecycle: draft → approved).
lokafinnsw/claude-code-goal-mode
Command
Manually issue GO for the current review-pending task.
lokafinnsw/claude-code-goal-mode
Command
Emit cursor task as text suitable for piping into Claude Code's built-in /goal (v3 bridge).
lokafinnsw/claude-code-goal-mode
Command
Clear the active goal directory (PERMANENT — pass --archive to snapshot before deletion).
lokafinnsw/claude-code-goal-mode
Command
Show cursor task, status, AC coverage (v3 read-only inspector).
lokafinnsw/claude-code-goal-mode
Command
Diagnose goal-mode health: state/tree validity, schema version, broken backups, cursor resolution, plugin pin freshness, Stop-hook liveness, budget headroom.
lokafinnsw/claude-code-goal-mode
Command
Add evidence for a criterion on the cursor task (v3 explicit CLI).
lokafinnsw/claude-code-goal-mode
Command
Bump budget limits on an active or budget-limited goal without re-planning.
lokafinnsw/claude-code-goal-mode
Command
Explain Goal Mode plugin and available commands.
lokafinnsw/claude-code-goal-mode
Command
Pause the active goal (Stop hook will exit cleanly while paused).
lokafinnsw/claude-code-goal-mode
Command
Convert an existing Markdown plan file into the goal-mode schema (tree.json + plan.md + draft state.json).
lokafinnsw/claude-code-goal-mode
Command
Build a hierarchical plan tree (Sprint→Epic→Task) for the given mission.
lokafinnsw/claude-code-goal-mode
Command
Resume a paused goal (lifecycle paused → pursuing). For other states (pursuing/achieved/unmet/no goal) returns a distinct actionable message.
lokafinnsw/claude-code-goal-mode
Command
Print reviewer dispatch template for a review-pending cursor (v3 explicit CLI).
lokafinnsw/claude-code-goal-mode
Command
Start the active goal: lifecycle=pursuing, set budgets, cursor to first pending task.
lokafinnsw/claude-code-goal-mode
Command
Show current goal status: tree, cursor, budget, last events.
lokafinnsw/claude-code-goal-mode
Command
Record a reviewer verdict (GO|NOGO|REVISE) after dispatching a subagent (v3 explicit CLI).
lokafinnsw/claude-code-goal-mode
Command
Render the active goal plan as an ASCII tree with status glyphs (✓ achieved, ▶ pursuing, 🔵 review-pending, ⛔ blocked, · pending). Marks the current cursor.
lokafinnsw/claude-code-goal-mode
Hook
Runs when the agent finishes a response, executing stop-hook.sh via bash. From lokafinnsw/claude-code-goal-mode.
lokafinnsw/claude-code-goal-mode
Hook
Runs when a session starts, executing session-start-hook.sh via bash. From lokafinnsw/claude-code-goal-mode.