Agent skill

gsd:workstreams

Manage parallel workstreams — list, create, switch, status, progress, complete, and resume

Dave Poon3,251★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add davepoon/buildwithclaude --skill workstreams --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Read-Bash
Path: plugins/gsd/skills/workstreams/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,251
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /gsd:workstreams Manage parallel workstreams for concurrent milestone work. ## Usage `/gsd:workstreams [subcommand] [args]` ### Subcommands | Command | Description | |---------|-------------| | `list` | List all workstreams with status | | `create <name>` | Create a new workstream | | `status <name>` | Detailed status for one workstream | | `switch <name>` | Set active workstream | | `progress` | Progress summary across all workstreams | | `complete <name>` | Archive a completed workstream | | `resume <name>` | Resume work in a workstream | ## Step 1: Parse Subcommand Parse the user's input to determine which workstream operation to perform. If no subcommand given, default to `list`. ## Step 2: Execute Operation ### list Run: `gsd-sdk query workstream.list --raw --cwd "$CWD"` Display the workstreams in a table format showing name, status, current phase, and progress. ### create Run: `gsd-sdk query workstream.create <name> --raw --cwd "$CWD"` After creation, display the new workstream path and suggest next steps: - `/gsd:new-milestone --ws <name>` to set up the milestone ### status Run: `gsd-sdk query workstream.status <name> --raw --cwd "$CWD"` Display detailed phase breakdown an

What's inside
Steps it walks through
  1. Usage
  2. Subcommands
  3. Step 1: Parse Subcommand
  4. Step 2: Execute Operation
  5. list
  6. create
  7. status
  8. switch
  9. progress
  10. complete
  11. resume
  12. Step 3: Display Results
More from buildwithclaude
All skills →
About this skill
What does the gsd:workstreams skill do?

Manage parallel workstreams — list, create, switch, status, progress, complete, and resume

How do I install it?

Run `npx skills add davepoon/buildwithclaude --skill workstreams --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From davepoon/buildwithclaude, a repository with 3,251 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going