What problem does it solve?
GitHub Issues provide a lightweight, centralized store for coordinating a team of agents by mapping work status to labels and using open/closed states to indicate progress. It enables ready work discovery, claims, blockers, and completion tracking without a complex runtime.
Core Features & Use Cases
- Lifecycle tracking: open issues with no labels are ready, open issues with in-progress are claimed, open issues with blocked denote blockers, and closed issues signify completion.
- Label-driven priorities: optional priority labels (priority: high/medium/low) help sort work by importance.
- Structured work creation: create issues with a clear What/Done when/Context pattern, and reference discoveries to maintain lineage.
- Use Case: a team creates an issue for a feature, marks it ready, then transitions to in-progress, blocks issues when blocked, and closes when done.
Quick Start
Create a GitHub issue in your repository, then apply a priority label and use in-progress and blocked labels to manage work.