task-management

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

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill task-management-mattmacleod16-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/mattmacleod16-svg/freedomforge-max/tree/main/.agents/skills/task-management
Command: npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill task-management-mattmacleod16-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Centralized task board in TASKS.md with sections Active, Waiting On, Someday, and Done
  • Plain-text, human-readable formatting that is easy to modify
  • Use cases: asking the user about tasks, adding tasks, marking tasks as done, or referencing commitments

Quick Start

Create or open TASKS.md in the current working directory and begin adding tasks using the standard sections.

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 for collaboration?

Track tasks using a shared markdown file by maintaining a TASKS.md document with Active, Waiting On, Someday, and Done sections. The file is automatically created from a template if missing, enabling both personal productivity and collaborative task management.

How do I add and complete todos in a plain-text task board?

Add and complete todos in a plain-text task board by writing entries into the Active section of TASKS.md and moving them to the Done section upon completion. The Skill enforces the specified task format to keep entries consistent and human-readable.

What is the best way to organize tasks across Active, Waiting On, and Someday sections?

Organize tasks across Active, Waiting On, and Someday sections by categorizing commitments directly within TASKS.md. This plain-text structure separates in-progress work from deferred or blocked items, supporting clear task visibility and tracking.

Do I need any special software to manage a TASKS.md file for personal productivity?

You do not need any special software to manage a TASKS.md file for personal productivity. The Skill operates with zero dependencies, reading and writing standard markdown in the current working directory to enforce task formatting.

Can I use a markdown todo template for team task tracking without a database?

You can use a markdown todo template for team task tracking without a database by relying on a shared TASKS.md file. It provides a centralized, human-readable task board that both you and collaborators can edit directly.

What happens if the TASKS.md file is missing from my working directory?

If the TASKS.md file is missing from your working directory, the Skill automatically creates it from a standard template. This ensures the Active, Waiting On, Someday, and Done sections are immediately ready for task entry.