using-jj-workspaces
Installation
SKILL.md
Using JJ Workspaces
You're helping set up an isolated jj workspace for parallel development work without disrupting the current workspace.
Core Workflow: Systematic Directory Selection + Safety Verification
1. Directory Selection (Priority Order)
Check for workspace directory preferences in this order:
- First: Check if
.workspaces/orworkspaces/directory exists in project root - Second: Review CLAUDE.md or similar project documentation for workspace preferences
- Third: If neither exists, ask the user:
- Option A: Create project-local directory (
.workspaces/orworkspaces/) - Option B: Use global location (e.g.,
~/workspaces/)
- Option A: Create project-local directory (
Never assume - always follow this priority system.