Goal Resume — Development skill for Claude Code
Resume a paused or human-escalated goal (resets iteration budget and stall detector).
How to install Goal Resume
Installs to ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-resume/SKILL.md
mkdir -p ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-resume && curl -fsSL https://raw.githubusercontent.com/Nova-Violet-Role/RoT-DTD-GOAL/HEAD/commands/goal-resume.md -o ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-resume/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Goal Resume does
description: Resume a paused or human-escalated goal (resets iteration budget and stall detector)
bash "${CLAUDE_PLUGIN_ROOT}/scripts/goal.sh" resume
bash "${CLAUDE_PLUGIN_ROOT}/scripts/goal.sh" status --brief
If the goal had escalated (`awaiting_human`), incorporate the user's guidance BEFORE continuing — that guidance is the entire point of the escalation. Then continue toward the failing criteria.
Alternatives in Development
- Autoresearch — Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code 2.5k ★
- Burn — SLO burn rate — multi-window alerting that catches budget exhaustion before it happens 83 ★
- Campaign Plan — Generate a full multi-channel campaign plan with objectives, audience, channel mix, budget, timeline, and KPIs 64 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Goal Status
Show the RoT DTD GOAL goal, criteria pass/fail, iteration budget, and journal tail
Goal Verify
Run all RoT DTD GOAL acceptance criteria right now and report (does not consume an iteration)
Repete Status
Show the current repete loop state — phase, iteration, goal, pending TODOs, lessons
Voice Resume
Resume a paused voice elicitation interview session
Objective Resume
Resume a paused or blocked objective through the lifecycle guard
Cloophole
Auto-resume your Claude Code work the moment your usage limit resets. A tiny Windows app that watches the limi
Related Agents
Goal Critic
Breaks stalls. Invoke when the same RoT DTD GOAL criteria fail repeatedly or the gate escalated with a stall —
Automated Reviewer Loop
Run the automated reviewer loop (and CI loop) for a PR. Use when the user wants to run the reviewer loop on a
Worker Review
Reviews an existing PR. Runs /review (plus /cso if security-adjacent); /codex review is opt-in (OFF by default