Skip to main content

clean-architecture

Use when deciding WHERE code lives across layers and which way dependencies point — organizing a codebase into entities / use cases / interface adapters / frameworks, defining use case boundaries (input/output ports), wiring repository/gateway ports and their adapters, or enforcing the Dependency Rule (inward only). Framework- and language-agnostic; based on Robert C. Martin's "Clean Architecture". Triggers: "clean architecture", "layers", "use case", "boundaries / ports & adapters", "dependency rule", "hexagonal", "where should this code go", "separate business logic from framework". NOT for how to model the domain itself (rich entities, value objects, aggregates, domain events → use the tactical-DDD skill), and NOT for the mechanics of any specific framework (Express/Nest/Vue/React) or testing.

Jump to install

Source facts

Repository
Caioohv/ai-workflow
Last source activity
August 3, 2026 at 00:25
Detected SKILL.md language
English
Stars
5
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.