architecture-impact-review

Installation
SKILL.md

Architecture Impact Review

Decide whether the target problem is local or architectural.

Look for

  • Layer violations.
  • Domain logic mixed with infrastructure.
  • Business logic in controllers, repositories, or DTOs.
  • Circular dependencies.
  • Coupled modules.
  • God classes and services with too many responsibilities.
  • Hidden business rules.
  • Boundary-crossing dependencies.

Keep broad architectural cleanup as follow-up unless it is required for safe characterization.

Installs
3
First Seen
Jul 12, 2026
architecture-impact-review — andresnator/agents-orchestrator