> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useorgx.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

> What we're building and where OrgX is headed.

OrgX is under active development. This page outlines our current focus areas and what's coming next.

<Info>
  This roadmap reflects our current plans but may change based on customer
  feedback and market conditions. Last updated: April 2026.
</Info>

## Current Status

```mermaid theme={"dark"}
gantt
    title OrgX Development Roadmap
    dateFormat  YYYY-MM

    section Core Platform
    Canvas & Command Center    :done, 2024-09, 2024-12
    Agent Orchestration        :done, 2024-10, 2025-01
    Decision Flow              :done, 2024-11, 2025-02
    Entity System & IWMT       :done, 2025-03, 2025-08
    Intelligence Flywheel      :done, 2025-06, 2025-12
    Mission Control            :done, 2025-09, 2026-02
    Decision Intelligence v2   :done, 2026-01, 2026-02
    Red-Dot Control Plane      :done, 2026-02, 2026-02

    section Integrations
    Linear (GA)                :done, 2024-10, 2024-12
    GitHub (Beta)              :done, 2025-01, 2025-06
    OpenClaw Plugin            :done, 2025-10, 2026-02
    Slack                      :active, 2026-02, 2026-05
    Notion                     :2026-04, 2026-06

    section AI Surfaces
    ChatGPT Remote MCP         :active, 2026-02, 2026-05
    MCP Server (OAuth 2.1)     :done, 2024-12, 2025-03
    MCP Widget Apps            :done, 2026-02, 2026-02
    Agent Ops Docs             :active, 2026-02, 2026-05
    macOS Menu Bar             :2026-04, 2026-06

    section Enterprise
    Per-Plan Usage Limits      :done, 2026-02, 2026-02
    SSO/SAML                   :2026-05, 2026-07
    Audit & Compliance         :2026-06, 2026-08
```

***

## Completed ✅

### Q4 2024

<CardGroup cols={2}>
  <Card title="Canvas & Command Center" icon="check-circle" color="#00C9A7">
    Visual initiative planning and operational dashboard.
  </Card>

  <Card title="Agent Orchestrator" icon="check-circle" color="#00C9A7">
    Multi-agent selection and pipeline execution with SDK backend routing.
  </Card>

  <Card title="Linear Integration (GA)" icon="check-circle" color="#00C9A7">
    Full OAuth with bidirectional sync and real-time webhooks.
  </Card>

  <Card title="MCP Server" icon="check-circle" color="#00C9A7">
    Cloudflare Workers deployment with OAuth 2.1 and RFC 9728 discovery.
  </Card>
</CardGroup>

### Q1–Q2 2025

<CardGroup cols={2}>
  <Card title="Decision Flow" icon="check-circle" color="#00C9A7">
    Human-in-the-loop approvals with rich context and evidence chains.
  </Card>

  <Card title="Artifact Verification" icon="check-circle" color="#00C9A7">
    Citation, policy, contract, and budget checks before shipping.
  </Card>

  <Card title="GitHub Integration (Beta)" icon="check-circle" color="#00C9A7">
    OAuth, repository access, PR creation, issue comments, and agent-authored
    commits behind approval checkpoints.
  </Card>
</CardGroup>

### Q3–Q4 2025

<CardGroup cols={2}>
  <Card title="Entity System & IWMT" icon="check-circle" color="#00C9A7">
    Unified entity CRUD, lifecycle actions, batch operations. Initiative →
    Workstream → Milestone → Task hierarchy with auto-continue cascade.
  </Card>

  <Card title="Intelligence Flywheel" icon="check-circle" color="#00C9A7">
    Value ledger with ROI receipts, per-capability trust levels, budget-bounded
    autonomous sessions, and org-wide learning propagation.
  </Card>

  <Card title="Connection State Machine" icon="check-circle" color="#00C9A7">
    Unified connection health monitoring across MCP, Linear, and GitHub
    integrations.
  </Card>

  <Card title="Eval Framework" icon="check-circle" color="#00C9A7">
    Agent execution SLO monitoring, artifact evaluation scoring, and CI test
    harness.
  </Card>
</CardGroup>

### Q1 2026

<CardGroup cols={2}>
  <Card title="OpenClaw Plugin" icon="check-circle" color="#00C9A7">
    60-second browser pairing, plugin-scoped API keys, manual-key fallback, live
    OrgX dashboard embedded in OpenClaw.
  </Card>

  <Card title="Mission Control" icon="check-circle" color="#00C9A7">
    Slices Plane with resizable IWMT hierarchy columns, Next Up scored queue,
    workspace-scoped live dashboard, and segment queue routing.
  </Card>

  <Card title="Decision Intelligence v2" icon="check-circle" color="#00C9A7">
    Priority scoring with goal/playbook/learning context, configurable scoring
    weights, pin/skip queue controls.
  </Card>

  <Card title="Red-Dot Control Plane" icon="check-circle" color="#00C9A7">
    Internal health indicators surfacing blocked work, stale initiatives, and
    pending decisions via proactive sentinels.
  </Card>

  <Card title="MCP Widget Apps" icon="check-circle" color="#00C9A7">
    Branded widget iframes with tool annotations, inline JS rendering, and MCP
    Apps-compatible clients, including ChatGPT where remote connector support is
    available.
  </Card>

  <Card title="Shared Domain Contracts" icon="check-circle" color="#00C9A7">
    Unified type system across mission control, dashboard, and agent runtime.
    Removed raw enum drift.
  </Card>

  <Card title="Inngest Scaling" icon="check-circle" color="#00C9A7">
    Batched artifact evals, step-isolated scans, bounded checkpoints, and
    sentinel timeout hardening for the Hetzner-hosted runtime path.
  </Card>

  <Card title="Per-Plan MCP Limits" icon="check-circle" color="#00C9A7">
    Usage metering per pricing plan with current-usage surfacing in MCP
    responses.
  </Card>
