← ClaudeAtlas

spec-driven-development-architecturelisted

Produces a per-feature Development Architecture Document through a spec-driven workflow with structural anti-skip enforcement. This skill is the micro/per-feature architect phase: it consumes the Solution Architecture Document and produces implementation-ready design — layer placement, design patterns, module structure, dependency wiring, test-strategy hooks, and story seeds for /create-story. Use when the user runs /create-development-architecture after the solution-architecture phase. This skill produces DESIGN ONLY — it does NOT write story files (use /create-story) and does NOT write production code (that is the backend-architect subagent inside /dev).
bankielewicz/DevForgeAI · ★ 4 · AI & Automation · score 66
Install: claude install-skill bankielewicz/DevForgeAI
# Spec-Driven Development Architecture Translate the **Solution Architecture Document** into a concrete **per-feature implementation-ready design** — a Development Architecture Document describing the layer-placement map (each component → architectural layer + source-tree path), the design patterns prescribed for the feature, the module structure, the dependency wiring (DI graph), the per-component test-strategy hooks, and the `SEED-NNN` story seeds that `/create-story` consumes. Governed by **ADR-069**. This skill owns the **Development Architect** role: the micro / per-feature phase of the modernized DevForgeAI pipeline — the implementation-design layer that `backend-architect` previously improvised uncharted inside `/dev`, per story, under TDD time pressure, with no review gate (Gap E of ARCH-GAPS-001). ``` /create-solution-architecture (per epic) → /create-development-architecture (THIS SKILL, once per feature) → /create-story (story files with acceptance criteria) ``` **Input contract:** `solution-architecture-output.schema.json` v1.0 — the Solution Architecture Document, carried in a `<script type="application/json" id="solution-architecture-data">` data island inside its HTML file. **Output contract:** `development-architecture-output.schema.json` v1.0 — emitted as a self-contained HTML document with an embedded JSON data island (`<script type="application/json" id="development-architecture-data">`). **Scope boundary — design only.** This skill produces the Deve