task-management

Organize and track tasks in a shared TASKS.md file.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/chelleboyer/reachy_mini_retail_assistant --skill task-management-chelleboyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/chelleboyer/reachy_mini_retail_assistant/tree/main/skills/productivity/skills/task-management
Command: npx skills add https://github.com/chelleboyer/reachy_mini_retail_assistant --skill task-management-chelleboyer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Unified Task Board: Read/write to a single TASKS.md to manage Active, Waiting On, Someday, and Done.
  • Dashboard Integration: On first run, auto-create a dashboard from dashboard.html to provide a quick visual overview.
  • Consistency & Automation: Enforce a standardized template and automatic saving, with external-change syncing to stay up-to-date.

Quick Start

Create or open TASKS.md in your current directory and start adding items using the prescribed template.

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I track shared tasks using a Markdown file for team collaboration?

You can track shared tasks using Markdown by reading and writing to a single TASKS.md file, which organizes items into Active, Waiting On, Someday, and Done sections for unified team collaboration. The file auto-saves changes and syncs external edits.

What is the best way to manage a personal task board in Markdown?

Managing a personal task board in Markdown is best handled by using a standardized TASKS.md template to categorize items, update progress, and summarize active tasks. A visual dashboard.html is also generated on first run for quick overviews.

Can I use a Markdown task list for both individual productivity and team collaboration?

Yes, a Markdown task list supports both individual productivity and team collaboration by allowing any user or agent to add tasks, update progress, and complete items within the same shared TASKS.md file.

How do I set up a task dashboard from a Markdown file?

To set up a task dashboard from a Markdown file, the Skill runs a first-run setup that automatically copies dashboard.html from the plugin root, providing a visual overview of your TASKS.md contents.

Does the shared Markdown task list sync when other team members edit the file?

Yes, the shared Markdown task list syncs external edits automatically. It watches your TASKS.md file for changes made by other team members and updates the task summaries to stay current.

What sections are included in the standardized Markdown task template?

The standardized Markdown task template includes Active, Waiting On, Someday, and Done sections to categorize and track task progress effectively across personal and team workflows.