task-management

Installation
Summary

Lightweight task tracking via a shared TASKS.md file with optional visual dashboard.

  • Stores tasks in a simple markdown file with four sections: Active, Waiting On, Someday, and Done
  • Includes an optional HTML dashboard for drag-and-drop task reordering and auto-saving changes
  • Supports task extraction from meetings and conversations, with user confirmation before adding
  • Uses checkbox syntax and strikethrough formatting to mark completion, with context fields for due dates, assignees, and wait duration
SKILL.md

Task Management

Tasks are tracked in a simple TASKS.md file that both you and the user can edit.

File Location

Always use TASKS.md in the current working directory.

  • If it exists, read/write to it
  • If it doesn't exist, create it with the template below

Dashboard Setup (First Run)

A visual dashboard is available for managing tasks and memory. On first interaction with tasks:

  1. Check if dashboard.html exists in the current working directory
  2. If not, copy it from ${CLAUDE_PLUGIN_ROOT}/skills/dashboard.html to the current working directory
  3. Inform the user: "I've added the dashboard. Run /productivity:start to set up the full system."
Related skills

More from anthropics/knowledge-work-plugins

Installs
3.5K
GitHub Stars
12.0K
First Seen
Jan 31, 2026