file-todos

Manage file-based todo items with markdown and YAML frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TrendpilotAI/invesco-demo --skill file-todos-trendpilotai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-todos
Source: https://github.com/TrendpilotAI/invesco-demo/tree/main/skills/compound-engineering/skills/file-todos
Command: npx skills add https://github.com/TrendpilotAI/invesco-demo --skill file-todos-trendpilotai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill streamlines the management of project tasks, technical debt, and feedback by using a file-based system for tracking and organization.

Core Features & Use Cases

  • Todo Creation: Easily create new todo items from findings or feedback.
  • Lifecycle Management: Track todos from pending to ready to complete.
  • Dependency Tracking: Define and manage dependencies between todo items.
  • Triage Workflow: Facilitate the review and approval of pending todos.
  • Use Case: Convert a complex code review comment into a trackable todo item, assign it a priority, define acceptance criteria, and manage its progress through to completion.

Quick Start

Create a new todo item for a critical bug fix with high priority and a brief description.

Frequently Asked Questions about file-todos

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

FAQPage Schema
How do I track project todos and technical debt in markdown files?

You can track project todos by using markdown files with YAML frontmatter to define structured todo items, managing status and dependencies directly within your specified project directory.

What is the best way to convert code review feedback into trackable task items?

The best way to convert code review feedback is to create a new todo item from the finding, assign it a priority, define acceptance criteria, and manage its progress through a triage workflow.

Can I manage task dependencies and lifecycle status without a database?

Yes, you can manage task dependencies and lifecycle status without a database by utilizing a file-based tracking system that moves todos from pending to ready to complete.

How do I set up a triage workflow for pending feature requests?

You can set up a triage workflow by defining pending feature requests in YAML frontmatter, which facilitates structured review and approval before tasks progress to active development.

Does file-based issue tracking work for complex software engineering workflows?

File-based issue tracking supports complex software engineering workflows by integrating with development processes to manage technical debt, feature requests, and task dependencies directly in files.