/write
Launch a writing-mode agent team
> /plugin marketplace add DheerG/swarms > /plugin install swarm@swarms
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/write
Context preview
What this command does when you run it.
Launch a writing-mode agent team
Command definition
write.mddescription: Launch a writing-mode agent team argument-hint: <outcomes> disable-model-invocation: true
/swarm:write
Read `${CLAUDE_PLUGIN_ROOT}/commands/launch.md` and execute it in full — every step, in order — with these overrides:
- **Mode:** Writing, fixed. Skip mode inference and mode selection entirely; never ask about mode. If the user asks to change the mode at the Step 7 gate, say the mode is fixed for this command and point them to `/swarm:launch` (or the matching shortcut) — do not switch modes mid-command.
- **Outcomes question (Step 2):** "What are you writing?"
- **User-Provided Context:** the section below stands in for launch.md's `$ARGUMENTS` — launch.md's own context section is unsubstituted when read from disk.
**No lead research unless enabled.** Unless the user explicitly enables lead research, do not read codebase files, spawn subagents, or perform research. Delegate all research to teammates.
User-Provided Context
$ARGUMENTS
Describe what you want. Get a reviewed, ship-ready PR — without babysitting the agent.
Other commands on swarm.
create-workflow
Scaffold a custom workflow — generates a mode skill and shortcut command
launch
Interactively launch an agent team with guided setup
onboard
Walk through swarm's core concepts and launch your first team
refine
Run recursive refinement on the current branch and PR

