todo

Create standardized TODO items in a project's TODO.md file.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/nexus-a1/claude-skills --skill todo-nexus-a1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/nexus-a1/claude-skills/tree/main/skills/todo
Command: npx skills add https://github.com/nexus-a1/claude-skills --skill todo-nexus-a1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactively add a new item to the project's TODO.md with consistent formatting, including priority, category, and scope, creating the file if it doesn't exist and appending to it if it does.

Core Features & Use Cases

  • Capture TODO items with standardized formatting (title, priority, category, scope, details) and optional related tasks.
  • Create TODO.md when missing and append new entries when it already exists.
  • Support both argument-based quick adds and full interactive prompts for rich metadata.

Quick Start

Run /todo to interactively add a new item to TODO.md, or pass a title as an argument to skip prompts.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I manage project TODOs with consistent formatting in TODO.md?

You can add a TODO item by passing a title as an argument to skip prompts, or run the interactive command to capture structured metadata including title, priority, category, scope, details, and related tasks. The Skill handles file creation and appending automatically.

Can I use interactive prompts to add task-management items with priority and category metadata?

Yes, you can use interactive prompts to add task-management items with priority and category metadata. The Skill supports full interactive workflows to capture rich metadata, ensuring standardized formatting for feature capture, bug tracking, and technical debt notes across teams.

Does this task-management approach support large teams tracking technical debt and bugs?

Yes, this task-management approach supports large teams tracking technical debt and bugs. It applies structured capture of priority, category, and scope to feature, bug, and technical debt notes, ensuring branch-safe formatting and validation across small to large team workflows.

What's the best way to automate feature capture and bug tracking in a markdown file?

The best way to automate feature capture and bug tracking in a markdown file is using argument-based quick adds for rapid entry. This Skill appends standardized entries with validation and branch-safe formatting to TODO.md, handling both missing and existing files automatically.

Why does my project need branch-safe formatting for TODO items?

Your project needs branch-safe formatting for TODO items to prevent merge conflicts when multiple team members append entries. This Skill applies validation and standardized formatting to ensure appended task-management items remain consistent across different development branches.