One-click install
npx skills add https://github.com/yusaduymaz/loexai --skill gsd-ns-manage-yusaduymaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ns-manage
Source: https://github.com/yusaduymaz/loexai/tree/main/.codex/skills/gsd-ns-manage
Command: npx skills add https://github.com/yusaduymaz/loexai --skill gsd-ns-manage-yusaduymaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates guesswork when a user needs help with GSD administration by routing each request to the correct management workflow.

Core Features & Use Cases

  • Intent Routing: Directs requests to the right workflow for settings, workspaces, workstreams, threads, pause and resume actions, updates, shipping, inbox processing, PR branches, and undo operations.
  • Prompt Translation: Converts AskUserQuestion style interactions into Codex request_user_input prompts with consistent question and option handling.
  • Safe Interaction Handling: Applies clear fallback behavior when interactive input is unavailable so workflows do not continue with unsafe defaults.

Quick Start

Use the gsd-ns-manage skill to route your request to the correct GSD management workflow.

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 GSD tasks to the correct workspace or workstream?

GSD task routing directs requests to the correct workspace, workstream, or thread by parsing management arguments and delegating to the matched workflow. It ensures tasks enter the proper parallel workstream without manual configuration.

How does workflow routing handle pause and resume actions for GSD management?

Workflow routing for pause and resume actions delegates requests to the specific GSD management workflow. It translates interactive prompts into user input requests to safely pause or resume parallel workstreams without losing thread continuation context.

Can I create clean PR branches and ship completed work using GSD management workflows?

Yes, GSD management workflows support clean PR branch creation and shipping completed work. The router parses your ship request and delegates to the specific workflow, ensuring completed workstreams are finalized properly.

What happens when interactive user input is unavailable during GSD workflow routing?

When interactive input is unavailable, GSD workflow routing applies safe no-default handling. It prevents workflows from continuing with unsafe defaults, ensuring management requests like updates or undo operations pause until valid user input is provided.

What is the best way to process a GSD inbox and manage workspace administration?

The best way to process a GSD inbox or manage workspace administration is using GSD management routing. It parses the request and delegates to the correct workflow, handling inbox processing and configuration administration automatically.

Does GSD management routing support undo operations and installation updates?

Yes, GSD management routing supports both undo operations and installation updates. It translates AskUserQuestion prompts into request_user_input formats and delegates to the matched skill, ensuring safe execution of update and undo workflows.