Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
gsd:new-workspace - Prompt - OpenSmartRoute
Promptv1.0.0
gsd:new-workspace
Create an isolated workspace with repo copies and independent .planning/
Copy one of these into your project. Installing also returns the manifest and these snippets.
<context>
**Flags:**
- `--name` (required) — Workspace name
- `--repos` — Comma-separated repo paths or names. If omitted, interactive selection from child git repos in cwd
- `--path` — Target directory. Defaults to `~/gsd-workspaces/<name>`
- `--strategy` — `worktree` (default, lightweight) or `clone` (fully independent)
- `--branch` — Branch to checkout. Defaults to `workspace/<name>`
- `--auto` — Skip interactive questions, use defaults
</context>
<objective>
Create a physical workspace directory containing copies of specified git repos (as worktrees or clones) with an independent `.planning/` directory for isolated GSD sessions.
**Use cases:**
- Multi-repo orchestration: work on a subset of repos in parallel with isolated GSD state
- Feature branch isolation: create a worktree of the current repo with its own `.planning/`
**Creates:**
- `<path>/WORKSPACE.md` — workspace manifest
- `<path>/.planning/` — independent planning directory
- `<path>/<repo>/` — git worktree or clone for each specified repo
**After this command:** `cd` into the workspace and run `/gsd-new-project` to initialize GSD.
</objective>
<execution_context>
@/mnt/local-analysis/workspace-hub/.claude/get-shit-done/workflows/new-workspace.md
@/mnt/local-analysis/workspace-hub/.claude/get-shit-done/references/ui-brand.md
</execution_context>
<process>
Execute the new-workspace workflow from @/mnt/local-analysis/workspace-hub/.claude/get-shit-done/workflows/new-workspace.md end-to-end.
Preserve all workflow gates (validation, approvals, commits, routing).
</process>
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
{
"prompt": "<context>\n**Flags:**\n- `--name` (required) — Workspace name\n- `--repos` — Comma-separated repo paths or names. If omitted, interactive selection from child git repos in cwd\n- `--path` — Target directory. Defaults to `~/gsd-workspaces/<name>`\n- `--strategy` — `worktree` (default, lightweight) or `clone` (fully independent)\n- `--branch` — Branch to checkout. Defaults to `workspace/<name>`\n- `--auto` — Skip interactive questions, use defaults\n</context>\n\n<objective>\nCreate a physical workspace directory containing copies of specified git repos (as worktrees or clones) with an independent `.planning/` directory for isolated GSD sessions.\n\n**Use cases:**\n- Multi-repo orchestration: work on a subset of repos in parallel with isolated GSD state\n- Feature branch isolation: create a worktree of the current repo with its own `.planning/`\n\n**Creates:**\n- `<path>/WORKSPACE.md` — workspace manifest\n- `<path>/.planning/` — independent planning directory\n- `<path>/<repo>/` — git worktree or clone for each specified repo\n\n**After this command:** `cd` into the workspace and run `/gsd-new-project` to initialize GSD.\n</objective>\n\n<execution_context>\n@/mnt/local-analysis/workspace-hub/.claude/get-shit-done/workflows/new-workspace.md\n@/mnt/local-analysis/workspace-hub/.claude/get-shit-done/references/ui-brand.md\n</execution_context>\n\n<process>\nExecute the new-workspace workflow from @/mnt/local-analysis/workspace-hub/.claude/get-shit-done/workflows/new-workspace.md end-to-end.\nPreserve all workflow gates (validation, approvals, commits, routing).\n</process>",
"variables": [],
"notes": "Create an isolated workspace with repo copies and independent .planning/ Tools: Read, Bash, Write, AskUserQuestion. Arguments: --name <name> [--repos repo1,repo2] [--path /target] [--strategy worktree|clone] [--branch name] [--auto].",
"metadata": {
"source": {
"provider": "github-claude-commands",
"repository": "https://github.com/vamseeachanta/workspace-hub",
"path": ".claude/commands/gsd/new-workspace.md",
"ref": "60c0d372b7230642af7d222735f2abd14a97e6b1",
"url": "https://github.com/vamseeachanta/workspace-hub/blob/60c0d372b7230642af7d222735f2abd14a97e6b1/.claude/commands/gsd/new-workspace.md",
"key": "vamseeachanta/workspace-hub/.claude/commands/gsd/new-workspace.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/vamseeachanta-workspace-hub-new-workspace-command/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.