| name | end-of-shift |
| description | Close a governed work session with validation, proof, findings, budget, digest, learning, and handoff checks. Use when the user asks to wrap up, stop for the day, or leave work ready for another agent. |
| when_to_use | Activate only at an explicit session stop point or when the user asks for end-of-shift validation. Do not run expensive full-suite or benchmark work unless project policy or the approved plan requires it. |
| argument-hint | [completed work or remaining task] |
| disable-model-invocation | true |
| license | Apache-2.0 |
| compatibility | ["codex","claude-standalone","claude-plugin","copilot-plugin","github-repo","open-standard","cursor-native","opencode-native"] |
| result-schema | {"type":"object","required":["status","validation","findings","proof","budget","remaining_work"],"properties":{"status":{"type":"string","enum":["complete","partial","blocked"]},"validation":{"type":"array","items":{"type":"string"}},"findings":{"type":"array","items":{"type":"string"}},"proof":{"type":"array","items":{"type":"string"}},"budget":{"type":"string"},"remaining_work":{"type":"array","items":{"type":"string"}},"handoff_reference":{"type":["string","null"]}}} |
| metadata | {"author":"controlkeel","version":"1.0","category":"execution","ck_mcp_tools":["ck_context","ck_git_status","ck_git_diff","ck_validate","ck_budget","ck_task","ck_session_digest","ck_outcome_tracker","ck_memory_record","ck_checkpoint_create"]} |