task-management

Manage tasks by reading and updating a shared TASKS.md file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a lightweight, file-based task management workflow that keeps tasks in a single TASKS.md file so both the user and the AI assistant can read and update the same source of truth without a heavy toolchain.

Core Features & Use Cases

  • Read and summarize tasks from the In Progress and Waiting sections to surface overdue or urgent items.
  • Add new tasks using a consistent bolded-title format, mark tasks complete with timestamps, and move items between sections.
  • Initialize a local dashboard HTML on first use to enable a visual kanban-style board tied to the same TASKS.md file.
  • Use case: During meeting notes synthesis, extract action items and propose adding them to the In Progress section for tracking.

Quick Start

Ask the assistant to add a task by describing the action, assignee, and due date and it will append a properly formatted entry to the In Progress section of 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 using a shared markdown file with an AI assistant?

You can extract action items from meeting notes by asking the AI to synthesize the notes and propose adding extracted tasks directly into the In Progress section of your TASKS.md file for immediate tracking.

How do I add a new to-do item to TASKS.md?

Yes, this workflow supports small teams by allowing multiple users to read and update the same shared TASKS.md file, keeping individual contributors and small teams aligned without needing complex project management software.

Can I generate a visual dashboard for my markdown task list?

You summarize tasks by asking the assistant to read the In Progress and Waiting sections of TASKS.md, which surfaces overdue or urgent items for quick review and prioritization.

What is the best way to manage action items extracted from meeting notes?

The best way to manage extracted action items is to append them as consistently formatted bolded-title entries into the In Progress section of a shared TASKS.md file, ensuring meeting outcomes are tracked as actionable to-dos.