Nova-Violet-Role

Goal Resume — Development skill for Claude Code

Development community

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

Terminal
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 Repository