Nx Bounded Context Contract
Installation
SKILL.md
Nx Bounded Context Contract
Purpose
Use this skill to design or audit Nx bounded context tags and dependency constraints for Angular monorepos.
This skill ties together shared UI, shared domain, and shared data-access contracts so the repository has explicit and enforceable architecture rules. The goal is not just to prevent bad imports, but to make the intended layering visible in tags, lint rules, and project metadata.
The core rule is simple:
UI renders and emits intent.
Domain defines meaning and rules.
Data-access fetches and persists.
Features orchestrate across the boundary.
Nx tags enforce that contract.