gsd-ns-workflow

Route user intent to the matching phase-pipeline sub-skill.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-ns-workflow-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ns-workflow
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-ns-workflow
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-ns-workflow-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces confusion and delays by routing a user's request to the correct phase workflow (discuss, spec, plan, execute, verify, progress, or specialized planning) instead of forcing manual selection.

Core Features & Use Cases

  • Intent-based phase routing: Selects the appropriate sub-skill that matches the user's current stage needs, from gathering context through execution and verification.
  • Unified phase control: Uses consolidated phase commands where add/insert/remove/edit map to gsd-phase, and next/do map to gsd-progress.
  • Planning support options: Can offload planning to an ultraplan cloud phase or run a cross-AI plan review convergence loop for plan quality.

Quick Start

Tell the assistant what phase you are in (for example, planning, execution, or verification) and ask it to route your request to the correct phase workflow.

Frequently Asked Questions about gsd-ns-workflow

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

FAQPage Schema
How does intent mapping route requests to phase workflows?

Intent mapping routes user requests by matching desired outcomes to the correct phase-pipeline skill, such as discuss, spec, plan, execute, verify, or progress, eliminating manual selection.

What is the best way to manage phase mutations like adding or removing workflow steps?

Managing phase mutations like add, insert, remove, or edit is handled by routing requests to a consolidated phase control skill, ensuring logical progression across the workflow.

Can I use cross-AI plan review to improve planning quality?

Yes, you can route planning requests to a cross-AI plan review convergence loop to validate and improve plan quality before execution.

How do I start UAT verification in a phase-based workflow?

To start UAT verification, state your current phase and desired outcome, and the workflow router directs your request to the appropriate verification sub-skill.

Does this workflow routing system support external ultraplan execution?

Yes, the routing system supports offloading planning tasks to an ultraplan cloud phase for specialized plan generation.

Why use intent-based routing instead of manual phase selection?

Intent-based routing reduces confusion and delays by automatically selecting the correct phase workflow based on user context, rather than relying on manual phase selection.