What problem does it solve? Engineering teams need an independent acceptance gate that decides whether a finished technical design document (TDD) is complete enough for an engineer to implement without re-deriving the design, without the reviewer silently relaxing standards or inventing new ones. ## Core Features & Use Cases - 11-Condition Implementability Checklist: Judges requirement traceability, scope, decomposition, reference-not-duplicate, alternatives, failure handling, observability, testing, rollout/rollback, grounded assumptions, and amend scoping. - Machine-Parseable Verdict: Emits exactly VERDICT: approve or VERDICT: revise plus actionable findings naming the failed condition, location, and concrete fix. - Delta-Scoped Amend Review: Reviews only the changed decisions and their ripple when handed a change request against an existing TDD. - Use Case: After authoring a TDD for a new export feature, run this gate before implementation; it flags an inlined API contract that should be referenced from the api-spec and a rollback plan missing measurable triggers. ## Quick Start Use reviewing-technical-design on docs/specs/export-feature-tdd.md and give me the verdict with findings.