ai-era-architecture

Installation
SKILL.md

Use this skill to define architecture principles before choosing framework-specific structure.

Core rules

  • make important logic easy to find
  • keep changes local when possible
  • reduce coupling where it matters
  • protect critical business rules
  • make debugging less painful
  • support safe iteration
  • avoid unnecessary ceremony

Workflow

  1. Identify the real business complexity.
  2. Decide what deserves strong boundaries.
  3. Keep the default structure simple.
  4. Add layers only when they remove real pain.
  5. Separate core business logic from framework and integration noise.

Read references when needed

Related skills

More from masterfermin02/agent-skills

Installs
1
GitHub Stars
1
First Seen
Apr 9, 2026