file-todos

Manage file-based todos in the todos/ directory with YAML frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Folly-Partners/claudesync --skill file-todos-folly-partners
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/Folly-Partners/claudesync/tree/main/plugins/cache/every-marketplace/compound-engineering/2.23.1/skills/file-todos
Command: npx skills add https://github.com/Folly-Partners/claudesync --skill file-todos-folly-partners

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill provides a structured workflow for managing file-based todos stored in the todos/ directory, enabling teams to create, triage, track dependencies, and integrate with slash commands and code review processes.

Core Features & Use Cases

  • Todo lifecycle management: Create, update status, and move items from pending to ready to complete using named markdown files.
  • Dependency triage: Define and manage dependencies between todos to block work until prerequisites are complete.
  • Template-driven creation: Use the assets/todo-template.md template to standardize new todos.
  • Integration with Claude Code workflows: Slash commands and code review pipelines to auto-generate and triage todos.
  • Proactive work logs: Maintain work logs within each todo to document actions and learnings.

Quick Start

Copy the template to a new todo path and edit the frontmatter and sections. Example: cp assets/todo-template.md todos/003-pending-p2-new-feature.md. Then fill Problem Statement, Findings, Proposed Solutions, and Acceptance Criteria.

Frequently Asked Questions about file-todos

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

FAQPage Schema
How do I organize and track code work using file-based todos?

File-based todos store work items as markdown files in a todos/ directory with YAML frontmatter defining status, priority, and dependencies. Each todo follows a standardized naming convention and lifecycle from pending to ready to complete, enabling teams to manage code reviews and task tracking in version control.

Can I manage dependencies between todos to block work until prerequisites complete?

Yes. Define dependencies in todo frontmatter to establish blocking relationships. Todos remain pending until their prerequisite items reach completion, supporting triage workflows that enforce logical work sequencing.

How do I integrate todos with code review and slash command workflows?

The skill integrates with Claude Code workflows through slash commands and code review pipelines to auto-generate and triage todos from findings. This enables capturing work directly from review processes and maintaining structured tracking within development pipelines.

What's the best way to standardize new todo creation across a team?

Use the included assets/todo-template.md template for all new todos. The template enforces consistent YAML frontmatter structure and markdown sections—Problem Statement, Findings, Proposed Solutions, Acceptance Criteria—ensuring uniformity across the workflow.

Can I document progress and decisions within each todo item?

Yes. Each todo maintains a work log section to document actions, learnings, and decisions. This creates a continuous record of problem-solving within the todo lifecycle, supporting team knowledge transfer and audit trails.