Components
MasterOS's module list (M01–M16), each labeled by what's actually shipped today vs. planned.
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
| Module | What it covers |
|---|---|
| M01 — Identity & Organization | Email/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 — Chat | New 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 — Skill | Create/edit/run a reusable named prompt, versioning, templates, portable export/import. |
| M12 — Quota, Billing & Entitlement | Ledger-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
| Module | What it covers | Notes |
|---|---|---|
| M02 — BYOK | Org-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 — Memory | Long-lived user/org context separate from chat history | Not started. |
| M06 — Agent | Autonomous task execution using Skills/tools | Deferred — explicitly out of scope for the current phase. |
| M07 — Projects | Grouping conversations/files/agents under a project | Deferred alongside Agents. |
| M08 — Artifacts & Document Output | Generated Markdown/DOCX/PDF/etc. output from chat | Not started. |
| M09 — Workflow Automation | Multi-step automation chaining Skills | Not started. |
| M10 — AI Adoption Management | Org AI-readiness scoring, use-case tracking, Role Packs | Not started — a later-phase differentiator. |
| M11 — Governance & Security (beyond basic admin) | Data classification, PII detection, Trust Zones, full policy engine | Not 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 connectors | Not started — see Integrations. |
| M15 — Playbook | Bundled Skills for a recurring team process | Not started. |
| M16 — AI App | End-user experience composed from Knowledge + Skill + Agent + Workflow | Not 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.