task-management

Automate task management in a shared TASKS.md file.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/nsalvacao/nsalvacao-claude-code-plugins --skill task-management-nsalvacao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/nsalvacao/nsalvacao-claude-code-plugins/tree/main/plugins/productivity/skills/task-management
Command: npx skills add https://github.com/nsalvacao/nsalvacao-claude-code-plugins --skill task-management-nsalvacao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill centralizes task management by using a single TASKS.md file as the source of truth for Active, Waiting On, Someday, and Done, enabling consistent collaboration and progress tracking.

Core Features & Use Cases

  • Unified Task Board: Maintains a single markdown file with column-like sections for task states and a standardized template for new tasks.
  • Simple Interactions: Add, complete, and summarize tasks via natural prompts; the system auto-saves edits and detects external changes.
  • Use Case: A small team uses it to plan weekly work, assign responsibilities, and track progress in one living document.

Quick Start

Create or update a task in TASKS.md by describing the task title, assignee, and due date.

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?

You can track tasks in a shared markdown file by using a single TASKS.md board structured with Active, Waiting On, Someday, and Done sections. This centralized source of truth enables consistent team collaboration and progress tracking through natural language updates.

How do I add a new task to a markdown task board?

To add a new task to the markdown task board, simply provide a natural prompt describing the task title, assignee, and due date. The system validates the input against the standardized TASKS.md template and auto-saves the changes directly into the appropriate section.

Can I use a markdown task board for both personal productivity and small team work?

Yes, a markdown task board supports both personal productivity and small team collaboration scenarios. It centralizes task creation, updates, and completion tracking within one living document, making it suitable for planning weekly work and assigning responsibilities across different scales.

What happens when external edits are made to the shared markdown task file?

When external edits are made to the shared markdown task file, the system automatically detects these changes. It validates and operates on the TASKS.md template, ensuring that the task states and standardized formatting remain consistent despite outside modifications.

What is the best way to organize tasks across different progress states in markdown?

The best way to organize tasks in markdown is using column-like sections for Active, Waiting On, Someday, and Done states. This structure provides a unified task board view within a single file, allowing clear visibility of responsibilities and task progression.