Documentation
README
Dev Worktree
Set up or resume the correct workspace before feature work. Keep this skill focused on repository context, worktree isolation, and dependency bootstrap. Do not perform requirements, design, planning, implementation, testing, or review work here.
Phase Contract
- Propose the exact workspace plan before changing branch or worktree state.
- Confirm the target branch/worktree with the user before switching contexts.
- Use
feature-<name>for branch and worktree names, where<name>is normalized kebab-case without the prefix. - Prefer a project-local worktree at
<project-root>/.worktrees/feature-<name>. - Use no-worktree mode only when the user explicitly requests it.
- Run all follow-up commands in the verified target context.
This is the opening of the README. Read the full README on GitHub.