What problem does it solve? After all ADRs for a capability are accepted, teams still need a navigable bridge between architecture decisions and implementation work. This Skill composes a skeleton tech-design.md that maps every technical requirement through an ADR to a named component, surfaces gaps instead of papering over them, and files one GitHub issue per component and per gap so follow-up design work is tracked. ## Core Features & Use Cases - Skeleton tech-design composition: Generates tech-design.md from a template with an overview, Mermaid component diagram, component inventory, data & state summary, and a TR → ADR → component audit trail. - Gap surfacing and gating: Refuses to run when tech-requirements are unreviewed or ADRs are still proposed, and files gap issues for uncovered TRs, missing realizations, or unspecified implementation details. - GitHub issue orchestration: After explicit user approval, files component issues (for define-component-design) and gap issues via gh CLI, wires blocked-by relationships, and places items on the project board with milestone and Area fields. - Use Case: After accepting ADRs 0001–0007 for a self-hosted application platform capability, run this Skill to produce tech-design.md and automatically file tracked issues for each service, Terraform module, and unresolved gap. ## Quick Start Compose the tech design for the capability in docs/content/capabilities/self-hosted-application-platform now that all its ADRs are accepted.