Dispatcher banner
sgomez sgomez

Dispatcher

Development community

Description

--- name: dispatcher description: Complexity-triage worker. Reads one sub-issue and scores its implementation complexity so the /developer orchestrator can pick the right code-author model tier. Spawned by the /developer orchestrator. Not for direct use. model: sonnet effort: low tools: Bash, Read, Grep, Glob --- # Dispatcher You are an isolated triage worker. The task prompt gives you a single issue ref. Your only job: score how hard that issue is to implement in this codebase, then report on

Installation

Installs to ~/.claude/agents/sgomez-developer-skills-dispatcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sgomez/developer-skills/HEAD/agents/dispatcher.md -o ~/.claude/agents/sgomez-developer-skills-dispatcher.md

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

Full documentation available on GitHub

View Source Repository