Skip to content

Commit ee7f18f

Browse files
colonelpanic8claude
andcommitted
agents: delegate all coding tasks to subagents
Add a persistent session preference to delegate coding work to subagents and select the model tier by task difficulty. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f24a45e commit ee7f18f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dotfiles/agents/AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Agentic Session Preferences
22

3+
## Delegating coding work to subagents
4+
- Delegate all coding tasks to subagents (via the Agent tool) rather than editing code directly in the main session. The main session orchestrates: it plans, delegates, reviews, and integrates.
5+
- Use judgement to select the model tier per task. Opus/medium is sufficient for simple, well-specified tasks. For harder tasks where architecture and design taste matter, prefer a stronger tier (e.g. fable).
6+
- This applies to writing, editing, and refactoring code. Non-coding work (reading, searching, planning, running commands, answering questions) does not need to be delegated.
7+
38
## Sharing dev-server / preview links
49
- When sharing a local server or preview URL, always prefer this machine's Tailscale address over `127.0.0.1`/`localhost`/LAN IPs, so the link opens from any device on the tailnet.
510
- Get the address with `tailscale ip -4` (the `100.x.y.z` IP) or the MagicDNS hostname from `tailscale status`. Prefer the `100.x` IP when a server's `allowedHosts` might reject a hostname.

0 commit comments

Comments
 (0)