Back to Rules
๐Ÿ“‹

Interpreted Context Methdology CLAUDE.md

Folder structure as agent architecture. ICM replaces framework-level orchestration with filesystem structure.

RinDig

by @RinDig

Sourced from RinDig/Interpreted-Context-Methdology โ€” MIT

View profile
CLAUDE.md
> Sourced from [RinDig/Interpreted-Context-Methdology](https://github.com/RinDig/Interpreted-Context-Methdology) โ€” [MIT](https://github.com/RinDig/Interpreted-Context-Methdology/blob/0500ac475b5fd10d2133b6fdd0ca63da93ad7ebe/workspaces/script-to-animation/CLAUDE.md).

# Interpreted-Context-Methdology

ICM is a framework for building structured, multi-stage AI workflows out of markdown files and folder conventions. Each workspace gives AI agents the right context at each stage of a task, and gives humans clear edit surfaces between stages.

## Folder Map

```
model-workspace-protocol/
โ”œโ”€โ”€ CLAUDE.md                          (you are here)
โ”œโ”€โ”€ README.md                          (project overview)
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ _core/                             (shared conventions and templates)
โ”‚   โ”œโ”€โ”€ CONVENTIONS.md                 (source of truth for all patterns)
โ”‚   โ”œโ”€โ”€ placeholder-syntax.md          (how {{VARIABLES}} work)
โ”‚   โ””โ”€โ”€ templates/                     (blank starting points for new workspaces)
โ””โ”€โ”€ workspaces/
    โ”œโ”€โ”€ script-to-animation/           (content idea -> animated video)
    โ”œโ”€โ”€ course-deck-production/        (unstructured material -> course PowerPoints)
    โ””โ”€โ”€ workspace-builder/             (builds new MWP workspaces)
```

## Routing

| You want to... | Go to |
|-----------------|-------|
| Create content with script-to-animation | `workspaces/script-to-animation/CLAUDE.md` |
| Build course slide decks from source material | `workspaces/course-deck-production/CLAUDE.md` |
| Build a new workspace for any domain | `workspaces/workspace-builder/CLAUDE.md` |
| Read the full MWP specification | `_core/CONVENTIONS.md` |
| Understand the placeholder system | `_core/placeholder-syntax.md` |
| Use a template for a new workspace | `_core/templates/` |

## Triggers

| Keyword | Action |
|---------|--------|
| `setup` | Run onboarding in whatever workspace you are in |
| `status` | Show pipeline completion for the current workspace |

## How It Works

Each workspace is self-contained with its own CLAUDE.md. Navigate into a workspace folder and that workspace's CLAUDE.md takes over. You do not need to read this root file once you are inside a workspace.

Add to your project

Paste into your project's CLAUDE.md or ~/.claude/CLAUDE.md for global rules.

More for Python

MCP servers for Python

Browse all MCP servers โ†’

Browse by Tag

Get the Claude Code Starter Pack

Top CLAUDE.md rules for Next.js, TypeScript, Python, Go, and React โ€” free.