What problem does it solve?
This Skill solves the problem of disorganized, lost, or untracked development work items including code review feedback, technical debt, and feature requests, which often fall through the cracks without a structured tracking system.
Core Features & Use Cases
- Structured Todo Creation: Generate standardized markdown todo files with YAML frontmatter, problem statements, proposed solutions, and acceptance criteria from code review findings or work requests.
- Lifecycle & Dependency Management: Track todo status (pending → ready → complete), map task dependencies to prioritize unblocked work, and triage pending items for approval.
- Workflow Integration: Syncs with code review, PR comment processing, and sprint planning processes to turn ad-hoc feedback into tracked, actionable work.
- Use Case: A development team receives 15 code review comments across 3 pull requests; use this Skill to convert each comment into a tracked todo, triage pending items for the next sprint, map dependencies between related tasks, and log progress as work is completed.
Quick Start
Use the file-todos skill to create a new p1 priority todo for the N+1 query issue found in the recent user service code review, with a dependency on the pending database migration todo.