feat(skills): add worktree-agent skill with router and template integration (ADR-126)#197
Merged
feat(skills): add worktree-agent skill with router and template integration (ADR-126)#197
Conversation
…ration (ADR-126) New skill encoding 7 mandatory rules for worktree-isolated agents: verify CWD, create branch first, use relative paths, ignore auto-plan, stage specific files only, don't touch main worktree, conventional commits. Integrated into /do router (Phase 4 worktree dispatch guidance) and ADR template (worktree execution section references the skill). Prevents 5 failure modes observed during parallel ADR implementation: leaked changes to main, auto-plan hook confusion, branch collisions, cross-contamination between agents, and worktree cleanup timing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New skill encoding 7 mandatory rules for worktree-isolated agents, plus integration into the /do router and ADR template.
New skill:
skills/worktree-agent/SKILL.md— 7 rules preventing worktree isolation failuresRouter update:
skills/do/SKILL.md— Phase 4 now references worktree-agent rules for worktree dispatchTemplate update:
pipelines/toolkit-improvement/references/adr-template.md— Worktree execution section references the skillRules encoded:
.claude/worktrees/Failure modes prevented:
Test Plan