simplify-ai-architecture

Installation
SKILL.md

Simplify AI Architecture


Core Problem This Skill Solves

Ritualistic layered architectures (Clean Architecture, Hexagonal, DDD Tactical patterns applied verbatim) were designed for human navigability. They impose a hidden tax in AI-assisted codebases:

  • Token inflation: A single-field addition touches 10–18 files across layers.
  • Context dilution: The LLM opens 7–13 files to reconstruct what a single vertical slice would show in 1–3.
  • Precision loss: When dependencies are hidden behind interfaces resolved only at runtime, LLMs correctly identify needed files ~76% of the time (Navigation Paradox, 2026).
  • Abstraction hallucination: LLMs are biased toward complex patterns (trained on blogs where Saga/Event Sourcing/Hexagonal are overrepresented); they suggest sophistication that doesn't fit the problem.

The Rule Set

1. Strategic DDD first, tactical patterns never by default

Related skills
Installs
3
First Seen
4 days ago