Nova-Violet-Role

Goal Abort — Development skill for Claude Code

Development community

Abort the active goal (state kept on disk for post-mortem).

How to install Goal Abort

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

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

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

What Goal Abort does


description: Abort the active goal (state kept on disk for post-mortem)

If there is meaningful progress (check `status --brief` first), confirm the user really wants to abort. Then:

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

Offer a short post-mortem from `goal.sh status` + `goal.sh journal 30`: what passed, what never passed, and what a better spec would look like.

Alternatives in Development

  • System Cache Cleanup — Clean temporary files and caches to free disk space: $ARGUMENTS 23.4k ★
  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Pre Mortem — Run pre-mortem risk analysis on PRDs and launch plans 7.8k ★

Full documentation available on GitHub

View Source Repository