Nova-Violet-Role

Goal Pause — Development skill for Claude Code

Development community

Pause the active goal — the stop-gate goes dormant until resumed.

How to install Goal Pause

Installs to ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-pause/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-pause && curl -fsSL https://raw.githubusercontent.com/Nova-Violet-Role/RoT-DTD-GOAL/HEAD/commands/goal-pause.md -o ~/.claude/skills/nova-violet-role-rot-dtd-goal-goal-pause/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Goal Pause does


description: Pause the active goal — the stop-gate goes dormant until resumed

bash "${CLAUDE_PLUGIN_ROOT}/scripts/goal.sh" pause

Confirm: state preserved, no hook will block stopping, /goal-resume picks up exactly where things left off.

Alternatives in Development

  • Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★
  • Stop Review Gate — You are reviewing uncommitted changes before the author finishes their turn 664 ★
  • Taskmaster — Stop hook for Claude Code that keeps the agent working until all plans and user requests are 100% complete 494 ★

Full documentation available on GitHub

View Source Repository