file-todos

Manage file-based todos with markdown and YAML frontmatter.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/hemory/amp --skill file-todos-hemory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/hemory/amp/tree/main/.claude/plugins/compound-engineering/skills/file-todos
Command: npx skills add https://github.com/hemory/amp --skill file-todos-hemory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill streamlines the management of development tasks, code review feedback, and technical debt by using a structured, file-based system within the todos/ directory.

Core Features & Use Cases

  • Todo Creation: Easily create new todo items from findings or feedback, complete with detailed problem statements, findings, and acceptance criteria.
  • Lifecycle Management: Manage the status of todos from pending to ready to complete, including triage and dependency tracking.
  • Integration: Seamlessly integrates with code review processes and slash commands for efficient workflow.
  • Use Case: When a code review identifies a potential bug, you can create a new todo file, assign a priority, and track its resolution through to completion.

Quick Start

Use the file-todos skill to create a new todo for fixing the n-plus-1 query issue.

Frequently Asked Questions about file-todos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track code review feedback and technical debt using markdown files?

You track code review feedback and technical debt using markdown files with YAML frontmatter by creating structured todo items in a `todos/` directory, assigning priorities, and monitoring resolution status from pending to complete.

What is file-based todo management for development tasks?

File-based todo management is a structured system within a `todos/` directory that uses markdown files with YAML frontmatter to document problem statements, findings, and acceptance criteria for code tasks.

Can I manage todo dependencies and lifecycle status without external task management software?

Yes, you can manage lifecycle status and dependencies directly in markdown files by moving todos through pending, ready, and complete states while conducting triage using structured sections and slash commands.

What's the best way to automate workflow creation for feature requests from code reviews?

The best way to automate workflow creation for feature requests is integrating slash commands with your code review processes to instantly generate detailed todo files containing problem statements and acceptance criteria.

How do I conduct triage for pending code tasks and technical debt?

You conduct triage for pending code tasks by reviewing structured markdown todo files, evaluating dependencies, assigning priorities, and transitioning items to ready or complete statuses based on acceptance criteria.