Buildwithclaude 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
source · Clone the upstream repo
git clone https://github.com/davepoon/buildwithclaude
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/davepoon/buildwithclaude "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/agents-uc-taskmanager/skills/work-status" ~/.claude/skills/davepoon-buildwithclaude-work-status && rm -rf "$T"
manifest:
plugins/agents-uc-taskmanager/skills/work-status/SKILL.mdsource content
WORK Status
Check and report the current status of WORKs and TASKs.
How to Check
- Read
for the master index of all WORKsworks/WORK-LIST.md - For a specific WORK, read
for TASK-level progressworks/WORK-NN/PROGRESS.md - For a specific TASK, read
for completion detailsworks/WORK-NN/TASK-NN_result.md
Status Values
| Status | Meaning |
|---|---|
| WORK created, TASKs being executed |
| All TASKs committed — committer auto-sets on last TASK |
| Archived to — 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