MasterOSDocumentation
Documentation

Components

MasterOS's module list (M01–M16), each labeled by what's actually shipped today vs. planned.

Sur cette page

  1. Shipped
  2. Roadmap

MasterOS's product spec defines 16 modules. This page maps each one to what's real today, cross-checked against the live implementation log rather than the aspirational spec — an unshipped feature is never listed as available.

How to read this

Shipped means it's implemented and has been exercised against a real database (and, for payments, real provider credentials). Roadmap means it's specified but not built yet — don't expect to find it in the product.

Shipped

ModuleWhat it covers
M01 — Identity & OrganizationEmail/password signup, Google OAuth, Facebook OAuth, session management.
M02 — Model Catalog & Gateway (base)Provider/model registry, the fast/standard/premium tier gateway. Org-level BYOK (bring your own provider key) is not yet built.
M03 — ChatNew conversation, model-tier picker, streaming replies, conversation list/reopen, per-message cost.
M04 — File, Library & Knowledge (personal scope)File upload, malware scan, text extraction, and asking questions about an uploaded file with citations. Team/organization-shared knowledge is not built.
M05 — SkillCreate/edit/run a reusable named prompt, versioning, templates, portable export/import.
M12 — Quota, Billing & EntitlementLedger-based billing (never a decremented balance), daily quota reserve/settle, SePay (VN) and Paddle (international) payment.
M14 — Administration & Operations (basic)Admin-only plan/model management and a read-only ledger/receipt view, both with an audit trail.

Roadmap

ModuleWhat it coversNotes
M02 — BYOKOrg-provided provider credentials (Azure OpenAI, Bedrock, self-hosted, own key)Base gateway above ships first; this is a later slice of the same module.
M04B — MemoryLong-lived user/org context separate from chat historyNot started.
M06 — AgentAutonomous task execution using Skills/toolsDeferred — explicitly out of scope for the current phase.
M07 — ProjectsGrouping conversations/files/agents under a projectDeferred alongside Agents.
M08 — Artifacts & Document OutputGenerated Markdown/DOCX/PDF/etc. output from chatNot started.
M09 — Workflow AutomationMulti-step automation chaining SkillsNot started.
M10 — AI Adoption ManagementOrg AI-readiness scoring, use-case tracking, Role PacksNot started — a later-phase differentiator.
M11 — Governance & Security (beyond basic admin)Data classification, PII detection, Trust Zones, full policy engineNot started — see basic admin audit trail under Shipped above for what does exist today.
M13 — Integrations & API (beyond the REST API itself)Third-party API keys, outbound webhooks, GitHub/Slack/Jira/SharePoint/MCP connectorsNot started — see Integrations.
M15 — PlaybookBundled Skills for a recurring team processNot started.
M16 — AI AppEnd-user experience composed from Knowledge + Skill + Agent + WorkflowNot started.

M02 and M04 above are each split into a shipped "base" and a roadmap remainder because the underlying module spans more scope in the full product spec than what's live today.