subagent-prompt
Installation
SKILL.md
Sub-Agent Orchestration Prompt
Produce a single, self-contained prompt that the user can paste into a new agent session (one that supports sub-agents) to execute the work discussed in this conversation. The new session is the orchestrator: it dispatches a sub-agent per task and only synthesizes results — it does not implement code itself.
Goal
Hand off the current session's work to a fresh context window in a form that:
- Runs to completion without needing the user to babysit each step
- Uses one sub-agent per task so each task has its own context window
- Forces each sub-agent to verify its own work before reporting back
- Leaves the orchestrator with enough material to confirm the whole job is functional at the end
Gates
Complete in order. Do not advance until the Pass when condition holds.