jtims

Swarm Plan — AI skill for Claude Code

AI community

Route ANY subagent-spawning task to the right vector, tier, and pins before spawning anything — the general pre-flight beneath /research-swarm and /swarm-init.

How to install Swarm Plan

Installs to ~/.claude/skills/jtims-claude-code-swarm-kit-swarm-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jtims-claude-code-swarm-kit-swarm-plan && curl -fsSL https://raw.githubusercontent.com/jtims/claude-code-swarm-kit/HEAD/commands/swarm-plan.md -o ~/.claude/skills/jtims-claude-code-swarm-kit-swarm-plan/SKILL.md

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

What Swarm Plan does


description: Route ANY subagent-spawning task to the right vector, tier, and pins before spawning anything — the general pre-flight beneath /research-swarm and /swarm-init

/swarm-plan — spawn-vector router

Plan any fan-out **before** it spawns. `/research-swarm` handles the research shape; this command handles everything else — audits, migrations, reviews, sweeps, implementation fan-outs — and routes research back to `/research-swarm`.

Input: `$ARGUMENTS` = the task in plain words.

Alternatives in AI

  • Bot On Anything — A large model-based chatbot builder that can quickly integrate AI models (including ChatGPT, Claude, Gemini) i 4.2k ★
  • Room — Open-source earning-focused swarm intelligence engine 838 ★
  • Typesafe MCP — An mcp connector to evaluate anything fast and cheap 258 ★

Full documentation available on GitHub

View Source Repository