What problem does it solve? SDD phase skills need consistent rules for artifact persistence, status reporting, skill resolution, and review orchestration, and duplicating those rules in every skill causes drift and contradictions. ## Core Features & Use Cases - Shared Reference Documents: Centralizes conventions for Engram memory persistence, OpenSpec file layouts, and the persistence contract covering engram, openspec, hybrid, and none modes. - Common Phase Protocol: Defines the standard SDD phase boilerplate including skill loading, artifact retrieval, return envelopes, and review workload guards. - Status and Review Contracts: Documents the SDD status schema, native dispatcher integration, and the bounded review orchestration lifecycle. - Use Case: When building or maintaining an SDD phase skill such as sdd-propose or sdd-verify, read these references to align persistence calls, status output, and sub-agent delegation with the shared protocol. ## Quick Start Read the relevant shared reference file, such as persistence-contract.md or sdd-phase-common.md, before implementing or invoking any SDD phase skill.