Stop Hand-Coding Big Tasks, Spawn a Coding Agent Instead

If a task is big enough to need exploration, iteration, or parallel work, you should stop hand-coding it in the main session. This skill gives your agent a clean rule set for when to delegate coding work, how to launch the right coding agent, and how to keep the human informed while it runs. The real value is not just writing code faster, it is avoiding the usual failures: wrong directory, wrong execution mode, and zero visibility once background work starts.

Save this as `SKILL.md` in your skills folder, then swap `/path/to/project` and the agent command for your actual setup before using it.

Want the full issue? Subscribe below or tap the button to keep reading.