Autonomous Orchestration Overview Orchestrates long-running autonomous work across multiple issues using the Task tool to spawn parallel worker agents and TaskOutput to monitor their progress. Core principle: GitHub is the source of truth. Workers are disposable. State survives restarts. Announce at start: "I'm using autonomous-orchestration to work through [SCOPE]. Starting autonomous operation now." Prerequisites - skill for spawning workers with Task tool - skill for worker behavior - skill for CI/WAKE handling - GitHub CLI ( ) authenticated - GitHub Project Board configured Parallel Execu…