What problem does it solve? Closing out a finished feature, fix, or rollback involves many error-prone manual steps: verifying the work, archiving the spec, updating the build plan, committing, merging, and pushing. This Skill standardizes that entire closeout workflow so nothing is skipped and project history stays clean. ## Core Features & Use Cases - Final Safety Pass: Blocks merging unless verification commands pass, behavioral done-whens have evidence, and no open P0/P1 findings remain in the findings ledger. - Structured Archiving: Moves the completed spec into blueprint/history/features/, fixes/, or rollbacks/, updates the build plan, and archives resolved findings with globally unique IDs. - Controlled Git Workflow: Creates one conventional work commit, squash-merges the branch to main only with explicit approval, and asks separately before pushing. - Use Case: After /implement finishes building a feature and all checks pass, run /complete to log the work, merge the branch cleanly, and reset the workspace for the next task. ## Quick Start Ask the assistant to run /complete to finish, verify, archive, and merge the current feature branch after it has been built and reviewed.