icm-spec
01Plugin Claude Code
Interpretable Context Methodology - spec-driven development workspaces for Claude Code.
Plugin Claude Code
Interpretable Context Methodology - spec-driven development workspaces for Claude Code.
Plugin Claude Code
Interpretable Context Methodology - workspace pipelines, spec-driven artifacts and hook-enforced gates.
Instructions file CodexOpenCode
AGENTS.md instructions for andyrids/icm-spec, covering icm-spec plugin, context hierarchy, frontmatter, design principles and stage contracts and handoffs.
Instructions file
Claude Code instructions for andyrids/icm-spec, a project described as: Claude Code plugin for spec-driven development alongside Interpretable Context Methodology (ICM).
Agent
Cross-artifact consistency audit - finds specs with no covering plan, plans chasing stale specs and spec/code divergence. Read-only; reports findings, changes nothing.
Hook
Runs when a session starts on startup, executing preflight.py via uv with --no-project and --script. From andyrids/icm-spec.
Hook
Runs to expand your prompt before the agent sees it, executing gate_implement.py and gate_clarification.py via uv with --no-project and --script (2 commands). From andyrids/icm-spec.
Hook
Runs before the agent uses a tool for Edit and Write tool calls, executing gate_spec_edit.py and gate_output_naming.py via uv with --no-project and --script (4 commands). From andyrids/icm-spec.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing gate_plan_frontmatter.py and gate_spec_frontmatter.py via uv with --no-project and --script (4 commands). From andyrids/icm-spec.
Hook
Runs when the agent finishes a response, executing gate_spec_coverage.py and gate_closeout.py via uv with --no-project and --script (2 commands). From andyrids/icm-spec.
Skill Claude CodeCodex
Run ICM stage 04 - changelog entry, plan closeout and documentation report.
Skill Claude CodeCodex
Run the ICM express-change pipeline - a small change no spec has to move for, with the plan record left intact.
Skill Claude CodeCodex
Run ICM stage 02 - bring code into conformance with the accepted techspec.
Skill Claude CodeCodex
Scaffold the ICM tree into the current repository - AGENTS.md, CONTEXT.md, CHANGELOG.md, ICM/, specs/, plans/ and .gitignore.
Skill Claude CodeCodex
How to open|work|close plans/ .md files - the motion side of the state/motion split.
Skill Claude CodeCodex
How to author and change files under specs/ - the state side of the state/motion split.
Skill Claude CodeCodex
Run ICM stage 01 - turn a feature request into a spec change, a plan and a techspec.
Skill Claude CodeCodex
Run ICM stage 03 - report the implementation against the plan's Validation checklist.