Skip to main content

Overview

A curated collection of 16 components that work together as a complete AI development harness. Installing kdco/workspace gives you specialist agents, planning tools, code review workflows, notifications, and worktree isolation.

Quick Start

# Install via profile for complete, isolated configuration
ocx profile add ws --source kit/ws --from https://ocx-kit.kdco.dev --global
ocx oc -p ws
Or install directly into a project:
ocx add kdco/workspace --from https://registry.kdco.dev
See the KDCO Workspace Guide for full installation and customization.

Architecture

┌──────────────────────────────────────────────────────────────────┐
│                          ORCHESTRATORS                           │
│            ┌──────┐                    ┌───────┐                 │
│            │ plan │                    │ build │                 │
│            └──┬───┘                    └───┬───┘                 │
└───────────────┼────────────────────────────┼─────────────────────┘
                │                            │
        ┌───────┴───────┐            ┌───────┴───────┐
        ▼       ▼       ▼            ▼       ▼       ▼
┌──────────────────────────────────────────────────────────────────┐
│                           SPECIALISTS                            │
│  ┌─────────┐ ┌────────────┐ ┌───────┐ ┌────────┐ ┌──────────┐    │
│  │ explore │ │ researcher │ │ coder │ │ scribe │ │ reviewer │    │
│  └─────────┘ └────────────┘ └───────┘ └────────┘ └──────────┘    │
└──────────────────────────────────────────────────────────────────┘
RoleAgents
Orchestratorsplan, build
Specialistsexplore, researcher, coder, scribe, reviewer

Components

CategoryComponentDescription
Pluginworkspace-pluginPlan management, agent rule injection
Pluginbackground-agentsAsync delegation system
PluginnotifyOS notifications on completion
PluginworktreeGit worktree isolation
Plugin@tarquinen/opencode-dcpDifferential context protocol
Plugin@franlol/opencode-md-table-formatterMarkdown table formatting
Skillplan-protocolImplementation planning guidelines
Skillcode-reviewReview methodology + severity classification
Skillcode-philosophyInternal logic philosophy (5 Laws)
Skillfrontend-philosophyVisual/UI philosophy (5 Pillars)
AgentresearcherExternal research (MCP tools, read-only)
AgentcoderImplementation (full file + bash)
AgentscribeDocumentation (write, no bash)
AgentreviewerCode review (read-only + git)
Commandreview/review slash command
MCPcontext7, exa, gh_grepLibrary docs, web search, GitHub code search

Permissions

The bundle configures security boundaries:
ScopeSetting
Globalwebfetch: deny — no direct web fetching
planRead-only orchestrator, delegates via task tool
buildRead-only orchestrator, delegates via task tool
exploreRead-only specialist, filesystem + git inspection only
researcherRead-only, MCP tools only (Context7, Exa, GitHub Grep)
coderFull file + bash access
scribeFile write only, no bash
reviewerRead-only + git inspection

See Also