What problem does it solve? Building a new Intent Architect module without a concrete reference leads to templates that miss what generated code must actually contain. This Skill enforces a golden-sample-first workflow: a working sample application and its Golden Sample Reference document become the authoritative input for requirements, design, tasks, and implementation. ## Core Features & Use Cases - Golden Sample Routing: Detects whether a reference sample exists, and if not, prepares a prompt for a planning session to build one collaboratively. - Golden Sample Reference: Structures the plan document with file maps, key snippets, explored variations, and the pre-module delta (lines the Software Factory strips, tagged with GOLDEN-SAMPLE markers). - SDD Handover: Gates the requirements phase on the Reference's existence and hands off to /sdd-requirements with the Reference path and carried context. - Use Case: A team building a new messaging module uses this Skill to first scaffold a sample app with released Intent modules, document what the Software Factory strips, then derive requirements and templates that reproduce every protected line. ## Quick Start Ask the assistant to run /sdd-build-module to start building a new Intent Architect module from a golden sample through implementation.