What problem does it solve?
This Skill automates a comprehensive audit that detects architectural drift and inconsistencies across Clean Architecture layers so teams can catch breaking changes, stale generated code, missing implementations, DI miswiring, and test mismatches before they impact releases.
Core Features & Use Cases
- Parallel verification: Deploys five concurrent subagents to check TypeSpec↔Domain, Ports↔Infrastructure, Use Cases↔Ports, Presentation↔Use Cases, and Tests↔Implementation.
- Concrete checks: Verifies generated code freshness, searches for duplicate or hand-written types, confirms implementations and DI bindings for port interfaces, flags infrastructure leaks into presentation, and validates test existence and mock shapes.
- When to use: Run after wide refactors, before releases, during onboarding to assess health, after complex merges, or as a scheduled monthly audit.
Quick Start
Run the cross-layer-consistency skill to deploy five parallel verification subagents and produce a unified Cross-Layer Consistency Report.