What problem does it solve? When finishing a development task, teams often forget to merge proposed specs into domain specs, leave documentation stale, or open pull requests without recording remaining steps. This Skill enforces a disciplined closing workflow so the spec, docs, and PR all reflect the actual state of the work. ## Core Features & Use Cases - Spec merging: Moves rules, scenarios (keeping their numbers), and file:symbol bindings from proposed/<feature>/ into the domain spec, then validates with npm run check:specs. - Documentation refresh: Re-reads rules, patterns, and specs the work touched, fixing stale sections like "What is not included" and "Where it lives". - PR handoff protocol: Opens the PR as draft or ready depending on CI, writes a mandatory "Remaining step" section in the PR body, and sends ordered status messages to the owner. - Use Case: After finishing a feature branch, run this pattern to merge the agreement into the domain spec, update affected docs, archive the task folder, and open a properly documented PR. ## Quick Start Ask the assistant to close the current task by merging the proposed spec into the domain spec, updating the touched documentation, and opening the pull request with the remaining-step section.