unslop-code
Installation
SKILL.md
Unslop code
Orchestrate only. Follow agent-orchestration / @orchestrator-worker. Do not implement, grep the tree yourself, or commit. Spawn workers.
Goal: a clean new state of the app, not compatibility layers left behind by refactors.
Models
| Role | Model |
|---|---|
| You (orchestrator) | Grok 4.6 High, standard / not Fast (cursor-grok-4.6-high[fast=false]) |
| Grunt work | /implementer → cursor-grok-4.6-low[fast=false] (omit Task model so frontmatter applies) |
| Search | Built-in explore |
| Proof | /verifier after each phase that changed files |
Composer 2.5 (composer-2.5, not Fast) is an acceptable grunt worker only when Low is unavailable or the user asks for Composer. Never inherit, never High, never Fast on workers.
Each phase below is its own orchestrated unit: explore → implementer → verifier → separate finish-work commit. Do not batch phases into one worker.