Bundled multi-agent orchestration harness for OpenCode. One install, complete control.
585
stars
38
commits
TypeScript
primary language
Aug 18, 2026
updated
Bundled multi-agent orchestration harness for OpenCode. One install, complete control.
# One-time setup
ocx init --global
# Install the KDCO workspace profile (OpenCode Free Models Only)
ocx profile add ws --source tweak/p-1vp4xoqv --from https://tweakoc.com/r --global
# Launch
ocx oc -p ws
Need a custom profile? Open the KDCO Workspace harness in TweakOC: https://tweakoc.com/h/kdco-workspace
See the full installation guide for more customization options.
A bundle — a curated collection of 16 components that work together as a complete AI development harness. Installing kdco/workspace gives you:
┌──────────────────────────────────────────────────────────┐
│ ORCHESTRATORS │
│ ┌──────┐ ┌───────┐ │
│ │ plan │ │ build │ │
│ └──┬───┘ └───┬───┘ │
└────────────┼────────────────────────────┼────────────────┘
│ │
┌───────┴───────┐ ┌───────┴───────┐
▼ ▼ ▼ ▼ ▼ ▼
┌─────────────────────────────────────────────────────────┐
│ SPECIALISTS │
│ ┌─────────┐ ┌────────────┐ ┌───────┐ ┌──────┐ ┌──────┐ │
│ │ explore │ │ researcher │ │ coder │ │scribe│ │review│ │
│ └─────────┘ └────────────┘ └───────┘ └──────┘ └──────┘ │
└─────────────────────────────────────────────────────────┘
| Role | Agents |
|---|---|
| Orchestrators | plan, build |
| Specialists | explore, researcher, coder, scribe, reviewer |
| Category | Component | Description |
|---|---|---|
| Plugin | workspace-plugin | Plan management, agent rule injection |
| Plugin | background-agents | Async delegation system |
| Plugin | notify | OS notifications on completion |
| Plugin | worktree | Git worktree isolation |
| Plugin | @tarquinen/opencode-dcp | Differential context protocol |
| Plugin | @franlol/opencode-md-table-formatter | Markdown table formatting |
| Skill | plan-protocol | Implementation planning guidelines |
| Skill | code-review | Review methodology + severity classification |
| Skill | code-philosophy | Internal logic philosophy (5 Laws) |
| Skill | frontend-philosophy | Visual/UI philosophy (5 Pillars) |
| Agent | researcher | External research (MCP tools, read-only) |
| Agent | coder | Implementation (full file + bash) |
| Agent | scribe | Documentation (write, no bash) |
| Agent | reviewer | Code review (read-only + git) |
| Command | review | /review slash command |
| Bundle | philosophy | Code + frontend philosophy skills |
| MCP | context7 | Library documentation lookup |
| MCP | exa | Web search for external research |
| MCP | gh_grep | GitHub code search |
The bundle configures security boundaries:
| Scope | Setting |
|---|---|
| Global | webfetch: deny — no direct web fetching |
| plan | Read-only orchestrator, delegates via task tool |
| build | Read-only orchestrator, delegates via task tool |
| explore | Read-only specialist, filesystem + git inspection only |
| researcher | Read-only, MCP tools only (Context7, Exa, GitHub Grep) |
| coder | Full file + bash access |
| scribe | File write only, no bash |
| reviewer | Read-only + git inspection |
ocx add kdco/workspace --from https://registry.kdco.dev
If you don't have OCX installed, install it from the OCX repository.
Every file in this bundle is synced to this repository. Fork it, modify the agents, tune the skills, make it yours. That's the point of OCX.
This facade is maintained from the main OCX monorepo.
If you want to update opencode-workspace itself, start here:
https://github.com/kdcokenny/ocx/blob/main/workers/kdco-registry/files/plugins/workspace-plugin.ts
https://github.com/kdcokenny/ocx/tree/main/workers/kdco-registry/files
Open issues here: https://github.com/kdcokenny/ocx/issues/new
Open pull requests here: https://github.com/kdcokenny/ocx/compare
Please do not open issues or PRs in this facade repository.
This project is not built by the OpenCode team and is not affiliated with OpenCode in any way.
MIT
38 commits
TypeScript
100.0%
Bundled multi-agent orchestration harness for OpenCode. One install, complete control.
585
stars
38
commits
TypeScript
primary language
Aug 18, 2026
updated
Bundled multi-agent orchestration harness for OpenCode. One install, complete control.
# One-time setup
ocx init --global
# Install the KDCO workspace profile (OpenCode Free Models Only)
ocx profile add ws --source tweak/p-1vp4xoqv --from https://tweakoc.com/r --global
# Launch
ocx oc -p ws
Need a custom profile? Open the KDCO Workspace harness in TweakOC: https://tweakoc.com/h/kdco-workspace
See the full installation guide for more customization options.
A bundle — a curated collection of 16 components that work together as a complete AI development harness. Installing kdco/workspace gives you:
┌──────────────────────────────────────────────────────────┐
│ ORCHESTRATORS │
│ ┌──────┐ ┌───────┐ │
│ │ plan │ │ build │ │
│ └──┬───┘ └───┬───┘ │
└────────────┼────────────────────────────┼────────────────┘
│ │
┌───────┴───────┐ ┌───────┴───────┐
▼ ▼ ▼ ▼ ▼ ▼
┌─────────────────────────────────────────────────────────┐
│ SPECIALISTS │
│ ┌─────────┐ ┌────────────┐ ┌───────┐ ┌──────┐ ┌──────┐ │
│ │ explore │ │ researcher │ │ coder │ │scribe│ │review│ │
│ └─────────┘ └────────────┘ └───────┘ └──────┘ └──────┘ │
└─────────────────────────────────────────────────────────┘
| Role | Agents |
|---|---|
| Orchestrators | plan, build |
| Specialists | explore, researcher, coder, scribe, reviewer |
| Category | Component | Description |
|---|---|---|
| Plugin | workspace-plugin | Plan management, agent rule injection |
| Plugin | background-agents | Async delegation system |
| Plugin | notify | OS notifications on completion |
| Plugin | worktree | Git worktree isolation |
| Plugin | @tarquinen/opencode-dcp | Differential context protocol |
| Plugin | @franlol/opencode-md-table-formatter | Markdown table formatting |
| Skill | plan-protocol | Implementation planning guidelines |
| Skill | code-review | Review methodology + severity classification |
| Skill | code-philosophy | Internal logic philosophy (5 Laws) |
| Skill | frontend-philosophy | Visual/UI philosophy (5 Pillars) |
| Agent | researcher | External research (MCP tools, read-only) |
| Agent | coder | Implementation (full file + bash) |
| Agent | scribe | Documentation (write, no bash) |
| Agent | reviewer | Code review (read-only + git) |
| Command | review | /review slash command |
| Bundle | philosophy | Code + frontend philosophy skills |
| MCP | context7 | Library documentation lookup |
| MCP | exa | Web search for external research |
| MCP | gh_grep | GitHub code search |
The bundle configures security boundaries:
| Scope | Setting |
|---|---|
| Global | webfetch: deny — no direct web fetching |
| plan | Read-only orchestrator, delegates via task tool |
| build | Read-only orchestrator, delegates via task tool |
| explore | Read-only specialist, filesystem + git inspection only |
| researcher | Read-only, MCP tools only (Context7, Exa, GitHub Grep) |
| coder | Full file + bash access |
| scribe | File write only, no bash |
| reviewer | Read-only + git inspection |
ocx add kdco/workspace --from https://registry.kdco.dev
If you don't have OCX installed, install it from the OCX repository.
Every file in this bundle is synced to this repository. Fork it, modify the agents, tune the skills, make it yours. That's the point of OCX.
This facade is maintained from the main OCX monorepo.
If you want to update opencode-workspace itself, start here:
https://github.com/kdcokenny/ocx/blob/main/workers/kdco-registry/files/plugins/workspace-plugin.ts
https://github.com/kdcokenny/ocx/tree/main/workers/kdco-registry/files
Open issues here: https://github.com/kdcokenny/ocx/issues/new
Open pull requests here: https://github.com/kdcokenny/ocx/compare
Please do not open issues or PRs in this facade repository.
This project is not built by the OpenCode team and is not affiliated with OpenCode in any way.
MIT
38 commits
TypeScript
100.0%