gsd-progress

Summarize project progress and route to execute or plan actions.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-progress-novatech2210-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-progress
Source: https://github.com/novatech2210-cmd/ImidusApp/tree/main/.codex/skills/gsd-progress
Command: npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-progress-novatech2210-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Summarizes project progress, consolidates context, and directs the team to the appropriate next action (execute or plan).

Core Features & Use Cases

  • Progress summarization: aggregates recent work items, blockers, and completed milestones to provide a clear status snapshot.
  • Context routing: preserves routing logic to decide between Execute and Plan paths based on current progress and plan viability.
  • Edge-case handling: detects missing data or ambiguous status and suggests safe fallbacks.
  • Use Case: In a sprint review, generate a status summary and routing decision to align stakeholders on the next steps.

Quick Start

Invoke the gsd-progress skill with the current project context to generate a status report and routing decision.

Frequently Asked Questions about gsd-progress

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

FAQPage Schema
How do I summarize project progress and determine the next action for an ongoing software project?

To summarize project progress and determine next actions, ingest current project context to aggregate recent work, blockers, and milestones into a status snapshot, which then routes the team toward execute or plan paths.

What is context routing in project management and when do I need it for sprint reviews?

Context routing in project management evaluates current progress and plan viability to direct the team toward execute or plan paths, needed during sprint reviews to align stakeholders on immediate next steps.

How do I handle missing data or ambiguous status when tracking project workflow progress?

When tracking workflow progress with missing data or ambiguous status, detect edge cases during context ingestion and apply safe fallback suggestions to preserve routing logic and maintain continuity.

Can I use progress tracking and context summarization for ongoing software projects with no dependencies?

Yes, you can use progress tracking and context summarization for ongoing software projects without external dependencies by ingesting context directly from progress documents and applying internal routing logic.

What's the best way to consolidate project context and route to execute or plan paths?

The best way to consolidate project context and route to execute or plan paths is to ingest progress documents, summarize milestones and blockers, then evaluate plan viability to trigger the appropriate routing decision.

Why does project progress routing fail when context documents are missing or incomplete?

Project progress routing fails when context documents are missing because the summarization mechanism cannot evaluate plan viability, triggering robust fallbacks instead of standard execute or plan routing decisions.