plan

plan is a skill for Claude Code, Codex from ra3orblade/swarm. It costs 55 tokens per session (340 once invoked), scanned A, original, Apache-2.0.

A read-only progress-reporting tool for the Swarm development roadmap. It combines milestone statuses with recent commits and open pull requests when available.

In plain words
What is it for?
Use it to answer questions such as what is done, where the project stands, and what should happen next.
Why use it?
It gives a quick view of completed work, work in progress, and the next tasks without changing planning files.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ra3orblade/swarm/plan
Any agent
npx skills add ra3orblade/swarm --skill plan
Clone the repo
git clone --depth 1 https://github.com/ra3orblade/swarm

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/ra3orblade/swarm/plan.svg)](https://agentmods.dev/skills/ra3orblade/swarm/plan)
Your own site
<a href="https://agentmods.dev/skills/ra3orblade/swarm/plan"><img src="https://agentmods.dev/badge/skills/ra3orblade/swarm/plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 340 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00055 $0.00340
Opus 5 $0.00028 $0.00170
Sonnet 5 $0.00011 $0.00068
Haiku 4.5 $0.00006 $0.00034

Measured 5d ago against content hash 5b758594c131, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plan scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/plan/SKILL.md · 22 lines

What it actually says

Plan

Produce a scannable snapshot of the Swarm roadmap. Read-only — never edit plan files while running this.

Sources (read in order)

  1. docs/06-roadmap.md — the authoritative milestone tables (ID · Task · Status).
  2. git log --oneline -12 — if a feat:/fix: commit is newer than a task's status note, flag that the plan may be one step behind.
  3. gh pr list --state open (if gh is available) — surface open PRs not yet reflected in the plan.

Output

  • A short header line: current phase + one sentence on where things stand.
  • One markdown table per milestone that has any ⚪/🟡 work left, columns: ID | Task | Status. Use ✅ / 🟡 / ⚪ verbatim from the roadmap; keep task text short (trim the long status notes to a phrase).
  • Collapse fully-done milestones to a single line (e.g. **M0 See everything** — ✅ done).
  • End with a Next section: the 1–3 most valuable unstarted tasks and why, matching the recommendations in the roadmap's dependency order.

Keep it tight — this is a status glance, not a full doc dump.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 22 lines · 55 tokens per session scan A 5b758594c131

Subscribe to this mod's changes

plan is a skill published in the GitHub repository ra3orblade/swarm (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 55 tokens to every session and 340 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

fazxes/Claude-code · 63 tokens

math-olympiad

Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any…

fazxes/Claude-code · 163 tokens

skill-development

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

fazxes/Claude-code · 63 tokens

build-mcp-app

This skill should be used when the user wants to build an "MCP app", add "interactive UI" or "widgets" to an MCP server, "render components in chat", build "MCP UI resources", make a tool that shows a "form", "picker", "dashboard" or "confirmation dialog" inline in the conversation, or mentions "apps SDK" in the…

fazxes/Claude-code · 111 tokens

command-development

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash…

fazxes/Claude-code · 99 tokens

hook-development

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDEPLUGINROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop…

fazxes/Claude-code · 117 tokens