gsd-next

Detect the current phase from STATE.md and ROADMAP.md and execute the next GSD workflow step.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-next-gesmith0606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-next
Source: https://github.com/gesmith0606/nfl_data_engineering/tree/main/.claude/skills/gsd-next
Command: npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-next-gesmith0606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects current project state and automatically invoke the next logical GSD workflow step. This reduces cognitive overhead and manual tracking when managing multi-project workflows.

Core Features & Use Cases

  • Auto-detects phase and phase directories from STATE.md and ROADMAP.md to determine the next steps.
  • Invokes the next workflow end-to-end with no arguments, enabling rapid multi-project handoffs.
  • Works across multiple projects by reading local state files and predefined workflows.

Quick Start

Run the gsd-next skill to advance to the next workflow step based on your current STATE.md and ROADMAP.md.

Frequently Asked Questions about gsd-next

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

FAQPage Schema
How do I automate progression to the next workflow step based on local state files?

Auto-advancing the next workflow step works by reading STATE.md and ROADMAP.md to detect the current project phase and invoking the corresponding workflow end-to-end. This reduces cognitive overhead and manual tracking across multi-project environments.

What is the best way to manage phase-based workflows across multiple projects?

Managing phase-based workflows across multiple projects is handled by reading local state files and predefined workflows to auto-detect phase directories. The skill determines upcoming phases from STATE.md and ROADMAP.md, enabling rapid multi-project handoffs without manual arguments.

Do I need to pass arguments to advance my workflow phase to the next step?

No arguments are needed to advance your workflow phase. The skill automatically detects the current phase from local STATE.md and ROADMAP.md files, then executes the corresponding workflow end-to-end without manual input.

Can I use local state files to trigger the next phase in an automated workflow?

Yes, you can use local state files to trigger the next phase in an automated workflow. The skill reads STATE.md and ROADMAP.md to determine the upcoming phase and automatically invokes the next workflow step based on that local state data.

Why does my multi-project workflow require manual tracking between phases?

Multi-project workflows require manual tracking between phases when current state and roadmap data are not automatically parsed. This skill solves that by reading STATE.md and ROADMAP.md to detect the current phase and auto-advance to the next logical workflow step.

When should I not rely on automated workflow progression for project phases?

You should not rely on automated workflow progression when your project lacks valid STATE.md or ROADMAP.md files, as the skill depends on these local state files to detect the current phase and map to the next step for end-to-end execution.