Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ model-workspace-protocol/
└── workspaces/
├── script-to-animation/ (content idea -> animated video)
├── course-deck-production/ (unstructured material -> course PowerPoints)
├── voice-driven-animation/ (narration-first explainer video)
└── workspace-builder/ (builds new MWP workspaces)
```

Expand All @@ -25,6 +26,7 @@ model-workspace-protocol/
|-----------------|-------|
| 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` |
| Produce a narrated explainer video | `workspaces/voice-driven-animation/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` |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Each stage produces an output file. You can edit that file before moving on. The
|-----------|-------------|--------|
| [script-to-animation](workspaces/script-to-animation/) | Content idea through script writing, animation spec, and Remotion code | 3 |
| [course-deck-production](workspaces/course-deck-production/) | Unstructured material (PDFs, papers, notes) into polished PowerPoint slide decks | 5 |
| [voice-driven-animation](workspaces/voice-driven-animation/) | Narrated explainer video where recorded VO is the timeline: research, script, voice, animation, render | 5 |
| [workspace-builder](workspaces/workspace-builder/) | Build a new ICM workspace for any domain | 5 |

## Build Your Own Workspace
Expand Down