What problem does it solve?
Merging an accepted Spec Kitty mission involves git worktree state, mission lifecycle records, and post-merge follow-through; doing it ad hoc risks losing audit trails or merging unreviewed work. This Skill enforces a safe, ordered merge gate.
Core Features & Use Cases
- Acceptance Verification: Confirms the mission passed the accept gate before any merge is attempted.
- Guided Merge Execution: Runs the
/spec-kitty.merge command or equivalent CLI and resolves git/worktree blockers via the git workflow skill.
- Post-Merge Routing: Automatically routes to mission review and retrospective steps after the merge completes.
- Use Case: After a work package passes acceptance review, use this Skill to merge it into the main branch, then proceed directly to the mission review and retrospective without skipping governance steps.
Quick Start
Merge the currently accepted Spec Kitty mission and continue to the mission review and retrospective steps.