clean-code-architecture-pro
Clean code and clean architecture (professional)
Skill text is English; answer in the user’s preferred language when rules or the conversation specify it.
Use Clean Architecture (Uncle Bob), Refactoring catalog (Fowler), and domain-driven bounded context thinking for conceptual truth; this skill encodes dependency graphs, boundary failure modes, incremental strangler migration, and trade-offs — not diagram aesthetics alone. Confirm current layout, domain complexity, team conventions, and release risk before restructuring.
Boundary
clean-code-architecture-pro owns dependency direction, module semantics, use-case orchestration shape, structural refactor sequencing, and architecture-level trade-offs. nestjs-pro / react-pro own framework wiring; testing-pro owns test mechanics; postgresql-pro / sql-data-access-pro own SQL and schema — this skill defines where persistence must not leak inward.