Agent Claude Code
Designs adaptive/evasive strategies that probe governance gaps.
Agent Claude Code
Designs adaptive/evasive strategies that probe governance gaps.
Agent Claude Code
Audits metric quality and research claims for correctness, statistical rigor, and replication status.
Agent Claude Code
Proposes governance levers/interventions and predicts their tradeoffs before running them.
Agent Claude Code
Enforces plots-from-PR reproducibility and research hygiene.
Agent Claude Code
Investigate an external repository or codebase for patterns, techniques, or architecture relevant to a specific goal in this project.
Agent Claude Code
Designs scenarios that isolate a single mechanism and are easy to reproduce.
Command Claude Code
Scaffold a new SWARM simulation domain — data models, action types, task handler, agents, metrics, tests, and registry wiring — when adding a fundamentally new task category (e.g. medical triage, code review) whose observables or agent actions don't yet exist in swarm/models/ or swarm/agents/. Use /addscenario instead…
Command Claude Code
Add a new metric and wire it into SWARM reporting — use when analysis reveals a measurement gap not covered by existing toxicity, quality-gap, or payoff metrics. Distinct from /addscenario (new parameter config) and /adddomain (new task category with new observables).
Command Claude Code
Scaffold and publish an original blog post to swarm-ai.org/blog/ — handles MkDocs slug generation, metadata headers, nav wiring, and financial-disclaimer enforcement. Use for manually-written essays and research notes; use /evalwriteup instead to auto-generate a post from a Prime Intellect eval run.
Command Claude Code
Scaffold a new YAML scenario config with SWARM conventions — use when testing a new governance configuration or agent motif that uses existing domain infrastructure. Distinct from /adddomain (new task category requiring new data models and handlers) and /addmetric (new measurement on existing data).
Command Claude Code
Fetch review comments on a GitHub PR, apply fixes, push, and reply to each comment thread.
Command Claude Code
Run statistical analysis on SWARM experiment data. Two modes: run a scenario across multiple seeds, or analyze an existing sweep CSV — use when you have run data and need statistical rigor (p-values, confidence intervals, effect sizes). Distinct from /sweep (generates data without analysis), /runscenario (single run…
Command Claude Code
Audit all project metadata files for stale counts, version mismatches, broken references, and missing entries. Reports discrepancies without auto-fixing.
Command Claude Code
Deep codebase audit: spawn category-specific agents, triage findings by severity, fix critical issues.
Command Claude Code
Run the SWARM Track A multi-agent benchmark suite (standardized task conditions, governance presets, behavioral assessments) and auto-compile results to PDF — use when evaluating agent behavior against reproducible baselines before paper submission, or to generate comparison data across model variants. Distinct from…
Command Claude Code
Type-check and build the SWARM visualization game (viz/ TypeScript frontend) in one step — use after editing viz/src/ files, when TypeScript errors need triaging, or before deploying the interactive simulation frontend. Stops on type errors before attempting a build.
Command Claude Code
Update the project version across all files that track it. Takes a version string as argument.
Command Claude Code
Graph-theoretic fleet dispatch — analyze the beads graph with bv, publish ranked per-track digests agents pull from at claim time (push ASSIGN only for strategic beads).
Command Claude Code
Verify that .gitignore won't hide files in a target directory before you create them. Prevents the "wrote 7 files but git can't see them" footgun.
Command Claude Code
Cherry-pick one or more commits onto a new branch from main and open a PR. Useful when a commit landed on the wrong branch or you want to split a multi-commit branch into separate PRs.
Command Claude Code
Atomic work-start. Claim a task before doing any work on it — this refuses if another session already holds it, which is the one thing that physically prevents two sessions from building the same feature (the 2026-07-22 duplicate- 7ge5 incident).
Command Claude Code
Compare results across multiple completed study run directories: compute cross-study descriptive statistics, pairwise tests, and generate a comparison plot.
Command Claude Code
Convert a SWARM paper from markdown to LaTeX (if needed), compile to PDF, and open it.
Command Claude Code
Run a multi-LLM council evaluation on study results. Three expert personas (mechanism designer, statistician, red-teamer) deliberate on the findings using the council protocol.