What problem does it solve? When an OpenSpec change's plan evolves, its existing artifacts (proposal, design, specs, tasks) drift out of sync. This Skill revises those artifacts and keeps them mutually consistent without touching implementation code. ## Core Features & Use Cases - Targeted Revision: Apply a specific requested edit (e.g., "the design now uses X") to the relevant artifact and propagate consequences across all other existing artifacts. - Coherence Review: Read all existing artifacts of a change and detect contradictions, gaps, and duplication in any direction, not just build order. - Schema-Agnostic Operation: Uses artifact ids and paths reported by openspec status and openspec instructions, so custom schemas work without hardcoded assumptions. - Use Case: After a design review changes an API approach, run this Skill to update the design artifact, reconcile the proposal and tasks, and get pointed to /openspec-apply-change to carry the delta into code. ## Quick Start Ask the agent to update the OpenSpec change named "add-auth" so its design reflects the new token-based approach and keep the other artifacts consistent.