</CardGroup>

***

## In Progress 🚧

### Slack Integration

**Target**: Q2 2026

Full Slack integration with OAuth:

* Blocker detection in channels
* Decision notifications with approve/reject buttons
* Thread-native agent conversations
* Auto-escalation of stale threads

### Agent Ops Documentation

**Target**: Q2 2026

Comprehensive agent-facing documentation:

* Tool catalog auto-generated from source, including Tier-0 memory routing tools
* Agent quickstart, recipes, and failure playbooks
* Tool profiles for token-efficient connections
* CI-enforced deprecated-tool scanner and catalog staleness checks

### Proactive Sentinel Expansion

**Target**: Q2 2026

Extending the sentinel system beyond current stale-initiative, pending-decision, and blocked-workstream detection:

* Budget burn-rate sentinel
* Cross-initiative dependency conflict detection
* Agent performance degradation alerts

### ChatGPT Remote MCP

**Status**: Preview / availability-dependent

Remote MCP connector support for ChatGPT accounts and workspaces where custom
connectors or Developer Mode are available:

* Pending-decision review and approval workflows
* Organizational memory search
* Agent status and initiative pulse widgets
* Task delegation through authenticated OrgX MCP tools

***

## Planned 📋

### Q2 2026

<Tabs>
  <Tab title="Integrations">
    | Integration              | Scope                                                           |
    | ------------------------ | --------------------------------------------------------------- |
    | **Notion**               | Database sync, brief exports, bi-directional page linking       |
    | **HubSpot**              | Deal updates, contact sync, pipeline-to-workstream mapping      |
    | **Figma**                | Frame exports, design feedback, design-token extraction         |
    | **Deployment providers** | Deploy evidence, preview links, and deployment-gated milestones |
  </Tab>

  {' '}

  <Tab title="Platform">
    \| Feature | Description | | ------- | ----------- | | **Workstream Templates**
    \| Pre-built IWMT patterns for common workflows (launch, migration, audit) | |
    **Agent Training** | Per-agent custom instructions and domain knowledge
    injection | | **Batch Approvals** | Multi-decision workflows with grouped
    context | | **Mobile Web** | Responsive Mission Control and decision
    experience |
  </Tab>

  <Tab title="Enterprise">
    | Feature                | Description                                                      |
    | ---------------------- | ---------------------------------------------------------------- |
    | **SSO/SAML**           | Enterprise identity providers (Okta, Azure AD, Google Workspace) |
    | **Audit Export**       | Compliance-ready logs with full agent reasoning chains           |
    | **Role Customization** | Custom permission sets and per-workspace autonomy levels         |
    | **SLA Commitments**    | Uptime guarantees and priority support                           |
  </Tab>
</Tabs>

### Q3 2026

* **Skill Packs**: Downloadable agent capabilities — domain-specific tool bundles (legal review, compliance audit, technical writing)
* **Webhooks v2**: Configurable event subscriptions with filtering, retry, and dead-letter queues
* **Analytics Dashboard**: Agent performance metrics, cost attribution, trust progression, and flywheel health
* **API v2**: Versioned, stable public REST API alongside MCP

### Q4 2026

* **Multi-workspace**: Team-level isolation with cross-workspace initiative visibility
* **On-prem MCP**: Self-hosted MCP server option for regulated industries
* **SOC 2 Type II**: Compliance certification with automated evidence collection
* **Native Mobile**: iOS and Android apps for decision triage on the go

***

## Feature Requests

We prioritize based on customer feedback. Request features via:

<CardGroup cols={2}>
  <Card title="Email" icon="envelope" href="mailto:hello@useorgx.com">
    Direct feedback to our team.
  </Card>

  <Card title="GitHub Issues" icon="github" href="https://github.com/useorgx/orgx-mcp/issues">
    Report MCP, docs, or integration issues.
  </Card>
</CardGroup>

***

## Versioning

### Semantic Versioning

OrgX follows semantic versioning for APIs:

* **Major** (1.0 → 2.0): Breaking changes
* **Minor** (1.1 → 1.2): New features, backwards compatible
* **Patch** (1.1.1 → 1.1.2): Bug fixes

### Deprecation Policy

* **6 months notice** for breaking API changes
* **3 months notice** for feature removal
* Deprecation warnings in responses and docs

### Current Versions

| Component          | Version | Status                           |
| ------------------ | ------- | -------------------------------- |
| Web App            | 1.0.x   | GA                               |
| MCP Server         | 1.0.4   | GA                               |
| ChatGPT Remote MCP | 1.1     | Preview / availability-dependent |
| OpenClaw Plugin    | 1.0.x   | GA                               |
| REST API           | v1      | Internal / limited availability  |

***

## Stay Updated

<CardGroup cols={2}>
  <Card title="Changelog" icon="clock-rotate-left" href="https://useorgx.com/changelog">
    Detailed release notes.
  </Card>

  <Card title="Newsletter" icon="newspaper" href="https://useorgx.com/newsletter">
    Monthly product updates.
  </Card>
</CardGroup>
