Sub-Agent Orchestration Prompt Produce a single, self-contained prompt that the user can paste into a new Claude Code session 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 reportin…