gsd:workstreams
Manage parallel workstreams — list, create, switch, status, progress, complete, and resume
npx skills add davepoon/buildwithclaude --skill workstreams --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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
- Usage
- Subcommands
- Step 1: Parse Subcommand
- Step 2: Execute Operation
- list
- create
- status
- switch
- progress
- complete
- resume
- Step 3: Display Results
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.