What problem does it solve? When a spec-driven change plan evolves, its proposal, design, specs, and task files drift out of sync. This Skill revises an existing OpenSpec change's planning artifacts so they stay consistent with each other after new decisions or edits, without touching implementation code. ## Core Features & Use Cases - Coherence Review: Reads all existing artifacts of a change and detects contradictions, gaps, and duplication across them in any direction. - Guided Revision: Proposes edits one artifact at a time, confirms with the user before writing, and only modifies files that already exist on disk. - Schema-Agnostic Operation: Uses artifact ids and paths reported by the openspec CLI rather than hardcoded names, so custom schemas work unchanged. - Use Case: After deciding the design should use a different data store, ask the Skill to update the change; it revises the design artifact and reconciles the proposal, specs, and tasks to match. ## Quick Start Ask the assistant to update the OpenSpec change named "add-auth" so its design reflects the new caching decision and keep the other artifacts consistent.