task-management

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

Updated Sep 17, 2023
One-click install
npx skills add https://github.com/swkim0128/PARA --skill task-management-swkim0128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/swkim0128/PARA/tree/main/02.Areas/Claude-Skills/task-management
Command: npx skills add https://github.com/swkim0128/PARA --skill task-management-swkim0128

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a straightforward method for managing tasks, ensuring that commitments are tracked, progress is visible, and nothing falls through the cracks.

Core Features & Use Cases

  • Task Tracking: Maintain lists of active, waiting, and future tasks.
  • Task Management: Add, complete, and update tasks with context and deadlines.
  • Dashboard Integration: Offers a visual interface for task management when paired with a dashboard.
  • Use Case: When you need to quickly add a reminder for yourself to "Follow up with the design team by Friday" or mark a task as "Completed," this Skill handles it seamlessly.

Quick Start

Add a new task to your active list by saying "add a task to follow up on the report".

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I track active and waiting tasks in a todo list?

Track active and waiting tasks using a shared TASKS.md file that separates to-do items into active, waiting, and done sections. This ensures your commitments are visible and nothing falls through the cracks.

What is the best way to add a new task with a deadline?

Add a task with a deadline by instructing the tracker to create an item, such as saying "add a task to follow up on the report." The task is written to the active section of the TASKS.md file with its context.

Can I visualize my task management tracker on a dashboard?

Yes, you can visualize your task tracker on a dashboard. The TASKS.md file integrates with a dashboard interface to offer enhanced visual management of your active, waiting, and done task lists.

How do I mark a todo as completed and summarize my action items?

Mark a todo as completed by updating its status in the TASKS.md file, which moves it to the done section. The tracker then facilitates summarization of your remaining active and waiting user commitments and action items.

Does this task tracker require any external dependencies to manage my to-do list?

No external dependencies are required to manage your to-do list. The task tracker operates independently using a shared TASKS.md file to read and write your active, waiting, and done tasks.