squad-worktree-lifecycle
SolidHandle ai-agent-board git worktree and merge flows safely.
AI & Automation 58 stars
15 forks Updated 2 weeks ago MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
## Context
Use for changes to worktree creation, path rewriting, merge-local, PR creation, cleanup, or agent session repo paths.
## Patterns
- Neo owns runtime/worktree mechanics; Cypher reviews path safety; Switch verifies behavior.
- Preserve the per-repo mutex for operations that checkout/merge branches.
- Auto-abort merge conflicts and surface explicit errors.
- Clean up worktrees only after successful merge or PR flow.
## Examples
- A merge-local change needs conflict behavior evidence and branch-safety review.
- A path rewrite hook change needs proof tools cannot escape the intended worktree.
## Anti-Patterns
- Do not change branches inside an active worktree unexpectedly.
- Do not normalize paths with string replacement alone when filesystem resolution is required.
Details
- Author
- DanWahlin
- Repository
- DanWahlin/ai-agent-board
- Created
- 6 months ago
- Last Updated
- 2 weeks ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
worktree-workflow
Use git worktrees for isolated parallel implementation when the work warrants it.
3 Updated today
Andersseen Code & Development Solid
git-worktree
Auto-create git worktrees for workflows. Isolate changes, merge on success, discard on failure.
24 Updated 1 weeks ago
nguyenthienthanh AI & Automation Listed
worktree-resolve
Resolve and merge git worktrees after swarm completion
17 Updated 4 days ago
jmylchreest