worktree-guide
Git Worktree Guide
Quick reference and templates for git worktree workflows with AI metadata integration.
Progressive Disclosure
Initial Response
Quick Overview:
Git worktrees let you checkout multiple branches simultaneously in separate directories. Each worktree has AI metadata (.ai-context.json) that helps tools understand context.
Quick Start:
- Create worktree:
/working-tree:new <branch-name> - List worktrees:
/working-tree:list - Check status:
/working-tree:status - Remove worktree:
/working-tree:destroy <path> - Add metadata:
/working-tree:adopt
More from poindexter12/waypoint
proxmox
|
22packer
|
15docker
|
11github-actions
|
11gh-issue-triage
Label taxonomy and triage workflow for GitHub issues. Defines type labels (bug/feature/enhancement/docs/chore), priority levels (critical/high/medium/low), status labels, and triage decision workflow. Use when categorizing and prioritizing issues.
9gh-issue-templates
Standardized GitHub issue templates for bugs, features, and tasks. Provides title formats, body structure, and required sections. Use when creating issues to ensure consistency. Includes copy-paste templates in templates/ directory.
9