task-tracking

Installation
SKILL.md

This skill enables agents to manage tasks using the bundled bash script task_tracking.sh, located in the skill's scripts folder.

Prerequisites

Requires jq for JSON processing. Install via your system package manager if not already available.

How It Works

The script stores task data in a .tasks directory. It automatically finds the correct location by:

  1. Walking up from your current directory to find an existing .tasks directory
  2. If not found, creates .tasks in your current directory

This means:

  • ✅ Works from any subdirectory once .tasks exists
  • ✅ No need to remember or navigate to workspace root
  • ⚠️ Initial setup: be in your desired workspace root when creating the first task list
Related skills
Installs
14
First Seen
Feb 26, 2026