Nova-Violet-Role

Goal Verify — Development skill for Claude Code

Development community

Run all RoT DTD GOAL acceptance criteria right now and report (does not consume an iteration).

How to install Goal Verify

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

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

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

What Goal Verify does


description: Run all RoT DTD GOAL acceptance criteria right now and report (does not consume an iteration)

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

Report results. If criteria fail, propose the minimal concrete fix for each — do not start implementing unless a goal is active or the user asks.

Alternatives in Development

  • Autoresearch — Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code 2.5k ★
  • Verify Theme — Run the full Graphite quality gate (drift, tokens, contrast, YAML) and report pass/fail 452 ★
  • Dashclaw Quality — Recurring find-and-fix quality pass over the whole DashClaw app — browser smoke (frontend-verify) + code gates 297 ★

Full documentation available on GitHub

View Source Repository