task-management

Read and write tasks in a TASKS.md file with Active, Waiting On, Someday, and Done sections.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/PoyoPoak/FastAPI-App-Template --skill task-management-poyopoak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/PoyoPoak/FastAPI-App-Template/tree/main/.agents/skills/task-management
Command: npx skills add https://github.com/PoyoPoak/FastAPI-App-Template --skill task-management-poyopoak

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

  • Read and write to TASKS.md in the current working directory
  • Auto-saves changes
  • Supports a simple task board with sections: Active, Waiting On, Someday, and Done
  • Creates the file with a template if missing

Quick Start

Create or edit the TASKS.md in your current directory and start managing 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 a small team?

Task tracking in a markdown file is done by reading and writing to a shared TASKS.md with sections for Active, Waiting On, Someday, and Done, auto-saving changes for small team collaboration.

What is the best way to manage a shared task list without a database?

Managing a shared task list without a database is best handled by using a single TASKS.md file that auto-saves changes and organizes items into Active, Waiting On, Someday, and Done sections.

How do I organize workflow tasks into a simple task board?

To organize workflow tasks into a simple task board, use a TASKS.md file structured with Active, Waiting On, Someday, and Done sections to track progress and auto-save updates.

Does task management with TASKS.md require any external dependencies?

Task management with TASKS.md requires no external dependencies, creating the file with a template if missing and updating it via simple actions in the current working directory.

Can I use a markdown task tracker for personal productivity?

Yes, you can use a markdown task tracker for personal productivity by applying it to a single TASKS.md file that organizes tasks into Active, Waiting On, Someday, and Done sections with auto-save.