What problem does it solve? It keeps AI-driven development work organized by enforcing a single source of truth for tasks, preventing duplicated or stale task tracking across docs/tasks.md, docs/changes/ change documents, and external trackers like GitHub Issues or Jira. ## Core Features & Use Cases - Change-document-first tracking: Routes feature work into docs/changes/ documents and reserves docs/tasks.md strictly for orphan tasks, with a strict no-duplication rule. - Task lifecycle workflows: Handles feature requests, "work on next" selection, task breakdown into PR-scoped checklists, and initial docs structure setup. - Index synchronization: Keeps docs/index.yml and docs/index.md in sync with change document status in the same PR that completes the work. - Use Case: When a user says "add a feature that does X", the skill checks for an existing spec, creates or updates a change document with PR-scoped tasks, gets approval, and tracks completion with PR numbers. ## Quick Start Ask the agent to add a new task for your feature or to work on the next uncompleted task in the project.