Tracking TODOs

List, view, add, and update TODOs in Markdown files by project.

7|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/WarrenZhu050413/Warren-Claude-Code-Plugin-Marketplace --skill tracking-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tracking TODOs
Source: https://github.com/WarrenZhu050413/Warren-Claude-Code-Plugin-Marketplace/tree/main/claude-context-orchestrator/snippets/local/productivity/tracking-todos
Command: npx skills add https://github.com/WarrenZhu050413/Warren-Claude-Code-Plugin-Marketplace --skill tracking-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the chaos of scattered task lists and manual TODO management, giving you instant visibility into your project priorities and freeing up mental space for actual work.

Core Features & Use Cases

  • Smart TODO Retrieval: View all tasks, filter by project, or search by keyword with natural language commands.
  • Organized Task Management: Automatically categorize TODOs by project and type (features, bugs, research, etc.).
  • Use Case: Imagine juggling multiple projects with dozens of pending tasks. Use this Skill to instantly see what's urgent, add new items with proper categorization, and maintain organized project-specific TODO files without ever leaving your workflow.

Quick Start

Show me all my pending TODOs across all projects.

Frequently Asked Questions about Tracking TODOs

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

FAQPage Schema
How do I organize and track TODOs across multiple projects?

Track TODOs in project-specific Markdown files stored at ~/Desktop/TODO/. The Skill automatically groups tasks by project and category, parses bullet-list format, and displays them organized for instant visibility into what's pending across all your work.

Can I search for specific tasks within my TODO files?

Yes. Search TODOs by keyword across all projects using natural language commands. The Skill filters tasks by your search terms and returns matching items from your organized Markdown files.

How do I add and update tasks in my TODO system?

Add and update TODOs directly through commands that write to your project-specific Markdown files in ~/Desktop/TODO/. The Skill preserves existing file structure and validates formatting while maintaining your categorization by project and task type.

What file format do I need for my TODO lists to work?

Use Markdown bullet-list format in files stored at ~/Desktop/TODO/. The Skill parses these Markdown lists by project folder, categorizes tasks, and highlights urgent items without requiring special syntax or database setup.

Can I filter TODOs by project or task category?

Yes. View all tasks across projects, filter by specific project, or browse by category type such as features, bugs, or research. The Skill groups and displays tasks organized by both project and category header for clarity.

What happens to my existing TODO files when I use this Skill?

Your existing project files are preserved. The Skill reads, parses, and updates your Markdown TODOs in place at ~/Desktop/TODO/ while validating structure, so you keep full control over your task files.