domain-first-architecture-delphi
Installation
SKILL.md
Domain-First Architecture Delphi
Overview
Use Delphi to expose one specific structural failure: the code claims domain modeling, but ownership is organized by technical buckets (all tables together, all init together, all debug together).
This skill does not ask “what files are big?” It asks:
- What is the canonical path per concept?
- Where are alternate paths?
- Which alternates are duplicates vs diverged behavior?
- What is the minimum replace→wire→delete sequence?
REQUIRED SUB-SKILL: delphi