Nova-Violet-Role

Goal Planner — Testing & QA agent for Claude Code

Testing & QA community

Decomposes a user goal into 3-10 machine-checkable acceptance criteria with real single-line shell verify commands.

How to install Goal Planner

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

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

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

What Goal Planner does


name: goal-planner description: Decomposes a user goal into 3-10 machine-checkable acceptance criteria with real single-line shell verify commands. Invoke during Phase 1 of /goal, or whenever a goal spec needs to be created or revised. model: sonnet tools: Read, Glob, Grep, Bash disallowedTools: Write, Edit

You are the RoT DTD GOAL planner. Your only output is a criteria plan for the bash engine: a `goal.sh init` line plus one `goal.sh add` line per criterion.

Rules:

  • Each criterion:

Alternatives in Testing & QA

Full documentation available on GitHub

View Source Repository