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.
npx agentmods add commands/damusix/atomic-claude/challenge-swarmgit clone --depth 1 https://github.com/damusix/atomic-claudeWrote 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.
[](https://agentmods.dev/commands/damusix/atomic-claude/challenge-swarm)<a href="https://agentmods.dev/commands/damusix/atomic-claude/challenge-swarm"><img src="https://agentmods.dev/badge/commands/damusix/atomic-claude/challenge-swarm.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.04587 |
| Opus 5 | $0.00000 | $0.02294 |
| Sonnet 5 | $0.00000 | $0.00917 |
| Haiku 4.5 | $0.00000 | $0.00459 |
Grade A, and why
challenge-swarm 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 347 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/challenge-swarm
Take an existing design, spec, or plan and subject it to independent expert scrutiny, then map where the experts disagree. Multiple genuinely independent perspectives surface holes any single review pass misses — and the disagreements between perspectives are the highest-value output, not the consensus. Mechanism adapted from Stanford's STORM (perspective-diverse, grounded multi-agent synthesis); the grounding corpus is the artifact's source material — the codebase, when there is one.
This command does not produce a new design. The planning workflow already exists (/atomic-plan). The deliverable is a challenge report the user folds back into the design — surgical findings only, never a rewrite.
Workflow position
hunch → /gather-evidence → /pressure-test → /atomic-plan → /challenge-swarm → /subagent-implementation
(does it hold?) (you defend it (write design (isolated experts (build it)
in dialogue) + spec) attack it)
Parse arguments
$ARGUMENTS may be empty, a topic phrase, or a target document reference. Classify with this precedence (first match wins, single pass):
- Token starts with
@→ strip the@, treat the remainder as a path. Resolve relative to cwd; absolute allowed. Must exist and end in.md→ target document. Otherwise print one line:path '<x>' not found (or not markdown) — pass a design/spec path or topic.and continue classifying the rest. - Token ends in
.mdand exists on disk → target document (same checks). - Anything else → topic phrase. Glob
docs/design/*<slug>*.mdanddocs/spec/*<slug>*.md. One match → use it, confirm in one line. Multiple → numbered list, typed selection. Zero → ask for a path. - Empty
$ARGUMENTS→ list candidates: design/spec files changed on the current branch (git diff --name-only <base>...HEAD -- docs/design docs/spec), newest first, numbered, typed selection. No candidates → ask: "Which document should the swarm challenge?"
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.
- 6d ago First seen · 347 lines · 0 tokens per session scan A 76ebc3a82068
challenge-swarm is a command published in the GitHub repository damusix/atomic-claude (84 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,587 tokens. 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-30.
Other commands, from other repositories
sdd-init
Initialize SDD context — detects project stack and bootstraps persistence backend.
crear-skill
Crear, probar y mejorar skills de forma iterativa. Usa cuando el usuario dice "crear skill", "crear habilidad", "build skill", "create a skill", "skill development", "desarrollar skill", "nueva habilidad". Usa el workflow: draft → test → review → improve → repeat con evaluación cuantitativa y qualitative review.
doctor
Diagnosticar y reparar problemas del framework Don Cheli, git y entorno. Usa cuando el usuario dice "doctor", "problemas del framework", "don cheli no funciona", "repair Don Cheli", "debug setup", "setup broken", "framework broken", "reparar entorno". Detecta y repara issues de configuración, git y dependencias…
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
cost-tracker
Track session costs, understand token spend, and get optimization tips.
workpm
PM 모드로 오케스트레이터 시작. 팀을 구성하고 5단계 워크플로우로 작업을 완수합니다.