Delegate First banner
citadelgrad citadelgrad

Delegate First

Development community

Description

--- name: delegate-first description: Keep the main conversation clean by forking implementation work to sub-agents. Use when you want ongoing conversation without context pollution from file reads, shell output, and tool noise. allowed-tools: Agent, Bash, AskUserQuestion --- # /delegate-first — Keep the main thread clean The main thread is for thinking and talking. Implementation goes to sub-agents. ## What to fork Fork anything that would produce tool noise in the main context: - Reading m

Installation

Installs to ~/.claude/skills/citadelgrad-scott-cc-delegate-first/SKILL.md

Terminal
mkdir -p ~/.claude/skills/citadelgrad-scott-cc-delegate-first && curl -fsSL https://raw.githubusercontent.com/citadelgrad/scott-cc/HEAD/commands/delegate-first.md -o ~/.claude/skills/citadelgrad-scott-cc-delegate-first/SKILL.md

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

Full documentation available on GitHub

View Source Repository