원클릭으로
07-worktree
Create and manage git worktrees for isolated feature development. Use when starting a feature that needs branch isolation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and manage git worktrees for isolated feature development. Use when starting a feature that needs branch isolation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Discover requirements through structured multi-round dialog. Use when the request is ambiguous, needs discovery, or describes a new idea/product.
Review code changes across five axes with evidence-first findings. Use after implementation is complete and before committing.
Turn requirements into an execution-ready plan with TDD-gated implementation units. Use when a brainstorm artifact exists and is ready for planning.
Execute plan units with TDD enforcement and checkpoint resume. Use when a plan path is ready for implementation.
Capture solved problems as searchable solution artifacts. Use after a workflow loop completes or a non-trivial problem is solved.
Inspect workflow artifacts and recommend the single best next skill. Use when unsure what to run next.
| name | 07-worktree |
| description | Create and manage git worktrees for isolated feature development. Use when starting a feature that needs branch isolation. |
Use this skill for optional isolated git worktree development for large, risky, or parallel feature work.
worktree_manager tool for all operations03-work can execute inside itSee references/worktree-lifecycle.md for detailed flow, branch naming, and error handling.
Quick reference:
detect — check if already in worktreecreate — spin up new worktree with feature branch03-work inside worktree directorymerge — merge feature branch back (with confirmation)cleanup — remove worktree and delete branch (with confirmation)feat/<slug> — feature workfix/<slug> — bug fixeschore/<slug> — maintenance tasksBefore finishing this skill, apply the completion checklist in shared pipeline instructions.