What problem does it solve? When a plan changes mid-stream, the artifacts describing an OpenSpec change (proposals, designs, specs, tasks) drift out of sync. This Skill revises an existing change's planning artifacts so they stay consistent with one another, without touching any implementation code. ## Core Features & Use Cases - Coherence Review: Reads all existing artifacts of a change and checks them against each other for contradictions, gaps, and duplication, in any direction. - 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 rather than hardcoded names, so custom schemas work unchanged. - Use Case: You decided the design now uses a message queue instead of direct calls. Run this Skill to update the design artifact and reconcile the proposal, specs, and tasks that referenced the old approach. ## Quick Start Ask the assistant to update the OpenSpec change named add-caching so its design and specs reflect the new decision to use Redis.