From ultraswarm
Orchestrates complex coding work through the ultraswarm v3 standalone runner with multi-task plans, worker routing, and controlled merges.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ultraswarm:ultraswarmThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the repository's standalone runner as the only orchestration implementation. Do not recreate orchestration in the host, and do not implement delegated feature code directly.
Use the repository's standalone runner as the only orchestration implementation. Do not recreate orchestration in the host, and do not implement delegated feature code directly.
Invocation: /ultraswarm
Resolve the checkout from ULTRASWARM_HOME, this skill's real path, or ~/projects/ultraswarm. It must contain bin/ultraswarm.mjs and installed dependencies. Node >=22 is required.
node <root>/bin/ultraswarm.mjs run --plan-file .ultraswarm-plan.json.node <root>/bin/ultraswarm.mjs run --plan-file .ultraswarm-plan.json --approve-plan.node <root>/bin/ultraswarm.mjs merge <run-id> --approve.Never translate approval from an earlier conversation into either runner approval flag.
doctor and workers: policy, gates, CLI health, and capabilities.explain-routing <task>: worker ranking with fit and repository-local metrics.status [run-id]: durable run, task, and attempt state.logs <run-id> [--after N] [--json]: append-only events.cancel <run-id>: terminate worker process trees and mark cancelled.resume <run-id>: recover an awaiting-merge or stale-base run.export <run-id>: machine-readable provenance bundle.aliases in config appear in the roster alongside built-in CLIs; doctor/workers and explain-routing show them, and the decomposition roster routes to them by specialty (respecting any maxTier cap).Each task requires id, description, files, complexity_score, risk, dependencies, and prompt. cli and model_tier are optional. Use contract.commands, contract.assertions, and contract.allowed_paths for executable acceptance criteria. High-risk tasks must compete unless policy says otherwise.
The runner owns worktrees, retries, worker supervision, routing, QA, integration, persistence, recovery, and merge. Treat its exit codes and durable state as authoritative.
npx claudepluginhub fubak/ultraswarm --plugin ultraswarmSpawns isolated agents to execute independent working-tree tasks in parallel with wave-validity gating and conflict checks. Use when ≥2 independent units need file edits.
Orchestrates multi-phase workflows chaining foundational task skills (git-wrapup, release-and-publish, maintenance, etc.) for MCP server projects. Routes user intent to workflow files for greenfield builds, maintenance, or fix-and-release.
Launches multi-agent Agentic SDLC workflows for parallel task decomposition, dispatch to tiered agents (lite/med/heavy), and validation. Use for complex tasks with parallel subtasks.