gsd-workstreams

Manage parallel workstreams across milestones with gsd-tools commands.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-workstreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-workstreams
Source: https://github.com/onelee85/my-skills/tree/main/gsd-workstreams
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-workstreams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage parallel workstreams for concurrent milestone work.

Core Features & Use Cases

  • List all workstreams with status
  • Create a new workstream
  • View detailed status for one or more workstreams
  • Switch the active workstream and resume work
  • Progress overview across all workstreams

Quick Start

Run the /gsd-workstreams list command to see all current workstreams and their statuses.

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 milestone work?

You can manage parallel workstreams by using a CLI to create, list, and switch between active streams. This automates tracking progress across multiple concurrent milestones, ensuring no workstream is lost.

How do I switch the active workstream and resume previous progress?

To switch the active workstream and resume work, you use the switch subcommand. This changes your current project context to the selected stream, allowing you to immediately continue milestone tasks.

Do I need a specific workflow engine to automate project management routing?

Yes, you need the gsd-tools workflow engine installed. This Skill requires it as a foundational dependency to automate subcommands like list, create, status, switch, and progress tracking.

What is the best way to view detailed status for one or more workstreams?

The best way to view detailed status is by running the status subcommand. This provides a comprehensive overview of progress across all defined workstreams within your multi-workstream project environment.

Can I use CLI subcommands to complete and resume project milestones?

Yes, you can use CLI subcommands like complete and resume. These allow you to mark a workstream as finished or pick up a paused stream, automating milestone lifecycle management.