gsd-workspace

Create, list, and clean up isolated GSD development workspaces.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nnexai/git-stacks --skill gsd-workspace-nnexai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-workspace
Source: https://github.com/nnexai/git-stacks/tree/main/.codex/skills/gsd-workspace
Command: npx skills add https://github.com/nnexai/git-stacks --skill gsd-workspace-nnexai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the friction of managing multiple task-specific development environments by automating the creation, listing, and cleanup of isolated workspaces.

Core Features & Use Cases

  • Workspace Lifecycle Management: Standardizes the creation of isolated worktrees and the removal of stale development environments.
  • Contextual Routing: Automatically routes requests to specific workflows for creating, listing, or removing workspaces based on user flags.
  • Use Case: When starting a new feature, use this skill to instantly provision a clean workspace with the necessary repositories and branch configurations without manual setup.

Quick Start

Use the gsd-workspace skill with the --new flag followed by your workspace name to initialize a new isolated development environment.

Frequently Asked Questions about gsd-workspace

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

FAQPage Schema
How do I automate isolated git worktree creation for new features?

To automate git worktree creation, this skill provisions isolated development environments with necessary repository configurations. Use the --new flag followed by your workspace name to instantly initialize the environment.

What is the best way to manage stale development workspaces and worktrees?

The best way to manage stale development workspaces is through automated lifecycle management. This skill standardizes cleanup operations to remove outdated worktrees and maintain consistent state validation across environments.

How does workspace orchestration coordinate repository strategies for task-scoped environments?

Workspace orchestration coordinates repository strategies by routing requests to specific workflows. It manages task-scoped environment provisioning by validating state and integrating with core development workflows.

Do I need GSD core workflows to use workspace lifecycle management features?

Yes, GSD core workflows are required for workspace lifecycle management. The skill integrates with these workflows to ensure consistent state management and validation across all isolated development environments.

Can I list existing isolated workspaces without manually checking git branches?

Yes, you can list existing isolated workspaces automatically. The skill provides contextual routing to list active workspaces, eliminating the need to manually inspect branch configurations across repositories.

When should I avoid using automated worktree provisioning for development environments?

Avoid automated worktree provisioning when working outside GSD core workflows or lacking integration dependencies. The skill requires these foundational workflows to maintain consistent state validation and repository coordination.