What problem does it solve?
This skill automates the end-to-end workflow of selecting, executing, and closing GitHub PRD stories by running autonomous loops against GitHub Issues.
Core Features & Use Cases
- Autonomous loop over PRDs: identify ready work items, assign them to you, and orchestrate automated implementation.
- Worktree orchestration: create and manage dedicated git worktrees per PRD to isolate work.
- Story implementation: pass open stories to an autonomous agent, implement the chosen story, and generate a traceable commit.
- Progress tracking: close sub-issues when a story is completed and update the parent PRD with progress.
- PR creation: automatically create a PR for a PRD once all stories are done and the work is verified.
- Use Case: teams using PRDs to describe features can automate the entire lifecycle from planning to merge.
Quick Start
Run the loop script to begin processing ready PRDs and automatically implement and close their stories.