How it connects
Work moves left to right
Something comes in, something thinks about it, something runs, something is shown, and some of it reaches other people. Every box is a feature page, and every line is a thing one feature does for another. Hover a box to isolate it.
60 features, 100 connections, generated from the same file that writes the “Connects to” block on every feature page, so the two cannot drift apart.
Input
What comes in: your apps, your files, your voice, your screen.
App Connectors
- App Connectors feeds AI Chat & Modes: Turn one on with your own account and the assistant works inside that app.
- App Connectors triggers Dynamic Workflows: An inbound message or a poll on a connected app starts a run.
- App Connectors runs inside Dynamic Workflows: A Tool step calls a connector directly, spending zero AI tokens.
- App Connectors feeds Dashboards: A widget's data can come from a connector tool call, refreshed on a timer.
- App Connectors is packaged by Personas: A persona seeds the connectors its role needs and asks you to sign in during install.
- App Connectors is packaged by Move to Another Machine: Connectors travel to a new machine with the credentials they use.
- App Connectors requires GitHub Auto-Review: It needs GitHub signed in to read issues and pull requests, and to post once you approve.
API Connections
- API Connections feeds AI Chat & Modes: Import an OpenAPI spec or a Postman collection and every endpoint becomes a tool the assistant can call.
- API Connections runs inside Dynamic Workflows: A Tool step calls any endpoint you imported.
- API Connections feeds Dashboards: Any imported endpoint can be a widget source.
- API Connections is packaged by Personas: Bundle a connection into a persona so it arrives pre-configured.
- API Connections is distributed by Unified Marketplace: Share a connection through the marketplace.
Data Sources
- Data Sources feeds AI Chat & Modes: A built-in tool reads a source from any prompt, and you can @-mention a source or exact rows.
- Data Sources feeds Dynamic Workflows: Give a workflow a Data source input and the loop step walks its rows.
- Data Sources feeds Dashboards: Bind a widget to a source and a field, with no JSON.
- Data Sources is packaged by Personas: A persona can bundle a dataset that seeds into your Data Sources on install.
Document Reader
- Document Reader feeds AI Chat & Modes: A Word doc, spreadsheet, deck, PDF, EPUB or Outlook email arrives as Markdown you can ask about.
Embedded Browser
- Embedded Browser feeds AI Chat & Modes: Point at any element on your dev server and the selector, HTML, computed styles and a cropped shot land in the prompt.
Visual & Voice
- Visual & Voice feeds AI Chat & Modes: Speak instead of typing; local Whisper transcription becomes the message.
- Visual & Voice feeds Video Composition: Narration is spoken in whichever voice you set, including one cloned from your own recording.
- Visual & Voice feeds Music Generation: Clone your voice and ask for a song sung in it.
Shell Commands
- Shell Commands feeds AI Chat & Modes: A ! command's output renders as a terminal card, joins the session, and rides into context on your next message.
Reasoning
What thinks: modes, agents, skills, and the memory behind them.
AI Chat & Modes
- AI Chat & Modes renders into Dynamic UI Widgets: Structured answers render as cards, tables, timelines and forms instead of a wall of markdown.
- AI Chat & Modes renders into Telegram Bot: Every session is reachable from your phone.
- AI Chat & Modes renders into Slack Bot: DM the bot or @mention it in a channel.
- AI Chat & Modes triggers Dynamic Workflows: A finished reply or a tool call is an event a flow can watch for, matched on a phrase you choose.
- AI Chat & Modes authors Dynamic Workflows: Describe a flow in chat and the AI drafts it; it lands switched off, with a review link.
- AI Chat & Modes authors Dashboards: Draft a board in chat, then keep editing it by describing the change.
- AI Chat & Modes authors Skills & Tools: Author a skill from the conversation, through the plexon_skill tool.
- AI Chat & Modes authors 156 AI Agents: Author a sub-agent from the conversation, through the plexon_agent tool.
- AI Chat & Modes authors Personas: The persona wizard drafts the description and welcome prompts for you.
- AI Chat & Modes authors Customization: Describe a setting in your own words and it changes, behind a confirmation.
Plan Mode & Saved Plans
- Plan Mode & Saved Plans feeds AI Chat & Modes: Approve a plan and the same conversation switches to Code mode with its checklist loaded.
Spec-Driven Mode
- Spec-Driven Mode extends AI Chat & Modes: A sixth mode, driven by living markdown contracts a verifier checks at every step.
Multi-Agent Orchestrator
- Multi-Agent Orchestrator runs inside 156 AI Agents: The Orchestrator splits a task into subtasks and hands each to a specialist.
156 AI Agents
- 156 AI Agents runs inside Schedule: Cron for Agents: Any sub-agent can be put on a cron expression or a simple interval.
- 156 AI Agents runs inside Dynamic Workflows: An Agent step hands one step to a headless sub-agent.
- 156 AI Agents runs inside Richer Hook Events: An agent hook dispatches the event payload to a sub-agent.
- 156 AI Agents runs inside Team Coordination: A team is a persistent set of agents with mailboxes and shared memory.
- 156 AI Agents runs inside Parallel Agents Workspace: One prompt fans out across N agents in isolated git worktrees.
- 156 AI Agents is packaged by Personas: A persona pre-activates the agents its role needs.
- 156 AI Agents feeds Adaptive Routing: Which agents finish the job is the evidence routing learns from.
Team Coordination
Nothing downstream: it is where the work arrives.
Skills & Tools
- Skills & Tools feeds 156 AI Agents: An agent loads the skills carrying the standing knowledge for its domain.
- Skills & Tools is packaged by Personas: A persona seeds its own skills on install.
- Skills & Tools is distributed by Unified Marketplace: Skills install from any marketplace source, or from a dropped zip.
Self-Improving Skills
- Self-Improving Skills extends Skills & Tools: A curator agent saves new entries, refines existing ones and retires the stale, in that same library.
Quality Harness
- Quality Harness extends AI Chat & Modes: Turn it on and the model writes a spec before multi-step work and files a verdict after.
AutoDream Memory Consolidation
- AutoDream Memory Consolidation feeds Knowledge Graph: The consolidation pass records how your notes connect, and those connections are the graph.
- AutoDream Memory Consolidation feeds AI Chat & Modes: Rules distilled from your thumbs-down feedback are followed afterwards.
Knowledge Graph
- Knowledge Graph feeds AI Chat & Modes: Ask about a client and every fact comes back with the note and the line it was read from.
- Knowledge Graph feeds Command Palette: The people and facts in your knowledge map are searchable from the palette.
Adaptive Routing
- Adaptive Routing feeds Multi-Agent Orchestrator: A subtask that names no agent goes to the specialist that finished that kind of work before.
- Adaptive Routing feeds Prompt Suggestions: Which suggestions you take reorders the ones you are offered next.
Decision Tools
- Decision Tools feeds Dashboards: Bindable, so a board can carry a cash fan chart built on the runway model.
- Decision Tools runs inside Dynamic Workflows: Both the optimiser and the forecaster are bindable in a Tool step.
Graph-Aware Code Review
- Graph-Aware Code Review is packaged by Plugins: It ships as a bundled plugin.
Prompt Suggestions
Nothing downstream: it is where the work arrives.
Side Questions
- Side Questions extends AI Chat & Modes: Ask @btw about the conversation while the assistant keeps working; the answer never enters the session history.
Task Tracking
Nothing downstream: it is where the work arrives.
Action
What runs, on a clock or on an event, with or without you watching.
Schedule: Cron for Agents
- Schedule: Cron for Agents triggers Dynamic Workflows: A cron expression or a simple interval starts the flow.
- Schedule: Cron for Agents renders into Flows: A timer check puts a live card in the chat with its own pause and stop.
Richer Hook Events
- Richer Hook Events triggers Dynamic Workflows: A hook can pick a workflow as its action, borrowing the hook's matchers.
- Richer Hook Events is packaged by Personas: Personas bundle their own hooks, which activate with the persona.
Dynamic Workflows
- Dynamic Workflows renders into Dashboards: A widget bound to a workflow shows the output of its most recent run, so opening the board does not re-run anything.
- Dynamic Workflows renders into Flows: Repeating an action across many things shows as a counted card you can pause.
- Dynamic Workflows renders into Telegram Bot: A workflow can ping you where you already are.
- Dynamic Workflows renders into Slack Bot: A workflow can post to a channel.
- Dynamic Workflows is packaged by Personas: Attach a workflow to a persona and it arrives ready to review and enable.
- Dynamic Workflows is distributed by Unified Marketplace: Flows travel inside a linked, managed or protected marketplace bundle.
- Dynamic Workflows is packaged by Move to Another Machine: Workflows and dashboards travel with your setup.
- Dynamic Workflows triggers Publish Sites: A workflow can rebuild a site and publish it on a schedule, pausing for your approval first.
Flows
Nothing downstream: it is where the work arrives.
Parallel Agents Workspace
- Parallel Agents Workspace feeds Diff Review Queue: Every tile waiting on review lands in one cross-session panel.
Diff Review Queue
Nothing downstream: it is where the work arrives.
GitHub Auto-Review
Nothing downstream: it is where the work arrives.
Screenshot Cleanup
Nothing downstream: it is where the work arrives.
Surface
What you see, read, hear, or hand to someone else.
Dashboards
- Dashboards is packaged by Personas: A persona ships its board: the Trader Cockpit, the Founder Cockpit, Greek Tax & Compliance.
- Dashboards is distributed by Unified Marketplace: Boards travel inside a marketplace bundle.
Dynamic UI Widgets
Nothing downstream: it is where the work arrives.
Office Integration
- Office Integration feeds AI Chat & Modes: Read and edit a real .docx or .xlsx from the conversation, with tracked changes while Word is open.
Image Generation
- Image Generation feeds Video Generation: A still can be brought to life as a clip.
- Image Generation feeds Video Composition: Generated stills become scenes, given slow motion.
Video Generation
- Video Generation feeds Video Composition: A generated clip can itself become a scene in a longer piece.
Music Generation
- Music Generation feeds Video Composition: A generated track becomes the bed, ducked under the narration.
Video Composition
Nothing downstream: it is where the work arrives.
Command Palette
Nothing downstream: it is where the work arrives.
Pinned Messages
- Pinned Messages feeds Command Palette: Pins are one of the things the palette searches, across every project on the machine.
Design Extract
- Design Extract is packaged by Personas: Bundled into the Designer persona.
Cross-Chat Messaging
- Cross-Chat Messaging feeds Parallel Agents Workspace: Parallel work is where chats collide; messages and claims are how they stay out of each other’s way.
Distribution
How the work reaches other people and other machines.
Personas
- Personas runs inside Dynamic Workflows: A Persona step runs a whole persona, with its skills and connected tools.
- Personas is distributed by Unified Marketplace: Personas install from any marketplace source, including a company's own.
- Personas is packaged by Move to Another Machine: One encrypted file carries your personas to a new computer.
Plugins
- Plugins is distributed by Unified Marketplace: Install more plugins from GitHub through the same Browse dialog.
Unified Marketplace
Nothing downstream: it is where the work arrives.
Marketplace Developer Mode
- Marketplace Developer Mode authors Unified Marketplace: Build your own marketplace inside Plexon and publish it with one-click Sync.
Telegram Bot
Nothing downstream: it is where the work arrives.
Slack Bot
Nothing downstream: it is where the work arrives.
Session Sharing
Nothing downstream: it is where the work arrives.
Live Share (Premium)
- Live Share (Premium) extends Session Sharing: A .plexshare file is a finished session; Live Share is the running one.
Move to Another Machine
Nothing downstream: it is where the work arrives.
Publish Sites
Nothing downstream: it is where the work arrives.
Foundation
Underneath all of it: the model, the settings, the locks.
Plexon Provider
- Plexon Provider feeds AI Chat & Modes: One subscription covers text, images, video, voice and music, even inside a single prompt.
- Plexon Provider feeds Image Generation: Images on both plans, with no keys to manage.
- Plexon Provider feeds Video Generation: Video on the Premium plan.
- Plexon Provider feeds Music Generation: Music on the Premium plan.
Custom Providers
- Custom Providers feeds AI Chat & Modes: Point Plexon at any OpenAI- or Anthropic-compatible endpoint, including a local model.
Fireworks AI
- Fireworks AI feeds AI Chat & Modes: Open-weight models over the Anthropic Messages protocol, so cached prompts and tool calls arrive intact.
Customization
- Customization feeds Visual & Voice: The engine and the voice every spoken reply uses are set here.
- Customization feeds Command Palette: Describe a setting in your own words and the palette lands you on the exact control.
Session Lock & App Lock (Premium)
- Session Lock & App Lock (Premium) extends AI Chat & Modes: The same conversation, encrypted under a passcode only you hold.
Migrate from Claude Code
- Migrate from Claude Code feeds 156 AI Agents: Your Claude Code agents arrive labelled and filterable.
- Migrate from Claude Code feeds Plan Mode & Saved Plans: Plans land in the project each was written for and keep their approved or draft status.
- Migrate from Claude Code feeds Richer Hook Events: Your hooks come across with everything else.
Developer Tools
- Developer Tools feeds Publish Sites: The Source Control panel is where a site is set up and published.
- Developer Tools feeds Shell Commands: Source control, hooks and prompt engineering sit in the same workflow as the terminal.
Plexon draws your own notes the same way. See the knowledge graph.