task-management

Organize and track tasks in a shared TASKS.md file with Markdown sections.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/cy-wali/knowledge --skill task-management-cy-wali
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/cy-wali/knowledge/tree/main/productivity/skills/task-management
Command: npx skills add https://github.com/cy-wali/knowledge --skill task-management-cy-wali

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simple task management using a shared TASKS.md file that both you and the user can edit.

Core Features & Use Cases

  • Shared TASKS.md as the single source of truth for Active, Waiting On, Someday, and Done.
  • Dashboard support and auto-saving to reflect changes in real time.
  • Clear formatting and conventions to ensure tasks are scannable and actionable.

Quick Start

Create a TASKS.md in the current working directory and start using the provided template to track Active, Waiting On, Someday, and Done tasks.

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I track tasks in a Markdown file for personal productivity?

You can track tasks in a Markdown file by using a shared TASKS.md template that organizes items into Active, Waiting On, Someday, and Done sections for clear visibility. This approach enforces simple formatting conventions to keep tasks scannable and actionable on disk.

What is the best way to manage a shared task list for collaborative projects?

Managing a shared task list is best done using a single TASKS.md file as the source of truth. Both you and your collaborators can edit the Markdown file directly to add tasks, mark items done, and review waiting items with auto-saving support.

Can I use Markdown for task management without a complex database setup?

Yes, you can use Markdown for task management without a database by relying on on-disk persistence in a TASKS.md file. This simple template supports Active, Waiting On, Someday, and Done sections directly in your current working directory.

How do I organize waiting tasks and completed items in a planner workflow?

To organize waiting tasks and completed items in a planner workflow, structure your TASKS.md file into specific sections. The Markdown template enforces categories for Active, Waiting On, Someday, and Done tasks to maintain a clear review process.

Does this Markdown task management approach support dashboard visualization?

Yes, this Markdown task management approach supports dashboard visualization and auto-saving to reflect changes in real time. It uses the TASKS.md file to ensure your task tracking remains current without manual synchronization.

What are the limitations of using a single Markdown file for task management?

Using a single Markdown file for task management limits you to text-based tracking within Active, Waiting On, Someday, and Done sections. It relies on on-disk persistence and simple template enforcement, making it less suitable for complex relational database queries or automated dependencies.