From icm
Use when you enter a folder that follows the Interpretable Context Methodology (ICM) — signs are an `AGENTS.md` or `CONTEXT.md` at the root, numbered department/room folders (`01-`, `02.1-`), or a per-folder `docs/`. Also on "ICM", "room contract", "routing table", "sub-room", or a request to set up / audit / extend such a workspace. Loads how to enter + the base rules; points to the commands and the canon (it does not inline them).
How this skill is triggered — by the user, by Claude, or both
Slash command
/icm:icmThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ICM replaces multi-agent frameworks with filesystem structure: an agent navigates a tree of folders and
ICM replaces multi-agent frameworks with filesystem structure: an agent navigates a tree of folders and
markdown that says where to go, what to read, and where to write. Do not break the structure. The canon
is NOT inlined below — load it on demand from docs/ (pointers at the end).
Root AGENTS.md / CONTEXT.md, numbered dept/room folders (01-, 02.1-), a per-folder docs/. The real
entry-point AGENTS.md may be ABOVE your CWD — if a parent folder also has one, read it first (it routes
between sub-workspaces), then the nested one.
AGENTS.md (identity + base rules), then root CONTEXT.md (routing); match your task
to a Routing row.CONTEXT.md; if it's a department, follow its inner table to the room.CONTEXT.md and its tools.json; load only what the room's Inputs name (incl.
its own docs/memory/) — nothing else.Productive agents never detour through maintenance/ — that path is for the commands below.
AGENTS.md first; load only what a contract's Inputs name.docs/memory/. Never another room's or run's folder;
never edit Layer 3 (docs/) during a run; never hand-edit machine state — drop markers.modify-room
rules first. Anything structural or cross-room → modify-workspace (gated)./icm:new (or /icm -new) — create or change structure → the modify-workspace room./icm:assimilate (or /icm -assimilate) — audit an existing ICM workspace, read-only → the audit
room.Full procedures: commands/new.md, commands/assimilate.md.
dispatch-subagent skill.docs/LAYERS.md (the 5 layers) · docs/CONVENTIONS.md (invariants +
tooling model) · docs/ROOM-CONTRACT.md (the contract shape) · docs/ROUTING.md (routing).Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub pinguinzz/icm-plugin --plugin icm