gsd-progress
Provides an intelligent interface to track project progress, automate workflow advancement, and dispatch tasks based on natural language intent.
Install
mkdir -p .claude/skills/gsd-progress-pjmagee && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15055" && unzip -o skill.zip -d .claude/skills/gsd-progress-pjmagee && rm skill.zipInstalls to .claude/skills/gsd-progress-pjmagee
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Check progress, advance workflow, or dispatch freeform intent — the unified GSD situational commandKey capabilities
- →Show a progress report
- →Intelligently route to the next action
- →Automatically advance to the next logical step
- →Analyze freeform natural language
- →Dispatch to the most appropriate GSD command
- →Append a 6-check integrity audit
How it works
The skill parses arguments to determine the mode, then executes the corresponding workflow for progress reporting, automatic advancement, or command dispatch.
Inputs & outputs
When to use gsd-progress
- →Checking current project milestone
- →Advancing to the next development phase
- →Dispatching tasks via natural language
About this skill
Three modes:
- default: Show progress report + intelligently route to the next action (execute or plan). Provides situational awareness before continuing work.
- --next: Automatically advance to the next logical step without manual route selection. Reads STATE.md, ROADMAP.md, and phase directories. Supports
--forceto bypass safety gates. - --do "task description": Analyze freeform natural language and dispatch to the most appropriate GSD command. Never does the work itself — matches intent, confirms, hands off.
- --forensic: Append a 6-check integrity audit after the standard progress report. </objective>
<execution_context>
@/.copilot/gsd-core/workflows/progress.md
@/.copilot/gsd-core/workflows/next.md
@/.copilot/gsd-core/workflows/do.md
@/.copilot/gsd-core/references/ui-brand.md
</execution_context>
Preserve all routing logic from the target workflow. </process>
When not to use it
- →When a specific GSD command is already known
- →When manual route selection is preferred
Limitations
- →The skill never performs the work itself, only dispatches to other GSD commands.
- →Automatic workflow chaining requires re-invocation of /gsd-progress --next --auto.
How it compares
This skill unifies progress checks, workflow advancement, and command dispatch into a single command, reducing the need to manually select and invoke separate GSD tools.
Compared to similar skills
gsd-progress side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-progress (this skill) | 0 | 2mo | No flags | Beginner |
| trello | 41 | 3mo | Review | Beginner |
| executing-plans | 6 | 3mo | No flags | Intermediate |
| github-project-management | 4 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by pjmagee
View all by pjmagee →You might also like
trello
openclaw
Manage Trello boards, lists, and cards via the Trello REST API.
executing-plans
obra
Use when you have a written implementation plan to execute in a separate session with review checkpoints
github-project-management
ruvnet
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
project-clickup
incidentfox
ClickUp project management integration for incident tracking and task management
coo-advisor
alirezarezvani
Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions COO, operations, process improvement, OKRs, scaling, operational efficiency, or execution.
tlc-spec-driven
tech-leads-club
Project and feature planning with 4 phases - Specify, Design, Tasks, Implement+Validate. Creates atomic tasks with verification criteria and maintains persistent memory across sessions. Stack-agnostic. Use when: (1) Starting new projects (initialize vision, goals, roadmap), (2) Working with existing codebases (map stack, architecture, conventions), (3) Planning features (requirements, design, task breakdown), (4) Implementing with verification, (5) Tracking decisions/blockers across sessions, (6) Pausing/resuming work. Triggers on "initialize project", "map codebase", "specify feature", "design", "tasks", "implement", "pause work", "resume work".