Skip to content

MultiModel Dev OS — Documentation Map

Welcome to the goal-driven navigation map for MultiModel Dev OS documentation. This page organizes all public documentation by developer objective to help you quickly find the exact guide, reference, or specification you need.


1. Quickstart & Onboarding

If you are new to MultiModel Dev OS or looking to onboard an existing repository:

Developer ObjectiveRecommended DocumentDescription
Install & run first health checksQuickstart GuideInstall multimodel-dev-os, run init, status, and verify.
Learn command-line flagsCLI ReferenceFull flag and command matrix for the standalone binary.
Onboard an existing codebaseReal Repo OnboardingAnalyze project structure, select templates, and safely sync configs.
Try an interactive demoInteractive CLI DemoWalkthrough of CLI commands in simulated environments.
Get answers to common questionsFrequently Asked QuestionsFAQ covering lock-in, tool compatibility, and zero-dependency design.

2. Core Concepts & Architecture

Understand the underlying design philosophy and zero-dependency operating layer:

Developer ObjectiveRecommended DocumentDescription
High-level architecture overviewArchitecture SpecificationsStructural overview of CLI, adapters, registries, and runtime.
Long-term architecture visionFuture-Proof ArchitecturePrinciples behind vendor-neutral workspace standardization.
Core protocol contractProtocol SpecificationFile formats, directory structure, and schema standards.
Backwards compatibility guaranteeStable Protocol SpecGuarantees on workspace configuration stability across versions.
Safety & security posturePackage Safety ModelZero runtime dependencies, prepublish safety, and approval gates.

3. Workflows & Multi-Agent Operations

Orchestrate complex tasks across multiple AI coding agents:

Developer ObjectiveRecommended DocumentDescription
Multi-agent handoff standardsMultimodel WorkflowContext preservation guidelines when moving between tools.
Workflow orchestration engineWorkflow OrchestrationDeclarative workflow definitions and step-by-step execution.
Concrete workflow examplesWorkflow ExamplesCode refactoring, feature implementation, and bug fix playbooks.
Token footprint reductionCaveman Mode SpecificationsShorthand context declarations saving up to ~79% on API tokens.

4. Skill OS & Declarative Governance

Manage skills, prompt templates, permissions, and guardrails:

Developer ObjectiveRecommended DocumentDescription
Skill OS CLI commandsSkill OS CLI Referencemultimodel-dev-os skill-os status, validate, list, and inspect.
Skill registry schemaSkill RegistryDeclarative skill definitions, inputs, outputs, and validation rules.
Authoring new skillsSkill Authoring Guide & Authoring ReferenceStep-by-step guide to writing valid Skill OS modules.
Migrating existing promptsSkill OS Migration GuideConvert unstructured markdown prompts into Skill OS format.
Skill OS adoption checklistAdoption ChecklistVerification steps for team-wide Skill OS rollout.
Structured prompt templatesStructured PromptsRACE+ prompt frameworks and public operator templates.
Tool permissions governanceTool PermissionsGranular tool execution policies and path access controls.

5. Localhost Gateway Foundation (v4.2.0)

Explore the local OpenAI-compatible mock gateway:

Developer ObjectiveRecommended DocumentDescription
Gateway architecture overviewGateway ArchitectureOverall design of the localhost mock gateway foundation.
REST API endpoints & protocolGateway ProtocolGET /health, GET /v1/models, POST /v1/chat/completions.
OpenAI API compatibilityOpenAI CompatibilityParity details with standard OpenAI SDKs and clients.
Runtime provider registryGateway Runtime RegistryInspection of bundled mock provider schemas and models.
Routing engine & strategiesGateway Routing Engine & Routing StrategiesDeterministic route planning and scoring rules.
Dry-run resilience planningGateway Resilience & Resilience SimulationFallback chain planning and failure mode simulation.
Local server & mock providerGateway Local Server & Mock ProviderRunning 127.0.0.1 mock runtime and mock responses.
SSE streaming supportGateway StreamingServer-Sent Events (SSE) streaming format verification.
Local observability & tracingGateway Observability & Usage AccountingLocal, bounded, redacted, in-memory metrics and cost estimation.
Execution contracts referenceExecution ContractsGoverned outbound request, result, endpoint, credential ref, and error contracts.
OpenAI adapter normalizationOpenAI Adapter NormalizationRequest/response/error payload normalization & SSE parsing.
Credential resolution architectureCredential ResolutionGoverned environment credential resolution & secret redaction.
Governed opt-in execution gateGoverned ExecutionGoverned preflight execution gate & single-attempt executor.
Outbound transport threat modelOutbound Transport Threat ModelSecurity threat model and STRIDE matrix for native outbound transport.
Outbound transport designOutbound Transport DesignZero-runtime-dependency pinned-address HTTPS transport architecture.
Outbound transport test planOutbound Transport Test PlanLocal offline test harness and test strategy for outbound transport.
Known limits of v4.2v4.2 Known LimitationsExplicit boundaries (mock-only provider, preview-only configs).

6. Registries, Signing & Trust Model

Inspect trusted registry infrastructure and Ed25519 signature enforcement:

Developer ObjectiveRecommended DocumentDescription
Trusted registries overviewTrusted RegistriesSigned registry sources, mirrors, and trust policies.
Registry synchronizationRegistry Sync GuidePulling, updating, and verifying local registry caches.
Policy evaluation engineRegistry Policy EngineEnforcing compliance checks against governance rules.
Ed25519 digital signaturesRegistry Signing & Trust StoreCryptographic signature verification and public key storage.
Registry security architectureRegistry Security ModelTamper-resistance and cryptographic chain-of-trust.

7. Tool Adapters & Client Integrations

Synchronize instructions across AI coding tools and editor plugins:

Developer ObjectiveRecommended DocumentDescription
Adapter setup overviewAdapters Setup GuideOverview of supported adapters (Antigravity, Claude Code, Cursor, etc.).
Synchronize tool configsIDE Adapter SyncRunning adapter sync to propagate AGENTS.md rules.
Author custom tool adaptersCustom Adapters GuideBuilding new adapters for specialized coding environments.
Tool feature support matrixAgent Compatibility MappingsComparison of feature support across supported tools.
Gateway client configurationGateway Client IntegrationsLocal client preview config generation and compatibility matrix.

8. v4.3 Development & Release Planning

Track active development and long-term release roadmaps:

Developer ObjectiveRecommended DocumentDescription
v4.3 Development Planv4.3 PlanningScope lock and architecture for Governed Provider Execution.
Release state trackingRelease StateOfficial release statuses across npm, GitHub, and dev lane.
Product roadmapFuture AI OS RoadmapLong-term product tracks and architectural vision.
Threat modelSecurity Threat ModelSecurity boundaries, credential policies, and SSRF guards.
Secure outbound transportOutbound Transport Design & Destination Address PolicyOutbound transport threat model and pure destination address policy.
Guardrails & action hooksHooks and GuardrailsIntercepting file writes and command executions.

9. Releases & Governance

Review version history, release notes, and contribution guidelines:

Developer ObjectiveRecommended DocumentDescription
Current release notesRelease v4.2.0Delivered capabilities, upgrade steps, and verification summary.
Release state matrixRelease StateActive vs historical version release matrix.
Contribution guidelinesContributing GuideHow to propose improvements while adhering to zero-dependency rules.
Security vulnerability reportingSecurity PolicyResponsible disclosure process and security contact points.

Released under the MIT License.