What problem does it solve? Mid-task realizations about direction changes often go unrecorded, so later sessions lose the reasoning behind a course correction. This Skill captures a small-to-medium adjustment as an auditable, numbered decision entry and keeps task state consistent with the new direction. ## Core Features & Use Cases - Decision Recording: Appends a numbered D-N: mid-task adjustment entry to DECISIONS.md with concise reasoning, and updates TASK_STATE.md fields affected by the change. - Conflict Validation: Checks the adjustment against locked decisions and invariants, routing to decision-interview when a conflict exists instead of silently overwriting. - Smart Routing: Recommends the right next command based on adjustment size, from resuming the current slice to re-planning with implementation-plan or state-reconcile. - Use Case: Halfway through implementing a slice, you realize the data source should be owned by a different module. Use this Skill to record the adjustment, update task state, and get routed back to the correct continuation command. ## Quick Start Ask the assistant to record a mid-task direction adjustment describing what you were doing, what you noticed, and what should change.