GS

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.zip

Installs 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 command
99 charsno explicit “when” trigger
Beginner

Key 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

You give it
Optional arguments like --next, --do "task description", or --forensic
You get back
A progress report, execution of the next workflow step, or dispatch to a GSD command

When to use gsd-progress

  • Checking current project milestone
  • Advancing to the next development phase
  • Dispatching tasks via natural language

About this skill

<objective> Check project progress, summarize recent work and what's ahead, then intelligently route to the next action.

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 --force to 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>
<flags> - **--next**: Detect current project state and automatically invoke the next logical GSD workflow step. Scans all prior phases for incomplete work before routing. `--next --force` bypasses safety gates. - **--next --auto**: Like `--next`, but after the determined step completes, automatically re-invokes `/gsd-progress --next --auto` to continue chaining steps until completion or a blocking decision. Enables hands-free plan→execute→verify→complete progression. - **--do "..."**: Smart dispatcher — match freeform intent to the best GSD command using routing rules, confirm the match, then hand off. - **--forensic**: Run 6-check integrity audit after the standard progress report. - **(no flag)**: Standard progress check + intelligent routing (Routes A through F). </flags>

<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>

<process> Arguments provided: "$ARGUMENTS" Parse the first token from the provided arguments: - If it is `--next`: strip the flag, execute the next workflow (passing remaining args e.g. --force, --auto). - If it is `--do`: strip the flag, pass remainder as freeform intent to the do workflow. - Otherwise: execute the progress workflow end-to-end (pass --forensic through if present).

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.

SkillInstallsUpdatedSafetyDifficulty
gsd-progress (this skill)02moNo flagsBeginner
trello413moReviewBeginner
executing-plans63moNo flagsIntermediate
github-project-management46moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

trello

openclaw

Manage Trello boards, lists, and cards via the Trello REST API.

41205

executing-plans

obra

Use when you have a written implementation plan to execute in a separate session with review checkpoints

643

github-project-management

ruvnet

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

427

project-clickup

incidentfox

ClickUp project management integration for incident tracking and task management

320

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.

613

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".

77

Search skills

Search the agent skills registry