gsd-workstreams

Manage parallel workstreams for concurrent milestone work via gsd-tools commands.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/jjchambers80/judgesdirectory --skill gsd-workstreams-jjchambers80
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-workstreams
Source: https://github.com/jjchambers80/judgesdirectory/tree/main/.github/skills/gsd-workstreams
Command: npx skills add https://github.com/jjchambers80/judgesdirectory --skill gsd-workstreams-jjchambers80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating multiple concurrent milestones in a project becomes chaotic without a structured way to track which workstream is active, what phase each is in, and how much progress has been made. This Skill provides a single command surface to list, create, switch, monitor, complete, and resume parallel workstreams. ## Core Features & Use Cases - Workstream Lifecycle Management: Create, switch, complete, and resume named workstreams through the gsd-tools CLI. - Status & Progress Reporting: View per-workstream phase breakdowns and a cross-workstream progress summary in table format. - Use Case: You are running two milestones in parallel, such as a backend refactor and a frontend redesign. Use /gsd-workstreams create backend-refactor to set up an isolated workstream, /gsd-workstreams switch to move between them, and /gsd-workstreams progress to see overall status at a glance. ## Quick Start Ask the assistant to run /gsd-workstreams list to show all current workstreams with their status and progress.

Frequently Asked Questions about gsd-workstreams

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

FAQPage Schema
How do I manage parallel workstreams for concurrent milestones?▼

Use the /gsd-workstreams command with subcommands like list, create, switch, status, progress, complete, and resume. Each operation calls the gsd-tools CLI and displays results in a formatted table showing name, status, phase, and progress.

How do I create and switch to a new workstream?▼

Run /gsd-workstreams create <name> to create a workstream, then /gsd-workstreams switch <name> to make it active. Switching also sets the GSD_WORKSTREAM environment variable for the current session.

What happens when I complete a workstream?▼

Running /gsd-workstreams complete <name> archives the workstream into the milestones/ directory via gsd-tools. This preserves the finished work while removing it from the active workstream list.

How do I resume work in an existing workstream?▼

Use /gsd-workstreams resume <name> to set the workstream as active. The skill then suggests running /gsd-resume-work --ws <name> to continue the milestone work in that context.

What is the default behavior of /gsd-workstreams with no subcommand?▼

If no subcommand is provided, the skill defaults to the list operation. It runs gsd-tools workstream list and displays all workstreams with their status, current phase, and progress in a table.