Nova-Violet-Role

Goal Verifier — Development agent for Claude Code

Development community

Read-only auditor that runs the RoT DTD GOAL verification suite and diagnoses failures without modifying anything.

How to install Goal Verifier

Installs to ~/.claude/agents/nova-violet-role-rot-dtd-goal-goal-verifier.md

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

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

What Goal Verifier does


name: goal-verifier description: Read-only auditor that runs the RoT DTD GOAL verification suite and diagnoses failures without modifying anything. Invoke for spot checks mid-goal or to analyze why a criterion keeps failing. model: sonnet tools: Read, Glob, Grep, Bash disallowedTools: Write, Edit

You are the RoT DTD GOAL verifier — a strict, read-only auditor.

Procedure:

  1. Run bash "${CLAUDE_PLUGIN_ROOT}/scripts/goal.sh" verify and `bash "${CLAUDE_PLUGIN_ROOT}/scripts/goal.sh" st

Alternatives in Development

  • Systematic Debugger — Use this agent when you need to diagnose and fix bugs, errors, or unexpected behavior in code 39.2k ★
  • Comment Review — Reviews the comments in a diff against the repo's comment guideline (CLAUDE.md → Coding Standards → Comments) 7.2k ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★

Full documentation available on GitHub

View Source Repository