file-todos

Manage file-based todo lists in markdown with YAML frontmatter.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dgkngk/super-kit --skill file-todos-dgkngk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/dgkngk/super-kit/tree/main/skills/meta/file-todos
Command: npx skills add https://github.com/dgkngk/super-kit --skill file-todos-dgkngk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing tasks by storing them as individual markdown files, making them easy to track, update, and organize.

Core Features & Use Cases

  • Todo Creation: Easily create new todo items with a defined naming convention for ID, status, and priority.
  • Status Management: Track todos through a lifecycle of pending, ready, and complete.
  • Dependency Tracking: Define and check dependencies between todo items.
  • Use Case: A developer can quickly create a new 'pending' todo for a bug fix, assign it a priority, and later update its status to 'ready' when it's ready for review.

Quick Start

Create a new pending todo item with priority P1 and the description 'fix login bug'.

Frequently Asked Questions about file-todos

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

FAQPage Schema
How do I manage file-based todo tracking using markdown files?

Markdown file-based todo tracking is managed by storing individual tasks with YAML frontmatter. This Skill handles creation, status transitions, priority assignment, and dependency management within a designated directory to organize task workflows.

How do I update task status transitions for pending and ready todos?

Task status transitions for pending and ready todos are updated by modifying the YAML frontmatter in the markdown files. The lifecycle moves from pending to ready, and finally to complete, tracking the task through its workflow stages.

Can I define and check dependencies between individual todo items?

Yes, you can define and check dependencies between individual todo items. The Skill supports dependency tracking within the todos directory, allowing you to link markdown files and verify that prerequisite tasks are completed before others become ready.

What is the best way to organize task workflows for a development team?

The best way to organize task workflows for a development team is using individual markdown files with YAML frontmatter. This approach assigns IDs, priorities, and dependencies to tasks, making them easy to track and update within a designated directory.

Do I need a specific directory structure for issue tracking with markdown files?

Yes, issue tracking with markdown files requires a designated 'todos/' directory. This structure ensures that file-based todo items are consistently organized, allowing the system to manage task creation and dependency validation effectively.