worktree-workflow
SKILL.md
Quick Usage (Already Configured)
Start a task with a fresh worktree
skills/worktree-workflow/scripts/start-task-worktree.sh "task-name"
Commit regularly and push
skills/worktree-workflow/scripts/regular-commit.sh "message describing why"
Behavior
- Any task that changes files should begin by creating a dedicated worktree.
- Commit after each meaningful chunk of work.
- Push the branch after each commit.
- Submodules are initialized in the new worktree.
Related skills
- For UX PR flows with screenshots, use
skills/worktree-ux-pr/SKILL.md.
Common Gotchas
- Use a short, kebab-case task name; it becomes the branch suffix.
- If your default branch is not
main, setBASE_BRANCH. - If you update submodule pins, make sure the target submodule SHA is reachable from a remote branch/tag (avoid pinning to commits that were only on a force-pushed ref).
First-Time Setup (If Not Configured)
- Ensure you are in a git repo with
originconfigured. - Optional: set
BASE_BRANCHorWORKTREES_DIRin your shell.
Weekly Installs
1
Repository
different-ai/op…work-hubGitHub Stars
9
First Seen
4 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1