The Execute Story skill is the core execution engine of the SAGA framework, allowing Claude to transition from planning to autonomous development. It automates the entire setup process for a feature implementation, including story ID resolution, git worktree synchronization with the master branch, and the creation of a detached tmux session for asynchronous execution. By leveraging native Claude Code task tools, this skill enables long-running, headless coding sessions that handle PR creation, task hydration, and implementation loops without requiring constant user oversight, making it ideal for complex, multi-step engineering tasks.
主要功能
01Autonomous worker orchestration via detached tmux sessions
02Interactive story disambiguation and ID resolution
03Real-time monitoring via JSONL logging and session tracking
04Automated git worktree synchronization to prevent merge conflicts
0510 GitHub stars
06Full lifecycle management from task hydration to PR readiness