What problem does it solve? Brainstorming sessions produce lifecycle events (features added, cancelled, deprecated) that drift out of sync with the project's specification files. This Skill detects those deltas and reconciles them into LiveSpec specs without ever modifying specs without explicit human confirmation. ## Core Features & Use Cases - Delta Detection with Integrity Validation: Reads the brainstorm lifecycle NDJSON log after a stored cursor and validates the SHA-256 prev_hash chain before any action. - Interactive Impact Report: Presents proposed actions (feature-add, cancel, deprecate) one by one, applying each only after an explicit 'o' confirmation, with deferral support. - Cursor-Based Incremental Sync: Advances a .refresh-cursor file so subsequent runs only process new events. - Use Case: After a brainstorm session marks a feature as deprecated, run the command to see an Impact Report, confirm the deprecation, and have the corresponding .specs/features spec updated with status and evidence notes. ## Quick Start Run /spec-refresh-from-brainstorm to review new brainstorm lifecycle events and confirm which spec changes to apply.