skills/ship-worktree/SKILL.md
Create or resume a dedicated git worktree for one feature or subfeature, drive `ship` inside that worktree, and hand the finished branch back as a pull request to the original branch.
npx skillsauth add sirius-cc-wu/sirius-skills ship-worktreeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a feature or subfeature should be implemented in its own git worktree instead of on the current branch.
ship
backlog surface.ship --resume or ship --finalize inside that worktree without moving
backlog ownership out of ship and ship-slice.python3 skills/ship-worktree/scripts/ship_worktree.py <target> --json
python3 skills/ship-worktree/scripts/ship_worktree.py <target> --resume --json
python3 skills/ship-worktree/scripts/ship_worktree.py <target> --finalize --json
python3 skills/ship-worktree/scripts/ship_worktree.py <target> --create-pr --json
python3 skills/ship-worktree/scripts/ship_worktree.py <target> --resume --create-pr --json
Optional execution config lives under .skills/execution.json in
accelerators.ship_worktree.
{
"accelerators": {
"ship_worktree": {
"worktree_root": "../.repo-worktrees",
"branch_prefix": "wt",
"draft_pr": true
}
}
}
Defaults:
worktree_root: sibling directory .<repo-name>-worktrees next to the repobranch_prefix: wtdraft_pr: trueship_worktree.py <target> --json to resolve the target and ensure the
dedicated worktree exists.--resume to continue the feature or subfeature backlog from inside that
worktree through the existing ship orchestration.--finalize when all slices are completed and the target is ready for
final archive/reconciliation handling.--create-pr when the worktree branch is ready to open review back to
the original base branch.ship, ship-slice,
review-execution, close-slice, reconcile-execution, and commit.testing
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
development
Tightens durable repo-level rules in AGENTS.md and adjacent governance surfaces when repeated drift reveals a policy gap.
data-ai
Resolves one reviewed feature or subfeature backlog into remaining planned slices and routes each active slice to the next owning execution step with one commit per completed slice.
testing
Reconcile one active execution slice, optionally execute owner-chain routing, and persist checkpointed resume context for one-slice acceleration.