What problem does it solve? After a context compaction, a long agent run, or an interruption, an AI agent loses its role identity, invents constraints, skips required steps, and loses track of the current task. This Skill restores the durable working contract mid-task so the agent re-anchors on the real state instead of guessing. ## Core Features & Use Cases - Contract Reload: Reads the project charter, autonomy level, current checkpoint exit criteria, and feature contract in a fixed order to rebuild the discipline context. - Orientation Block Output: Emits a single concise block stating role, autonomy, checkpoint progress, unmet exit criteria, current task, next action, and non-negotiables. - Stuck-Loop Detection: Scans recent handoffs for three or more consecutive identical failures and escalates to the human with a decision handoff instead of silently retrying. - Use Case: After a session compaction mid-feature, run the reorient command to recover which checkpoint is in progress, which exit criteria remain unmet, and what the next action is, without modifying any files. ## Quick Start Ask the agent to reorient on the current feature after a context compaction so it reloads the charter, checkpoint status, and next action.