What problem does it solve?
Automates the per-issue implementation workflow for brain-os tasks by taking AFK issues from GitHub and running the end-to-end /tdd cycle plus commit, push, and close actions, enabling autonomous progress on queued work.
Core Features & Use Cases
- Once mode: pick a single AFK issue and run the /tdd cycle to implement it, then commit and close.
- Issue mode: operate on a specific issue number regardless of owner label, bypassing the single-owner constraint.
- Parallel mode: dispatch multiple AFK workers in parallel, each handling a distinct issue with per-issue cwd isolation.
- Story mode: drain a multi-issue story in DAG order, coordinating AFK workers and HITL interactions until completion.
- Auto mode: wrap /impl with a ralph-loop to drain the AFK backlog end-to-end, automating continuous processing until the backlog is exhausted or a limit is reached.
- Per-issue worktree isolation and area-aware routing ensure commits land in the correct repository and reflect the intended area:* label mappings.
Quick Start
Type /impl to begin processing the next AFK issue, or /impl <N> to process a specific one.