What problem does it solve?
This skill solves the problem of scattered, manual task tracking by centralizing todo items as Markdown files inside a dedicated todos/ directory, enabling consistent tracking and lifecycle management.
Core Features & Use Cases
- File-based tracking: Create, triage, and complete tasks stored as Markdown files with YAML frontmatter.
- Naming conventions and lifecycle: Use the {issue_id}-{status}-{priority}-{description}.md pattern to derive status, blockers, and dependencies, with a simple lifecycle from pending to ready to complete.
- Use Case: In a software project, convert backlog items into todos and progress them through triage and execution, linking related items via dependencies.
Quick Start
Use this skill to create and manage todos in the todos/ directory. Create a new todo by copying a template to a new file named 001-pending-p1-description.md, then triage and resolve using the provided commands.