new-workspace
Installation
SKILL.md
Provision Debugging Workspace
Creates a new workspace for a debugging effort. This plugin's commands (/debugging:onboarding, /debugging:capture-logs, /debugging:diagnose-error, /debugging:new-bug, etc.) are globally available once installed — this skill only provisions the data scaffold (CLAUDE.md, context/, inputs/, outputs/, debug-log/ or bugs/fixes/workarounds/) that those commands read from and write to.
Arguments
$ARGUMENTS is parsed as:
- First positional: workspace name (kebab-case, used as directory and GitHub repo name). Required.
- Second positional (optional): target parent path. Defaults to
~/repos/github/my-repos. --variant=<code-debugging|system-debugging|issue-tracking>(optional): which scaffold to copy. Default:code-debugging.--local-only(optional): skip GitHub repo creation and push. Default: create a public GitHub repo and push.--private(optional): create the GitHub repo as private. Default: public.