---
name: Work Status
slug: work-status
category: Data
description: Work Status reads WORK-LIST.md and PROGRESS.md files to report current WORK and TASK progress. Use it when the user asks about work lists, task status, or pipeline status.
github: "https://github.com/davepoon/buildwithclaude/tree/main/plugins/agents-uc-taskmanager/skills/work-status"
language: TypeScript
stars: 3298
forks: 459
install: "npx degit https://github.com/davepoon/buildwithclaude/tree/main/plugins/agents-uc-taskmanager/skills/work-status ~/.claude/skills/work-status"
installs_to: ~/.claude/skills/work-status
source_path: plugins/agents-uc-taskmanager/skills/work-status/SKILL.md
collection_size: 25
category_size: 668
collection_url: "https://dirskills.com/collections/davepoon/buildwithclaude"
added: 2026-08-17T07:08:23.198Z
last_synced: 2026-08-17T07:08:23.198Z
canonical_url: "https://dirskills.com/skills/work-status"
---

# Work Status

Work Status reads WORK-LIST.md and PROGRESS.md files to report current WORK and TASK progress. Use it when the user asks about work lists, task status, or pipeline status.

**Install:**

```bash
npx degit https://github.com/davepoon/buildwithclaude/tree/main/plugins/agents-uc-taskmanager/skills/work-status ~/.claude/skills/work-status
```

## README

# WORK Status

Check and report the current status of WORKs and TASKs.

## How to Check

1. Read `works/WORK-LIST.md` for the master index of all WORKs
2. For a specific WORK, read `works/WORK-NN/PROGRESS.md` for TASK-level progress
3. For a specific TASK, read `works/WORK-NN/TASK-NN_result.md` for completion details

## Status Values

| Status | Meaning |
|--------|---------|
| `IN_PROGRESS` | WORK created, TASKs being executed |
| `DONE` | All TASKs committed — committer auto-sets on last TASK |
| `COMPLETED` | Archived to `_COMPLETED/` — set during push |

## Display Format

```
WORK Status
  WORK-01: User Authentication    ✅ 5/5 completed
  WORK-02: Payment Integration    🔄 2/4 in progress
  WORK-03: Admin Dashboard        ⬜ 0/6 pending
```

## Arguments

Query: $ARGUMENTS
