What problem does it solve?
This skill provides a structured workflow for managing file-based todos stored in the todos/ directory, enabling teams to create, triage, track dependencies, and integrate with slash commands and code review processes.
Core Features & Use Cases
- Todo lifecycle management: Create, update status, and move items from pending to ready to complete using named markdown files.
- Dependency triage: Define and manage dependencies between todos to block work until prerequisites are complete.
- Template-driven creation: Use the assets/todo-template.md template to standardize new todos.
- Integration with Claude Code workflows: Slash commands and code review pipelines to auto-generate and triage todos.
- Proactive work logs: Maintain work logs within each todo to document actions and learnings.
Quick Start
Copy the template to a new todo path and edit the frontmatter and sections. Example: cp assets/todo-template.md todos/003-pending-p2-new-feature.md. Then fill Problem Statement, Findings, Proposed Solutions, and Acceptance Criteria.