Skip to main content

Overview

The ws profile provides a complete multi-agent orchestration harness using free OpenCode Zen models. It bundles all KDCO Workspace components into a single, portable profile.

Installation

ocx profile add ws --source kit/ws --from https://ocx-kit.kdco.dev --global
ocx oc -p ws

Model Assignments

AgentModelRole
planBig PicklePlanning orchestrator
buildBig PickleBuild orchestrator
coderBig PickleImplementation
exploreGPT-5 NanoCodebase search
researcherGPT-5 NanoExternal research
scribeGPT-5 NanoDocumentation
reviewerGPT-5 NanoCode review
When customizing with your own providers:
RoleRecommendedWhy
Orchestrators (plan, build)Claude Opus 4.5Heavy reasoning for planning
Implementation (coder)Claude Opus 4.5Precision, complex tasks
Specialists (explore, researcher, scribe)Claude Sonnet 4.5Fast, capable
Review (reviewer)GPT 5.2Deterministic analysis

Customize

Edit your profile’s config:
$EDITOR ~/.config/opencode/profiles/ws/opencode.jsonc

See Also