What problem does it solve? When starting a spec-driven development change, teams often skip structured planning and jump straight to code, losing track of intent, scope boundaries, and rollback strategy. This Skill produces a consistent proposal.md artifact that captures why a change is needed, what is in and out of scope, and which capabilities it affects. ## Core Features & Use Cases - Structured Proposal Generation: Produces a proposal.md with Intent, Scope, Capabilities, Approach, Affected Areas, Risks, Rollback Plan, Dependencies, and Success Criteria sections. - Multi-Mode Persistence: Supports engram, openspec, hybrid, and none artifact store modes, writing to the filesystem, an Engram memory store, both, or returning inline only. - Capability Contract: Defines New and Modified Capabilities that act as the contract for the downstream sdd-spec phase, referencing existing specs in openspec/specs/. - Use Case: An orchestrator launches this sub-agent with a change name like "add-dark-mode" plus exploration analysis, and receives a concise proposal under 450 words ready for the spec and design phases. ## Quick Start Ask the orchestrator to create a proposal for a change named add-dark-mode using the exploration analysis from the previous phase.