Polyphony Spawn banner
alinaqi alinaqi

Polyphony Spawn

Productivity community

Description

# /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

Installation

Installs to ~/.claude/skills/alinaqi-maggy-polyphony-spawn/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alinaqi-maggy-polyphony-spawn && curl -fsSL https://raw.githubusercontent.com/alinaqi/maggy/HEAD/commands/polyphony-spawn.md -o ~/.claude/skills/alinaqi-maggy-polyphony-spawn/SKILL.md

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

Full documentation available on GitHub

View Source Repository