worktree-workflow

Installation
SKILL.md

Worktree Workflow

All work happens in isolated git worktrees managed by Worktrunk (wt). Never work directly on main.

Starting Work

1. Create worktree

wt switch --create <branch-name>

Branch naming conventions:

  • Feature: story/STORY-ID or feat/<description>
  • Bugfix: fix/<description> or fix/STORY-ID-<description>
  • Refactor: refactor/<description>

2. Verify clean baseline

Installs
1
First Seen
May 20, 2026
worktree-workflow — michael-menard/monorepo