tasks

Organize project tasks in TASKS.md using Eisenhower matrix prioritization.

1|Updated Nov 6, 2024
One-click install
npx skills add https://github.com/kudrmax/macos-setup --skill tasks-kudrmax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/kudrmax/macos-setup/tree/main/home/.claude/skills/tasks
Command: npx skills add https://github.com/kudrmax/macos-setup --skill tasks-kudrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lightweight project task management in the repository using the root TASKS.md as the single source of truth. It supports creating tasks with Eisenhower matrix priority via /add and viewing and advancing priorities with /next; tasks are written to appropriate quadrants and moved to Done when chosen.

Core Features & Use Cases

  • Slash commands: /add <формулировка> adds a task with Eisenhower-matrix scoring; /next proposes the top-3 next tasks and immediately moves the selected one to Done.
  • Atomic execution: The skill runs the command and terminates — no background statuses or reminders.
  • Format consistency: Ensures the 4 quadrants and a Done section are maintained in TASKS.md for auditability.

Quick Start

Use /add <description> to add a task and /next to preview the top-3 next tasks and move the chosen one to Done.

Frequently Asked Questions about tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage project tasks in a markdown file?

To manage tasks in a markdown file, this skill uses the repository root TASKS.md as the single source of truth. It automatically writes tasks to appropriate Eisenhower matrix quadrants and maintains a Done section for completed items.

What is the Eisenhower matrix and how does it work for task prioritization?

The Eisenhower matrix is a task prioritization framework that categorizes tasks into four quadrants based on urgency and importance. This skill automatically scores and assigns tasks to the appropriate quadrant when they are added to TASKS.md.

How do I add a task and move it to Done in TASKS.md?

Use the /add command with a task description to add a task with Eisenhower matrix scoring, and use the /next command to preview the top-3 next tasks and move the chosen one to Done.

Can I include multi-line context when adding a task to TASKS.md?

Yes, tasks are written verbatim to TASKS.md, including multi-line contexts. The skill preserves the exact formatting of your task description when placing it into the appropriate Eisenhower matrix quadrant.

Does this lightweight task manager run in the background or send reminders?

No, this task manager executes commands atomically and terminates immediately. It does not maintain background statuses, run continuous monitoring, or send reminders, relying entirely on the TASKS.md file for state tracking.

What is the best way to track project tasks without a heavy project management tool?

Using a root TASKS.md file as the single source of truth offers lightweight task tracking without heavy project management tools. It maintains format consistency with four quadrants and a Done section directly in your repository.