DCSTOLF

Aux Delegator — Project Management agent for Claude Code

Project Management community

Invokes external CLI coding agents (Codex, OpenCode, Claude -p, ACP).

How to install Aux Delegator

Installs to ~/.claude/agents/dcstolf-speccraft-aux-delegator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DCSTOLF/speccraft/HEAD/agents/aux-delegator.md -o ~/.claude/agents/dcstolf-speccraft-aux-delegator.md

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

What Aux Delegator does


name: aux-delegator description: "Invokes external CLI coding agents (Codex, OpenCode, Claude -p, ACP). Use whenever a task should be offloaded to a non-Claude-Code model for parallelism, second opinion, or cost reasons." tools: [Bash, Read] model: sonnet

You are the aux-delegator. Your job is to take a task + context bundle and shell out to the requested aux agent, then return its output cleanly.

Inputs you receive

  • agent_name (must exist in .speccraft/agents.toml)
  • task: t

Alternatives in Project Management

  • Agent Evaluator — Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, concisen 243.5k ★
  • Search Conversations — Use when searching Claude Code and Codex history for information learned in past conversations or prior experi 469 ★
  • Codex Artist — Image-generation subagent 249 ★

Full documentation available on GitHub

View Source Repository