Demo Workflows
Hands-on, copy-paste workflows that show MultiModel Dev OS in action. Each demo takes under 2 minutes and requires only npx — no global install, no dependencies.
Choose a Demo
Existing Repo Onboarding
Analyze a real project, get template recommendations, and safely bootstrap AI Dev OS configs.
~2 min
Adapter Sync
Mirror rule files across Cursor, Claude, VS Code, and Gemini automatically.
~1 min
Safe Improvement Loop
Capture feedback, propose improvements, validate safety, and apply changes with audit trails.
~2 min
Multi-Agent Handoff
Compile token-compressed session context and hand off state between agents or models.
~1 min
Release Check
Run the full pre-flight verification suite, doctor audit, and package hygiene check.
~1 min
Prerequisites
All demos require:
- Node.js 18+ installed
- A terminal (bash, zsh, PowerShell, or cmd)
- An existing project directory (or create a temp one)
No global install needed — every command uses npx multimodel-dev-os@latest.
Demo Philosophy
Every demo follows the same structure:
- Starting State — what you need before running
- Workflow — step-by-step commands with expected output
- What Gets Created — files and directories produced
- Safety Notes — what is read-only vs. what writes
- Cleanup — how to undo
- Next Steps — where to go after
