Overview
Thews profile provides a complete multi-agent orchestration harness for KDCO Workspace. By default, it ships with OpenCode Zen free-plan models (Big Pickle and GPT-5 Nano), and you can optionally customize it with premium model providers.
Installation
Default Model Assignments (OpenCode Zen free plan)
These are the out-of-the-boxws defaults.
| Agent | Model | Role |
|---|---|---|
plan | Big Pickle | Planning orchestrator |
build | Big Pickle | Build orchestrator |
coder | Big Pickle | Implementation |
explore | GPT-5 Nano | Codebase search |
researcher | GPT-5 Nano | External research |
scribe | GPT-5 Nano | Documentation |
reviewer | GPT-5 Nano | Code review |
Recommended Models
Use these when customizing with premium/custom providers (separate from the free-plan defaults above).| Role | Recommended | Why |
|---|---|---|
Orchestrators (plan, build) | GPT-5.4 or Claude Opus 4.6 | Heavy reasoning and long-horizon planning. |
Implementation (coder) | GPT-5.3 Codex or Claude Sonnet 4.6 | Strong agentic coding for complex implementation work. |
Specialists (explore, researcher, scribe) | Kimi K2.5 | Accurate, low hallucination, and usually cheaper/faster. |
Review (reviewer) | GPT-5.4 or Claude Opus 4.6 | Code review is high-stakes; use a very smart model to catch bugs and edge cases. |
Customize
After installing, tune model choices in your local profile config:opencode.jsonc instead.
See Also
- KDCO Workspace Guide — Full installation walkthrough.
- Workspace Integration — Architecture and component details.
- Profiles Overview — Profile concepts and configuration.