Approve Swarm banner
friedbotstudio friedbotstudio

Approve Swarm

Development community

Description

--- description: Record human approval of a swarm plan. swarm-dispatch will not run until this approval token exists. Must be user-invoked — Claude cannot approve. argument-hint: "<slug — matches .claude/state/swarm/<slug>.json; .md is stripped if present>" allowed-tools: Read, Bash(date:*), Write disable-model-invocation: true --- The user has reviewed the swarm plan referenced by `$ARGUMENTS` and approved it for dispatch. How this works structurally: when the user typed `/approve-swarm <slug

Installation

Installs to ~/.claude/commands/friedbotstudio-baseline-approve-swarm.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/friedbotstudio/baseline/HEAD/.claude/commands/approve-swarm.md -o ~/.claude/commands/friedbotstudio-baseline-approve-swarm.md

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

Full documentation available on GitHub

View Source Repository