todo

Manage tasks by reading and updating a Markdown Kanban board in TODOS.md.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/BrianGreenbaum/career-hub-template --skill todo-briangreenbaum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/BrianGreenbaum/career-hub-template/tree/main/.claude/skills/todo
Command: npx skills add https://github.com/BrianGreenbaum/career-hub-template --skill todo-briangreenbaum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage tasks by maintaining the unified Kanban board stored in TODOS.md.

Core Features & Use Cases

  • Centralizes task capture and tracking across categories in a single markdown file.
  • Supports typical Kanban lifecycle: Not Started, Started, Waiting, Done, and Archive with a simple, consistent format.
  • Useful for teams or individuals who want a lightweight, portable board connected to the hub.

Quick Start

Start by adding your first task with a simple command like /todo add follow up with recruiter.

Frequently Asked Questions about todo

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

FAQPage Schema
How do I manage a Kanban board using a markdown file?

This approach centralizes task capture and tracking by maintaining a unified Kanban board in a single TODOS.md file. It supports a typical lifecycle including Not Started, Started, Waiting, Done, and Archive columns using a consistent markdown format.

How do I add a new task to a markdown Kanban board?

You add a new task to the markdown Kanban board using a simple command like /todo add followed by your task description. The skill captures the task and updates the TODOS.md file while preserving the content structure.

Can I use a markdown Kanban board for team task management?

Yes, a markdown Kanban board is suitable for team task management. It provides a lightweight, portable task management solution that centralizes tracking and execution for both individuals and teams needing predictable, repeatable updates.

What is the best way to track project tasks without a database?

The best way to track project tasks without a database is by using a lightweight markdown Kanban board. By reading and writing a single TODOS.md file, you get portable task management with safe, predictable updates without database dependencies.

What task actions are supported in a markdown Kanban workflow?

Supported task actions in a markdown Kanban workflow include add, done, move, list, and clean. These actions handle the full task lifecycle while preserving the content structure within the unified TODOS.md file.