What problem does it solve?
It prevents a messy GitHub issue backlog by turning un-triaged and bug-oriented work into consistent, labeled, end-to-end fixes that close out issues when done.
Core Features & Use Cases
- Triage mode: Classifies open issues missing P-priority and/or theme labels using the project’s triage vocabulary, then applies the correct label set without conflicting old priorities.
- Fix-one mode: Executes a single issue workflow end-to-end—diagnose, implement, test, verify with the project harness, and update docs—then commits the fix in the expected style.
- Drain mode: Runs multi-wave parallel bug-fix sweeps that triage → dispatch fix agents → schedule wakeups → merge PRs as CI gates pass, closing issues as they go green.
Quick Start
Use backlog in triage mode by asking: "triage the backlog" so open issues are labeled by theme and P0–P3 according to docs/agent/triage-vocabulary.md.