Status:🚀 ACTIVE
Date:📅 unknown
Domain:📦 Codebase Discovery
SPEC-0005: Codebase Discovery
Overview
A read-only analysis skill that explores an existing codebase to discover implicit architectural decisions and specification-worthy subsystems, producing a structured suggestion report. The skill bridges the gap between installing the SDD plugin and having a useful set of design artifacts by reverse-engineering what the code already implies. See 📝 ADR-0005.
Requirements
Requirement: Discovery Report Output
The /sdd:discover skill SHALL produce a structured report containing two sections: Suggested ADRs and Suggested Specs. The report MUST NOT create any files -- it SHALL only output suggestions for the user to act on. Each suggestion MUST include a title, evidence from the codebase, and a ready-to-use description that can be passed directly to /sdd:adr or /sdd:spec.