What problem does it solve? Turning an approved design or architecture spec into working code often means re-deciding things mid-build, losing track of conventions, and shipping half-finished features. This Skill gates every build on a recorded decision, then implements UI and backend slices that follow the project's specs, memory files, and design system. ## Core Features & Use Cases - Spec-gated builds: Stops and routes to an architecture step when a load-bearing decision is unrecorded, with an option to record an assumed spec before building. - Dual build tracks: Implements UI (components, pages, design tokens, accessibility) and logical work (APIs, services, data layers, migrations) per bundled guides. - Scope and status tracking: Updates feature checkboxes, spec status lines, and emits acceptance-criteria verify steps after each build. - Use Case: After approving an auth spec, run the develop command to build the sign-in pages plus session logic, apply the migration, and get verify steps tied to each acceptance criterion. ## Quick Start Ask the agent to run /develop on a feature that already has an approved spec, for example: build the password reset feature from spec 0007.