What problem does it solve? Local task notes and GitHub Issues drift apart over time, leaving duplicate todos, stale dashboards, and unclear next steps. This Skill reconciles the three tracking layers (GitHub Issues, PROJECT.md, TODO.md) so the issue tracker stays the single source of truth. ## Core Features & Use Cases - Issue Reconciliation: Converts actionable TODO.md notes into well-formed GitHub issues with context, acceptance criteria, and dependencies, and removes items already tracked. - Dashboard Regeneration: Rebuilds PROJECT.md from open issues only, grouped by topic with health indicators, dependency notes, and recommended next steps. - Git Hygiene Enforcement: Ensures PROJECT.md and TODO.md are gitignored and untracked, migrates legacy ROADMAP.md setups, and prevents project-management-only commits. - Use Case: After a week of jotting ideas into TODO.md, run a triage pass to file new issues, close completed ones, and get a fresh PROJECT.md showing what to work on next. ## Quick Start Use the project-task-triage skill to sync my TODO.md with GitHub Issues and regenerate the PROJECT.md dashboard.