From superkit
Use when iterate-to-green stalls or when stuck debugging something complex — fans out a large agent swarm to find the root cause and return a patch, using Claude Code dynamic workflows when available and degrading to superpowers:dispatching-parallel-agents otherwise.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superkit:escalate-to-workflowsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launchable from the `superkit:iterate-to-green` stall gate, or directly when stuck on a
Launchable from the superkit:iterate-to-green stall gate, or directly when stuck on a
complex bug. It returns a diagnosis + proposed patch; the caller applies it and re-verifies —
this skill never declares the suite green itself.
Dynamic workflows need Claude Code ≥ v2.1.154 and the feature enabled in /config.
Check the version with claude --version (Bash). If unavailable or uncertain:
superpowers:dispatching-parallel-agents (a handful of parallel
investigators) and tell the user how to enable workflows (/config → Dynamic workflows).
Continue with the degraded path; do not stop.Collect ONLY: the failing test names/output and pointers to the implicated source/spec.
Never dump the whole specs//.superkit/ tree (superkit:respecting-the-spec-contract).
Ask the user how many investigation agents to fan out, warning about token cost (the runtime
caps at 16 concurrent / 1,000 total per run). Then request a dynamic workflow — prefix the
request with ultracode, or ask in plain language to "run a workflow" — that:
Return the diagnosis + patch to the caller (iterate-to-green applies it and re-runs the
suite). Optionally tell the user they can save the generated script via /workflows → s
as a reusable /<name> command.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub joshuatrobertson/super-kit --plugin superkit