← ClaudeAtlas

claws-prompt-templateslisted

Reference templates for crafting Claws worker missions — production-grade patterns for mission text, completion markers, hard gates, and DX gates across all six dispatch classes (shell/worker/fleet/lead/titan/legion).
neunaha/claws · ★ 9 · AI & Automation · score 73
Install: claude install-skill neunaha/claws
## What this is Template library for the `mission` field passed to `claws_worker` / `claws_fleet` / `claws_lead` / `claws_titan` / `claws_legion`. Covers all six dispatch classes: shell, worker, fleet, lead, titan, and legion. Three mandatory DX gates apply to every class except shell. See [[claws-prompt-brain]] for the structured generator that selects and fills these templates. ## When to invoke - Writing or auditing a worker mission string for any dispatch tool. - Generating missions via `/claws-do`, `/claws-auto`, or `/claws-titans`. ## When NOT to invoke - Boot mechanics — handled internally by `claws_worker` / `claws_fleet`. - Selecting which MCP tool to call — see [[claws-mcp-cognition-engine]]. ## Class-Tier Template Selection Select class FIRST — it determines the dispatch tool, word budget, and required mission sections. `bucket` (audit/impl/refactor/test/docs) is the content shape and is orthogonal to class. | Class | Tool | Model default | Budget | Required sections beyond base | |-------|------|---------------|--------|-------------------------------| | `shell` | `claws_exec` | — | 1 cmd | none — no mission body | | `worker` | `claws_worker` | sonnet | <500 w | DX gates (3) | | `fleet` | `claws_fleet` | sonnet | <500 w/member | DX gates × N members | | `lead` | `claws_lead` | sonnet | ~1000 w | dispatch table + aggregation gate | | `titan` | `claws_titan` | opus | ~3000 w | phase plan + bus topology + injected context surface | | `legion` | `claws_legion`