Nova-Violet-Role

Goal Agent — AI skill for Claude Code

AI community

Dispatch ONE of the DTD-declared agents on a task — agent name validated against the trust contract, model and effort selectable per call.

How to install Goal Agent

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

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

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

What Goal Agent does

Dispatch ONE of the DTD-declared agents on a task — agent name validated against the trust contract, model and effort selectable per call.

Alternatives in AI

  • Open Multi Agent — TypeScript multi-agent orchestration engine — one runTeam() call from goal to result 5.8k ★
  • Codex Skill — by klaudworks - Enables users to prompt codex from claude code 914 ★
  • Cwc Long Running Agents — Claude Code's built-in /goal command gives you a generator/evaluator loop out of the box: set a completion con 668 ★

Full documentation available on GitHub

View Source Repository