gsd-ns-manage

Route user intent to the matching GSD management action and downstream skill.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-ns-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ns-manage
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/gsd-ns-manage
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-ns-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the confusion of deciding which GSD management action to run by routing your intent to the correct follow-up skill.

Core Features & Use Cases

  • Intent-to-skill routing: Selects the appropriate management workflow (configuration, workspace management, workstreams, threading, pause/resume, updates, shipping, inbox processing, PR branching, and undo).
  • Operational handoff: Invokes the matched skill directly so you can continue without re-specifying details.
  • Use Case: You want to update your GSD setup and then ship completed work; describe each intent in plain language and this skill routes each request to the correct downstream action.

Quick Start

Tell the assistant what you want to do with your GSD installation or workflow, and it will invoke the best matching management skill for that intent.

Frequently Asked Questions about gsd-ns-manage

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

FAQPage Schema
How do I route workspace management and inbox processing requests to the correct workflow?

To route workspace management and inbox processing actions, describe your intent in plain language and the router matches it to the correct downstream skill, invoking it directly without needing to re-specify details.

What is the best way to manage multiple workstreams and pause or resume work context?

Managing multiple workstreams and pausing or resuming work context is handled by routing your intent to the specific work context control skill, which directly invokes the thread, pause, or resume workflow.

How do I automate pull request branching and shipping completed work?

Automating pull request branching and shipping completed work requires stating your intent to ship or create a PR branch, which triggers the router to invoke the specific shipping and PR branching skills.

Can I use plain language to update my configuration and undo the last action?

You can use plain language to update configurations and undo actions because the router maps your stated intent to the correct configuration or undo skill, then directly executes that management workflow.

When should I not use an intent routing skill for GSD workflow control?

You should not use an intent routing skill for workflow control when you already know the exact specific skill name needed, as this router is designed to remove the confusion of deciding which management action to run.