What problem does it solve?
It solves the problem of an issue backlog becoming unmanageable by clustering related reports into architectural root-cause plans, keeping the work unit aligned to lasting fixes rather than symptoms.
Core Features & Use Cases
- Cluster symptom issues into architectural defect plans: Groups many open issues under a smaller set of master plan issues with a consistent title and structure.
- Standardize triage with redirect comments: Closes child issues with a uniform redirect so contributors always know where progress is tracked.
- Bundle fixes into atomic PRs per cluster: Produces one PR per plan slice that closes all children together and uses a required test matrix to prevent regression.
- Ongoing mode for new incoming bugs: Routes new issues to the correct existing plan master via “Round N” consolidation comments instead of letting the backlog grow again.
Quick Start
Use the oh-my-issues skill to triage a growing GitHub backlog by clustering open issues into plan-master issues, redirecting children with the standardized comment, and preparing plan-scoped PRs with a CI test matrix.