What problem does it solve?
This Skill helps you quickly inventory and organize scattered TODOs, FIXMEs, and improvement ideas into a clear tracking system so you can start tackling work without hunting through the repo.
Core Features & Use Cases
- Project-wide TODO discovery: Scans the repository for TODO/FIXME/HACK/XXX markers across files, plus related documentation and contribution artifacts.
- Area-based organization: Groups items into semantic areas that match the project’s structure (e.g., solver/api/ui/cli/tests/docs/infra).
- Priority and status seeding: Creates one todos/<area>.md per area with a priority summary table (P0/P1/P2) and initializes each item as Pending.
- Resolution guidance: Adds a recommended tackling order based on dependencies and prerequisites, enabling faster planning.
Quick Start
Use todo-init to scan the repository and generate initial todos/<area>.md files with prioritized, area-grouped TODO items.