gsd-ns-workflow

Routes user intent to the correct phase-pipeline skill for project planning and delivery.

4|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/lgwanai/openforce --skill gsd-ns-workflow-lgwanai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ns-workflow
Source: https://github.com/lgwanai/openforce/tree/main/skills/gsd-ns-workflow
Command: npx skills add https://github.com/lgwanai/openforce --skill gsd-ns-workflow-lgwanai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of deciding which phase of a planning-and-execution workflow to run next, so users can move from understanding intent to plan creation, execution, and verification without getting stuck.

Core Features & Use Cases

  • Intent-to-phase routing: Maps user intent to the appropriate phase pipeline skill based on what the user wants (discuss, specify, plan, execute, verify, or progress).
  • Phase lifecycle management: Handles adding/inserting/removing/editing phases and advances to the next logical step using a dedicated progress router.
  • Plan review and cloud planning options: Supports UAT verification routing and a convergence loop for cross-AI plan review, plus delegating planning to an ultraplan workflow.

Quick Start

Ask the skill to advance your workflow by selecting the correct phase pipeline for your current intent, such as "Create a PLAN.md for this project and then move to execution."

Frequently Asked Questions about gsd-ns-workflow

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

FAQPage Schema
How do I route project planning intent to the correct phase workflow?

Project planning intent is routed by mapping user requests to the appropriate phase pipeline skill, matching intent to discuss, specify, plan, execute, verify, or advance steps so work progresses without getting stuck.

What is phase-based task orchestration for project delivery?

Phase-based task orchestration coordinates project delivery by routing intent through a structured lifecycle of discuss, specify, plan, execute, verify, and advance steps, ensuring plans progress logically through each phase.

Can I insert or edit phases in a project execution workflow?

Yes, phase lifecycle management supports adding, inserting, removing, and editing phases within the workflow, advancing to the next logical step using a dedicated progress router.

How do I run UAT verification and plan review for a project?

UAT verification is handled by routing to a dedicated verification phase, while plan review uses a convergence loop for cross-AI review, plus an option to delegate planning to an ultraplan workflow.

Does this workflow routing require any specific dependencies?

No external dependencies are required; the routing logic operates by selecting and invoking the matched sub-skill via the Skill tool to progress through phase pipelines.

Why does my plan execution get stuck between phases?

Plan execution stalls without intent-to-phase routing to determine the next logical step; mapping intent to the correct phase pipeline skill ensures continuous progression through the workflow.