task-management

Maintain task tracking in an editable TASKS.md file with a fixed template.

15|6|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/thClaws/marketplace --skill task-management-thclaws
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/thClaws/marketplace/tree/main/plugins/productivity/skills/task-management
Command: npx skills add https://github.com/thClaws/marketplace --skill task-management-thclaws

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

  • Single-source task tracking: All active work is stored in a shared TASKS.md in the current working directory and is editable by you and collaborators.
  • Dashboard-ready workflow: Auto-saves changes and supports a dashboard, with a dashboard.html snapshot to keep views in sync.
  • Template-driven task creation: Uses a fixed template to ensure consistent task entries and easy parsing.

Quick Start

Summarize the Active and Waiting On sections of the current TASKS.md.

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 shared markdown file for team collaboration?

Task management in a shared markdown file involves maintaining a single TASKS.md in your working directory, which both you and collaborators can edit directly to track active work and waiting items.

What is the best way to maintain a task dashboard from a markdown file?

Generating a task dashboard from markdown uses a fixed template for task entries and auto-saves a dashboard.html snapshot, ensuring your dashboard view stays synchronized when changes occur in the TASKS.md file.

How do I ensure consistent task entries when using a markdown workflow?

Ensuring consistent task entries requires applying a fixed template to enforce standardized formatting, which guarantees easy parsing and reliable task tracking within your shared TASKS.md file.

Does the task-management workflow support both personal and collaborative scenarios?

The task management workflow supports both personal and collaborative scenarios by organizing and tracking work in an editable TASKS.md file, allowing individuals or teams to guide creation, updates, and completion of tasks.

How do I summarize active tasks and waiting items from my current workflow?

Summarizing active tasks and waiting items reads the Active and Waiting On sections of your current TASKS.md, providing a quick overview of ongoing work and pending dependencies.

What happens when changes occur in the shared task tracking file?

When changes occur in the shared task tracking file, the dashboard snapshot workflow auto-regenerates the dashboard view to keep your task tracking synchronized without requiring manual dashboard updates.