autonomous-orchestration
Installation
SKILL.md
Autonomous Orchestration
Overview
Orchestrates long-running autonomous work across multiple issues, spawning parallel workers, monitoring CI, and persisting state across sessions.
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
worker-dispatchskill for spawning workersworker-protocolskill for worker behaviorci-monitoringskill for CI/WAKE handling- Git worktrees support (workers use isolated worktrees)
- GitHub CLI (
gh) authenticated - GitHub Project Board configured