What problem does it solve? During long brainstorming sessions, approved decisions lose their rationale, rejected directions resurface, and edge cases never reach implementation—especially across context compaction, handoffs, and spec writing. This Skill maintains a small project-owned continuity record so the load-bearing meaning of a Superpowers Brainstorming discussion survives into design and execution. ## Core Features & Use Cases - Intent Record Management: Maintains current.md (effective goals, decisions, prohibitions, proof, edge cases) and history.md (rejected directions, turning points) with synchronized Mermaid diagrams, written only on qualifying semantic events. - Deterministic CLI Mechanics: The scripts/bic.py helper handles apply, validate, read, save-version, bind, migrate, and commit-snapshot operations with revision conflict detection, schema validation, and project-local locking. - Lifecycle and Handoff Control: Supports explicit round ending with user confirmation, pause/cancel/replace/reopen transitions, saved immutable versions for durable handoff pointers, and session binding lookup. - Use Case: A team brainstorms a feature design with Superpowers Brainstorming; BIC records each approved decision and rejected alternative, then supplies that exact intent as input when the native workflow later writes the spec—preventing drift and omitted edge cases. ## Quick Start Start a root session by invoking $superpowers:brainstorming together with $brainstorming-intent-continuity:brainstorming-intent-continuity, then let the record update automatically as decisions are approved.