gsd-ns-manage

Route GSD management requests to the appropriate specialized Skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves user intent into the correct GSD management workflow so you can configure settings, manage workspaces, and control active workstreams without manually figuring out the right command each time.

Core Features & Use Cases

  • Intent-based Skill Routing: Selects the appropriate downstream Skill based on what the user wants to do.
  • GSD Settings Management: Covers configuration via basic/advanced/integrations/profile flows through gsd-config.
  • GSD Workspace & Workstream Control: Supports workspace lifecycle and parallel workstreams, plus thread pause/resume, updates, shipping completed work, inbox processing, PR branch creation, and undo.

Quick Start

Tell the agent what you want to manage (for example: "Update my GSD installation and then ship the completed work").

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 requests to the correct workflow automatically?

You can route workspace management requests by stating your intent, such as updating an installation or shipping work. The system analyzes your request and delegates execution to the matching specialized management Skill automatically.

What is the best way to manage parallel workstreams and thread pause or resume operations?

To manage parallel workstreams, you can use intent-based routing to delegate thread pause and resume operations. This directs your request to the specific Skill designed to control active workstreams and handle thread lifecycle states.

How do I process my GSD inbox and create a git pull request branch?

Inbox processing and git pull request branch creation are handled by routing your intent to the correct downstream Skill. You simply request the action, and the system delegates the execution to manage your inbox and PR branches.

Can I configure GSD settings for advanced integrations and profile management through this routing system?

Yes, you can configure GSD settings including basic, advanced, integrations, and profile flows. The routing system maps your configuration intent and delegates it to the gsd-config Skill for execution.

Does this approach support undo and recovery flows for completed work?

Yes, the intent routing supports undo and recovery flows. When you request an undo, the system identifies your recovery intent and delegates the execution to the specialized management Skill designed for that workflow.