agent/claude/code/commands/dispatch.md
Snider 4d43b4c9bf fix(plugin): restore core: prefix on commands
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 16:54:53 +00:00

1.1 KiB

name description arguments
core:dispatch Dispatch a subagent to work on a task in a sandboxed workspace
name description required
repo Target repo (e.g. go-io, go-scm, mcp) true
name description required
task What the agent should do true
name description default
agent Agent type (claude, gemini, codex) claude
name description default
template Prompt template (coding, conventions, security) coding
name description
plan Plan template (bug-fix, code-review, new-feature, refactor, feature-port)
name description
persona Persona slug (e.g. engineering/engineering-backend-architect)

Dispatch a subagent to work on $ARGUMENTS.repo with task: $ARGUMENTS.task

Use the mcp__core__agentic_dispatch tool with:

  • repo: $ARGUMENTS.repo
  • task: $ARGUMENTS.task
  • agent: $ARGUMENTS.agent
  • template: $ARGUMENTS.template
  • plan_template: $ARGUMENTS.plan (if provided)
  • persona: $ARGUMENTS.persona (if provided)

After dispatching, report the workspace dir, PID, and whether it was queued or started immediately.