From GSD Core
Checks project progress, summarizes recent work, and routes to the next action. Supports automatic step advancement, freeform intent dispatch, and integrity audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-progress [--forensic | --next [--auto] [--converge] | --do \"task description\"][--forensic | --next [--auto] [--converge] | --do \"task description\"]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Three modes:
--force to bypass safety gates.<execution_context>
@/.claude/gsd-core/workflows/progress.md
@/.claude/gsd-core/workflows/next.md
@/.claude/gsd-core/workflows/do.md
@/.claude/gsd-core/references/ui-brand.md
</execution_context>
Preserve all routing logic from the target workflow.
npx claudepluginhub open-gsd/gsd-coreAutomatically checks active project status via project-status MCP tool and suggests next tasks with project-next at session start or status queries like 'progress?' or 'what's next?'
Displays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.
Routes user intent to the correct phase-pipeline skill: discuss, spec, plan, execute, verify, progress, and more. Useful for navigating the GSD workflow lifecycle.