Skip to content

feat(skills): add using-git-worktrees skill#850

Merged
JeremyDev87 merged 1 commit intomasterfrom
taskmaestro/1774141883/pane-3
Mar 22, 2026
Merged

feat(skills): add using-git-worktrees skill#850
JeremyDev87 merged 1 commit intomasterfrom
taskmaestro/1774141883/pane-3

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add new using-git-worktrees skill at packages/rules/.ai-rules/skills/using-git-worktrees/SKILL.md
  • 4-phase workflow: Assessment, Creation, Work & Verification, Cleanup
  • Covers worktree creation, branch naming conventions, safety checks, and cleanup procedures
  • Integration with taskMaestro, brainstorming, writing-plans, and executing-plans skills
  • Multi-tool compatible (git CLI based, tool-specific notes isolated)
  • v2.0 frontmatter with user-invocable: true

Test plan

  • markdownlint passes (0 errors)
  • Frontmatter validates: name matches directory, description <= 500 chars
  • All required sections present: Overview, Core principle, Iron Law, When to Use, 4 Phases, Verification Checklist, Red Flags
  • Good/Bad comparison examples included (branch naming + worktree removal)
  • 368 lines (under 500-line limit)
  • EVAL pass: Critical=0, High=0, Medium=0, Low=0

Closes #797

- 4-phase workflow: Assessment, Creation, Work & Verification, Cleanup
- v2.0 frontmatter with user-invocable: true
- Safety checks for worktree creation and removal
- Naming conventions for 3 contexts (taskMaestro, tool-managed, standalone)
- Good/Bad comparison examples for branch naming and cleanup
- 7 Red Flags entries, 8-item verification checklist
- Integration with brainstorming, writing-plans, executing-plans, taskmaestro
- Multi-tool compatible (git CLI based, tool-specific notes isolated)

Closes #797
@JeremyDev87 JeremyDev87 added feat skill New skill addition to .ai-rules/skills/ labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 1:35am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit 98b4a2a into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1774141883/pane-3 branch March 22, 2026 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat skill New skill addition to .ai-rules/skills/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(skills): add using-git-worktrees skill

1 participant