gsd-progress

Check GSD project progress and route the next workflow action.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly understand project status, summarize recent work, and choose the most sensible next action without manually tracing every workflow file.

Core Features & Use Cases

  • Progress Reporting: Reviews the current state of the project and highlights what has been completed.
  • Next-Step Routing: Determines whether the workflow should advance, plan, or handle a freeform request.
  • Safety-Aware Dispatch: Respects workflow guards, fallback behavior, and forensic checks when present.
  • Use Case: A project maintainer asks for an update and wants the assistant to continue the correct GSD path without losing context.

Quick Start

Use the gsd-progress skill to check project progress and automatically route me to the next best workflow step.

Frequently Asked Questions about gsd-progress

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

FAQPage Schema
How do I check project progress and automatically route the next workflow action?

To check project progress and route the next workflow action, use a skill that reads state files, roadmaps, and phase folders to summarize recent work and dispatch the correct next step. It evaluates the current project context to determine whether to advance the workflow.

What is workflow routing and how does it handle freeform project intents?

Workflow routing determines the next action by reading project state files and roadmaps. It handles freeform project intents by evaluating the request against current progress and routing it to the appropriate phase or action while preserving existing routing logic.

Do I need specific directory structures to track project status automatically?

Yes, automatic project status tracking requires GSD project directories that include state files, roadmaps, and phase folders. The workflow routing relies on these specific structural elements to assess progress and determine the correct next action.

Can I use safety gates to prevent unsafe workflow transitions in project automation?

Yes, safety gates prevent unsafe workflow transitions by enforcing guards, fallback behavior, and forensic checks during project automation. The routing mechanism honors these safety gates for next, do, and forensic modes before dispatching any new action.

What's the best way to summarize recent work without manually tracing workflow files?

The best way to summarize recent work without manually tracing workflow files is to use an automated progress reporting tool that reads state files and roadmaps. It highlights completed tasks and provides the context needed to continue the correct path.