file-todos

Create and manage file-based todos with lifecycle states in a todos/ directory.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/RBozydar/rbw-claude-code --skill file-todos-rbozydar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/RBozydar/rbw-claude-code/tree/main/plugins/core/skills/file-todos
Command: npx skills add https://github.com/RBozydar/rbw-claude-code --skill file-todos-rbozydar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill provides a file-based Todo tracking system in the todos/ directory to organize code review feedback, technical debt, feature requests, and work items. It standardizes lifecycle states, naming, and workflows, reducing coordination effort and ensuring traceability.

Core Features & Use Cases

  • Create todos from findings or feedback
  • Manage todo lifecycle (pending → ready → complete)
  • Triaging pending items for approval
  • Manage dependencies between todos
  • Convert PR comments or code findings into tracked work
  • Update work logs during execution
  • Integrate with slash commands and code-review workflows

Quick Start

  1. Copy the template to a new file in todos/ with a name like 001-pending-p2-describe-work.md
  2. Fill out the required frontmatter and sections
  3. Use the standard workflows to triage, ready, and complete todos