ワンクリックで
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.