gsd-next

Detect current project state and invoke the next GSD workflow step.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nnexai/git-stacks --skill gsd-next-nnexai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-next
Source: https://github.com/nnexai/git-stacks/tree/main/.github/skills/gsd-next
Command: npx skills add https://github.com/nnexai/git-stacks --skill gsd-next-nnexai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the cognitive overhead of tracking project status and remembering the next required action in a multi-project GSD (Get-Shit-Done) workflow.

Core Features & Use Cases

  • Automated State Detection: Intelligently parses project documentation to identify the current phase and pending tasks.
  • Workflow Orchestration: Automatically triggers the next logical step in your defined process without manual intervention.
  • Use Case: When working across multiple repositories, use this skill to instantly resume your work at the exact point where you left off, ensuring consistency and speed.

Quick Start

Invoke the gsd-next skill to automatically detect your current project state and execute the next required workflow step.

Frequently Asked Questions about gsd-next

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

FAQPage Schema
How do I automate workflow progression across multiple projects?

You can automate workflow progression by using a tool that reads project state and roadmap files to detect the current phase and automatically invoke the next logical step. This eliminates manually tracking project status across multiple repositories.

How does automated state detection work for project management workflows?

Automated state detection works by parsing project documentation and state files to identify your current phase and pending tasks. It intelligently evaluates the parsed data to determine exactly where you left off and what action must be triggered next.

What is the best way to resume work on a project I left off on previously?

The best way to resume work is to trigger a workflow orchestration step that reads your project state files. This instantly identifies your pending tasks and executes the next required workflow action without needing manual intervention or memory recall.

Do I need project-specific workflow definitions to automate the next task?

Yes, you need access to project-specific workflow definitions. The automation requires these definitions alongside readable state and roadmap files to correctly determine the current project progression and trigger the appropriate next step.

Can I bypass safety checks when triggering automated workflow steps?

Yes, the workflow orchestration supports optional safety bypass flags. This allows you to override default precautions when you are confident in your project state and need to rapidly force the next workflow progression step.

Why does my automated workflow progression skip required tasks?

Automated workflow progression skips tasks when state or roadmap files are outdated or incorrectly parsed. Ensure your project documentation accurately reflects pending tasks and current phases so the state detection mechanism triggers the correct logical next step.