What problem does it solve?
This Skill provides a robust system for tracking and managing project tasks, technical debt, and feedback directly within markdown files in the todos/ directory, ensuring clarity and accountability.
Core Features & Use Cases
- Todo Creation: Easily create new todo items with a standardized file structure and naming convention.
- Lifecycle Management: Track todos through
pending, ready, and complete statuses.
- Dependency Tracking: Define and manage dependencies between todo items.
- Triage & Prioritization: Facilitate the review and approval of pending tasks.
- Work Logging: Maintain a detailed chronological record of actions and learnings for each todo.
- Use Case: When a code review identifies a piece of technical debt, you can use this skill to create a new todo file, assign a priority, and link it to other related tasks, ensuring it gets addressed systematically.
Quick Start
Create a new todo file for a critical bug fix with the description "fix-login-issue" and high priority.