work-queue

Create and manage cross-platform work items in a local .agent/queue directory.

35|3|Updated Jun 24, 2025
One-click install
npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill work-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-queue
Source: https://github.com/intelligentcode-ai/intelligent-claude-code/tree/main/src/skills/work-queue
Command: npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill work-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams manage large tasks by breaking them into smaller, trackable work items and by tracking progress in a cross-platform queue.

Core Features & Use Cases

  • Create and manage a dedicated .agent/queue/ for cross-platform task tracking.
  • Track status, priority, and assignees for each work item.
  • List remaining or in-progress tasks to stay aligned with project progress.

Quick Start

  • Create the queue directory: mkdir -p .agent/queue
  • Add a new work item by creating a file named like 001-pending-setup-queue.md inside .agent/queue with the required structure.

Frequently Asked Questions about work-queue

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

FAQPage Schema
How do I organize cross-platform work items in a local queue?

To organize cross-platform work items, you create a .agent/queue/ directory and add standardized work-item files to track status, priority, and assignees for each task. This local queue structure allows you to break down large tasks into smaller, trackable items.

What is the best way to track task status and priority for remaining work?

The best way to track task status and priority is by using a standardized work-item format within a local queue. You create files like 001-pending-setup-queue.md in the .agent/queue/ directory to monitor and report remaining work across your project.

How do I create a work item file for task management?

To create a work item file for task management, you generate a markdown file inside the .agent/queue/ directory using a standardized naming convention like 001-pending-setup-queue.md. This file must contain the required structure to track the task's status and priority.

Can I use a local queue to break down large tasks into smaller trackable items?

Yes, you can use a local queue to break down large tasks into smaller trackable items. This skill helps teams manage large tasks by creating a dedicated .agent/queue/ directory to organize, update, and list individual work items.

Do I need any external dependencies to monitor progress across a work queue?

No, you do not need any external dependencies to monitor progress across a work queue. The system operates locally by applying standardized work-item formats and commands to add, update, and list tasks in the .agent/queue/ directory without dependencies.

Why use a standardized work-item format for cross-platform task tracking?

You use a standardized work-item format for cross-platform task tracking to ensure consistent status, priority, and assignee monitoring across different environments. By maintaining standardized markdown files in a local queue, you can reliably list remaining or in-progress tasks.