Skip to content
Development
Command

/polyphony-spawn

Create a new task in the Polyphony orchestrator and route it to an agent.

From plugin
maggy
70525 skills7 agents25 commands1 hook
Install
$ npx -y skills add alinaqi/claude-bootstrap --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/polyphony-spawn

Context preview

What this command does when you run it.

Create a new task in the Polyphony orchestrator and route it to an agent.

Command definition

polyphony-spawn.md

/polyphony-spawn — Spawn Task

Create a new task in the Polyphony orchestrator and route it to an agent.

---

Usage

/polyphony-spawn <title> [--type <task_type>] [--risk <risk>] [--source <source>]

Steps

1. Parse Arguments

  • `title`: Required task description
  • `--type`: Task type (feature, bugfix, docs, refactor, etc.). Default: feature
  • `--risk`: Risk level (low, medium, high). Default: low
  • `--source`: Work source (local, github). Default: local

2. Create Task

PYTHONPATH=scripts python3 -m polyphony spawn "$TITLE" --type "$TYPE"

3. Route Task

The orchestrator will automatically: 1. Score task complexity (5-dimension scoring) 2. Match against routing rules 3. Select agent and fallback chain 4. Provision container with workspace 5. Start agent execution

4. Report

Print task ID and routing decision.

Ships withmaggy

Turn Claude Code into a self-reviewing, test-enforced engineering system that remembers context across sessions — then route work across 13 models from a single dashboard.

Get the whole plugin