drujensen

Check Layers — Development skill for Claude Code

Development community

Verify that the DDD layer boundaries are intact — domain never imports impl.

How to install Check Layers

Installs to ~/.claude/commands/drujensen-aiagent-check-layers.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/drujensen/aiagent/HEAD/.claude/commands/check-layers.md -o ~/.claude/commands/drujensen-aiagent-check-layers.md

Restart Claude Code, or start a new session, for it to be picked up.

What Check Layers does

Verify that the DDD layer boundaries are intact — domain never imports impl.

Alternatives in Development

  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
  • Domain Driven Design — Apply DDD patterns and bounded contexts 663 ★
  • Check Impl — Implementation Check 149 ★

Full documentation available on GitHub

View Source Repository