What problem does it solve?
This skill provides a structured approach to managing file-based todos within the todos/ directory, enabling consistent creation, triage, lifecycle tracking, and integration with slash commands and code review workflows.
Core Features & Use Cases
- Todo lifecycle management: create, triage, and progress items through pending, ready, and complete states.
- Template-driven workflows: leverage a standardized Markdown template for new todos and work logs to ensure consistency.
- Dependency and impact tracking: manage dependencies between todos and link related findings from code reviews or feedback.
- Slash-command triggered actions: streamline creation and triage via slash commands during development workflows.
- Code review integration: convert PR comments or findings into tracked work for visibility and accountability.
Quick Start
Start by duplicating the provided template and placing a new todo in the todos/ directory. For example, copy assets/todo-template.md to todos/005-pending-p2-new-feature.md, then edit the frontmatter and sections to reflect the issue and plan.