What problem does it solve? Open GitHub issues pile up without being reflected in the project backlog, forcing maintainers to manually compare issue trackers against planning files and decide where each item belongs. ## Core Features & Use Cases - Issue Discovery and Deduplication: Fetches open issues via the GitHub CLI and skips any already tracked in BACKLOG.md, TODO.md, or DONE.md by matching [GH #N] markers. - Reasoned Classification: Categorizes each untracked issue as Feature, Change, or Issue based on its language, and skips questions, duplicates, excluded labels, and out-of-scope items. - Backlog Population: Appends formatted checkbox entries with one-line summaries to the correct BACKLOG.md section, or delegates to a GitHub Projects board when workflow.backend is github_project. - Use Case: After a community files a dozen new issues on your repository, run this Skill to triage them into the backlog in one pass and receive a report of what was added, skipped, and already tracked. ## Quick Start Ask the agent to triage open GitHub issues for this repository and add any untracked ones to the backlog.