Layer New

Scaffold a new layer in a project's docs/layers/ tree following the feature-layer architecture (principle 28). A layer is a bounded concern (security, data, ui, infrastructure, domain) with its own invariants, decisions, gotchas, patterns, and feature narratives. Use when: "create a new layer", "add security layer", "scaffold layer", "start tracking <concern> separately", "/layer-new", "add bounded concern". Operates on the kb-skeleton structure; idempotent -- will not overwrite existing layers. Do NOT use to scaffold an individual feature narrative inside an existing layer; use /feature-new for that (a layer is the container, not the per-feature doc).

AnastasiyaW 918b124 7.1 KB Updated

File contents

AnastasiyaW/codex-claude-code-config/tree/main/skills/architecture/layer-new commit 918b124e11

Frequently asked questions

npx skillmds@latest add anastasiyaw/layer-new