What problem does it solve? When a decision changes mid-planning, OpenSpec change artifacts (proposals, designs, specs, tasks) drift out of sync. This Skill revises the existing artifacts of a change and reconciles them against each other so the plan stays consistent, without ever touching implementation code. ## Core Features & Use Cases - Coherence Review: Reads all existing artifacts of a change and detects contradictions, gaps, and duplication in any direction, not just build order. - Confirmed Revisions: Proposes each edit, explains why, and writes only after user confirmation, one artifact at a time. - Schema-Agnostic Operation: Uses artifact ids and paths reported by openspec status --json, so custom schemas work without hardcoded assumptions. - Use Case: After deciding to switch the design to a new approach, ask the Skill to update the change; it revises the design artifact, then checks the proposal, specs, and tasks for anything now inconsistent and proposes fixes. ## Quick Start Ask the assistant to update the OpenSpec change named "add-user-auth" so its artifacts reflect the new design decision and stay consistent with each other.