Agent skill
work-status
Shows WORK progress and TASK status. Use when the user asks about WORK list, WORK progress, TASK status, or pipeline status (e.g., "WORK list", "WORK-01 progress", "show status").
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/work-status
SKILL.md
WORK Status
Check and report the current status of WORKs and TASKs.
How to Check
- Read
works/WORK-LIST.mdfor the master index of all WORKs - For a specific WORK, read
works/WORK-NN/PROGRESS.mdfor TASK-level progress - For a specific TASK, read
works/WORK-NN/TASK-NN_result.mdfor 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?