Close out implementation work by checking plan completion, Taskwarrior queue status, validation results, review findings, git status, residual risk, and commit readiness. Use when the user asks to close, finish, wrap up, 마감, 완료 정리, 종료 정리, or when workstream reaches its closeout phase. Does not commit by itself; delegates commits to git-commit only when requested.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Close out implementation work by checking plan completion, Taskwarrior queue status, validation results, review findings, git status, residual risk, and commit readiness. Use when the user asks to close, finish, wrap up, 마감, 완료 정리, 종료 정리, or when workstream reaches its closeout phase. Does not commit by itself; delegates commits to git-commit only when requested.
Close
Decide whether work is actually complete. Do not stage, commit, or mutate tasks
unless the active workflow already permits it and target is clear.
Checks
Plan
Confirm Goal satisfied.
Confirm Work Items done or explicitly deferred.
Confirm Validation run, skipped, or blocked with exact reason.
Confirm unresolved decisions were not hidden in docs.
Taskwarrior
Load taskwarrior before reads or mutations.
Check task project:<slug> +PENDING list.
Check task project:<slug> blocked when dependencies were used.
Do not mark broad task sets done without explicit scope.
Review
Confirm review-loop ran when risk warranted it.
Confirm in-scope actionable findings are fixed.
Follow-up tasks are allowed only for out-of-scope findings or user-approved deferrals.
Git
Run git status --short.
Inspect diff scope when code changed.
Flag unrelated, generated, secret, env, or accidental files.
Do not revert unrelated user changes.
Commit readiness
Ready only when validation passed and diff scope matches request.
Skipped or blocked validation is not commit-ready unless the user explicitly accepts the residual risk.