What problem does it solve?
This Skill turns exploration analysis or user input into a concise, structured change proposal and ensures the resulting artifact is persisted in the project's expected backend so downstream SDD pipeline stages can find and use it.
Core Features & Use Cases
- Structured proposal generation: Produces intent, scope, approach, affected areas, risks, rollback plan, dependencies, and success criteria as a focused proposal.md.
- Multi-backend persistence: Supports Engram upserts, openspec filesystem files, or hybrid persistence with clear rules for when and how to save.
- Registry and idempotency: Loads the skill registry to discover related skills and reads existing proposals to update rather than duplicate, preserving pipeline continuity.
- Use Case: Create or update a proposal for a change like add-dark-mode using prior exploration analysis and persist it so sdd-spec can continue.
Quick Start
Create a concise proposal for the change named add-dark-mode using available exploration analysis and persist it according to the project's artifact mode.