todo-management

Track pending and completed tasks in a todo.md file.

3|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/jeremydiviney/vibe --skill todo-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-management
Source: https://github.com/jeremydiviney/vibe/tree/main/.claude/skills/todo
Command: npx skills add https://github.com/jeremydiviney/vibe --skill todo-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams keep project work organized, ensuring alignment on priorities and a single source of truth for todos that persists across sessions.

Core Features & Use Cases

  • Single source of truth: Use the todo.md file to track Pending and Completed tasks.
  • Status views: Display pending items clearly, optionally grouped by category or priority.
  • Completing and maintaining: Move items to Completed with - [x], keep only the 10 most recent completed items.
  • Starting work: Read todo.md to identify the next task and begin a TodoWrite session to track progress.

Quick Start

In the project, review todo.md and add a new item under Pending: "- [ ] Define project milestones", then start a TodoWrite session for that item.