quick-progress-check

Generates a uniform status table with unique row IDs and status emojis for multi-step work.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/gozonerd/shadow-ai-assessment --skill quick-progress-check-gozonerd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-progress-check
Source: https://github.com/gozonerd/shadow-ai-assessment/tree/main/.claude/skills/quick-progress-check
Command: npx skills add https://github.com/gozonerd/shadow-ai-assessment --skill quick-progress-check-gozonerd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Multi-step work often leaves users unsure of where things stand, and long prose updates are hard to scan or act on. This Skill produces a crisp, uniform progress snapshot so every work item is visible and individually referenceable. ## Core Features & Use Cases - Uniform ID Table: Every row gets a unique 6-character ID (3 alpha + 3 numbers incrementing from 001) so users can reference any item with minimal typing. - Status Emoji Legend: Standardized statuses (done, in progress, pending, next up, blocked, failed) with a rule that a done checkmark requires verified completion, not intent. - Live Mid-Work Snapshot: Distinct from end-of-scope retrospectives; it reports current status without pacing pressure or time-management nudges. - Use Case: During a multi-file migration, ask for a progress check and receive a one-line headline plus a table like QPC001 through QPC005 showing exactly which files are done, running, or blocked. ## Quick Start Ask the assistant "give me a progress check" or invoke /quick-progress-check during any multi-step task to get the snapshot table.

Frequently Asked Questions about quick-progress-check

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

FAQPage Schema
How do I get a quick status update during a multi-step task?

Invoke /quick-progress-check or ask "where are we on this" or "status check". The assistant returns a one-line headline and a table where every row has a unique ID and a status emoji showing done, in progress, pending, next up, blocked, or failed.

What is the difference between quick-progress-check and scope-recap?

quick-progress-check is a live mid-work status snapshot showing where each item stands right now. scope-recap is a retrospective run at the end of a scope covering what worked and what to improve.

What ID format does the progress table use?

Each row gets a 6-character ID of 3 letters plus 3 numbers incrementing from 001, such as QPC001, QPC002. One alpha prefix is used per table, and the letters g and h are avoided so users with keyboard issues can type IDs back.

Can a task be marked done before it is verified?

No. The checkmark emoji means done and verified against observed behavior. A launched but unconfirmed action stays marked as in progress, preventing false completion claims.

When should I not use a progress check?

Do not use it as an automatic pacing nudge or as an end-of-scope retrospective. It is only for user-requested or genuinely needed mid-work status reports, and the closer must never pressure the user about timing.