What problem does it solve?
Keeps planning documents in docs/tasks aligned with GitHub issues and in-code TODO/FIXME annotations by synchronizing across sources and repositories. It coordinates three modes—IMPORT, EXPORT, and CODE-SCAN—to pull issues, push progress, and annotate code references into task planning, ensuring a single source of truth for work items.
Core Features & Use Cases
- Import issues from GitHub into docs/tasks and create or update tasks based on issue data.
- Push task progress to linked GitHub issues (comments, status updates, closure) and create missing issues when needed.
- Scan code for TODO/FIXME marks and map them to existing tasks or generate new planning entries, with de-duplication and linking rules.
- CODE-SCAN mode enriches tasks with code references and ensures traceability between code changes and planning artifacts.
Quick Start
Run the sync-tasks skill to import issues, scan code comments, and export progress to GitHub.