gsd-progress

Check project progress and execute or create the next actionable plan.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-progress-mint-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-progress
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-progress
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-progress-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides situational awareness by checking project progress, summarizing recent work and upcoming tasks, and deciding whether to execute an existing plan or create the next one so work continues safely and efficiently.

Core Features & Use Cases

  • Progress Assessment: Summarizes recent activity and outstanding items to show current project state.
  • Decision Routing: Preserves routing logic (Routes A–F) and edge-case handling to either execute an available plan or generate the next plan.
  • Execution Context: Loads and follows a documented progress workflow to maintain deterministic behavior and auditability.
  • Use Case: Use before continuing work to confirm context, avoid duplicated effort, identify blockers, and either run a planned task or create the next actionable step.

Quick Start

Use the gsd-progress skill to check current project progress, summarize recent changes and upcoming tasks, and recommend or execute the next action.

Frequently Asked Questions about gsd-progress

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

FAQPage Schema
What is the best way to summarize recent work and identify blockers in a project workflow?

You can automate task routing for small-to-medium engineering initiatives by loading a documented progress workflow that preserves routing logic and edge-case handling to determine the next execution step.

Can I use this workflow routing for small-to-medium engineering and product initiatives?

Yes, this workflow routing applies directly to small-to-medium engineering or product initiatives to summarize recent work, identify blockers, and choose whether to execute an existing plan or create a new one.

How does decision routing handle existing plans versus creating new ones?

Decision routing preserves specific routing logic to evaluate the current project state, automatically choosing to execute an available documented plan or generate a new plan to maintain deterministic behavior.

Do I need filesystem access for project status reviews and task automation?

Yes, the task automation process uses filesystem-read and shell-capable tools to gather execution context and accurately assess project status reviews for routing the next action.