new-workspace
Installation
SKILL.md
Create New Git Workspace
Before Acting — Mandatory
- Detect current scope: run
git rev-parse --git-common-dirvs--show-toplevelto confirm which repo you are operating on. In a project-control-root layout, identify whether the target is the root repo,code/, orpaper/. - Read project memory if
memory/BRIEFING.mdexists:memory/BRIEFING.md— current phase and active worktreesmemory/project-conventions.md— worktree naming policy and path conventions for this project
- Check existing worktrees with
git worktree listbefore creating a new one to avoid name collisions or orphaned worktrees.
Skipping step 2 risks placing the worktree in the wrong path or using a name that conflicts with an existing branch or worktree policy.
Create a branch or Git worktree without confusing project-level management with component-repo management.
Use this skill for: