What problem does it solve? When a plan changes mid-project, OpenSpec change artifacts (proposals, designs, specs, tasks) drift out of sync with each other. This Skill revises an existing change's planning artifacts and keeps them coherent, 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 with rationale 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 the design should use a different database, ask the Skill to update the change; it revises the design artifact and reconciles the proposal and specs to match. ## Quick Start Ask the assistant to update the OpenSpec change named add-auth so its design and specs reflect the new decision to use token-based sessions.