What problem does it solve? Translating a PRD into an actionable technical design often skips architecture review and decision documentation, causing integration failures. This Skill guides an interactive process that turns business requirements into a reviewed, codebase-informed technical specification. ## Core Features & Use Cases - Interactive Technical Clarification: Asks targeted one-at-a-time questions on architecture, data models, APIs, and testing before drafting. - ADR Generation: Records significant technical decisions as numbered Architecture Decision Records in the task's adrs/ directory. - Template-Based TechSpec: Produces a canonical _techspec.md with architecture, core interfaces, build order, and an ADR summary section. - Use Case: After approving a PRD for a new feature, run this Skill to explore the existing codebase, decide the technical approach with the user, and produce a TechSpec ready for task breakdown. ## Quick Start Create a technical specification for the feature described in the PRD at .compozy/tasks/my-feature/_prd.md.