task-tracking

Manage and track agent workflow tasks using bash scripts and jq.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/emeraldwalk/skills --skill task-tracking-emeraldwalk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-tracking
Source: https://github.com/emeraldwalk/skills/tree/main/task-tracking
Command: npx skills add https://github.com/emeraldwalk/skills --skill task-tracking-emeraldwalk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines task management and tracking for agents, eliminating manual updates and providing an organized way to track the status and progress of tasks.

Core Features & Use Cases

  • Task Management: Create, update, claim, and retrieve tasks for agent workflows.
  • Task Automation: Automate task execution with predefined scripts and command-line interfaces.
  • Task Tracking: Monitor task progress, dependencies, and status updates in real-time.

Quick Start

To get started, create a new task list using the following command:

bash <path-to-skill>/scripts/task_tracking.sh create-list <list-name>

Frequently Asked Questions about task-tracking

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

FAQPage Schema
How do I automate task tracking and status updates for agent workflows?

Automate task tracking for agent workflows by using bash scripts to create, claim, and update task statuses. This eliminates manual updates and provides an organized way to monitor progress and dependencies in real time.

What is task automation for project management workflows?

Task automation for project management uses command-line interfaces and predefined scripts to handle task assignment, status tracking, and dependency resolution. It streamlines execution by allowing agents to automatically claim and retrieve tasks.

Do I need jq to manage tasks using bash scripts?

Yes, you need jq installed to manage tasks using these bash scripts. The skill requires jq for JSON processing to successfully read, create, and update task data within your agent workflows.

Can I use command-line scripts to assign tasks and resolve dependencies for agents?

Yes, you can use command-line scripts to assign tasks and resolve dependencies for agents. The skill provides a bash interface to create task lists, claim available tasks, and track execution progress.

What's the best way to monitor task progress and dependencies in real time?

Monitor task progress and dependencies in real time by executing bash scripts that query and retrieve task statuses. This approach tracks execution flow and updates task states without requiring manual intervention.

Are there limitations when using bash scripts for project management task automation?

Limitations of bash script task automation include a strict dependency on jq for JSON processing and an environment that supports shell execution. Complex project management workflows requiring non-CLI integrations may face constraints.