Stats
Actions
Tags
From swarm-flow
Start a governed swarm-flow feature run from a natural-language request
How this command is triggered — by the user, by Claude, or both
Slash command
/swarm-flow:swarm-start <plain-language request>claude-code/.claude/commands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Use the local `swarm-flow` CLI to start a feature run from the user's words. Run: Only use `--title`, `--goal`, or `--flow` when the user explicitly wants to override the inferred values or select a specific flow file. After the run starts: 1. Read `.runs/<run-id>/run.json`. 2. Summarize current phase, required outputs, and next approval gate. 3. Do not treat chat text as completion. Required outputs must become registered artifacts. 4. Keep external writes in preview mode.
Use the local swarm-flow CLI to start a feature run from the user's words.
Run:
swarm-flow start "<plain-language request>"
Only use --title, --goal, or --flow when the user explicitly wants to override the inferred values or select a specific flow file.
After the run starts:
.runs/<run-id>/run.json.npx claudepluginhub seshxn/swarm-flow --plugin swarm-flow/swarm-startStarts AI Swarm collaboration environment in execute mode for a project directory and optional profile. Launches supervisor-orchestrated agents in background, checks status, and reports active roles and windows.