feat(oh-my-zcode-slim): add OMOS-style agent orchestration suite - #9
Open
MartijnDekkers wants to merge 1 commit into
Open
feat(oh-my-zcode-slim): add OMOS-style agent orchestration suite#9MartijnDekkers wants to merge 1 commit into
MartijnDekkers wants to merge 1 commit into
Conversation
7 specialist agents, 6 workflow skills, /deepwork and /reflect commands, an installable orchestrator doctrine, and per-machine council-seat and MCP wiring scripts. Ported from oh-my-opencode-slim (MIT, credited).
MartijnDekkers
requested review from
jacksonliuyn and
panda920
as code owners
September 10, 2026 10:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What user problem does this solve?
ZCode users who want the oh-my-opencode-slim orchestration pattern — specialist delegation with a routing table, background-task discipline, and a multi-model council — currently have to hand-build it. This plugin packages the port: 7 specialist agents, 6 workflow skills, 2 commands, an installable orchestrator doctrine, and scripts that configure council seats and MCP wiring per machine.
Visible behavior and how it was tested
After install +
install-doctrine.sh+ council-seat generation + session restart: the session agent routes work per the doctrine (recon →@explorer, bounded implementation →@coder, UI →@designer, escalation →@oracle);/deepworkand/reflectappear in the command menu; council questions dispatch every configuredcouncillor-*seat in parallel and thecouncilagent synthesizes a structured consensus report.Tested end-to-end on a real installation (ZCode desktop attached to a remote Linux host): full-roster spawn ping (all 7 agents), seat generation across three different model providers and a live multi-model council dispatch, skill routing, and MCP wiring via
enable-mcp.sh. Reproducible steps are the "Smoke tests" section of both READMEs.Version changes and marketplace registration
New plugin
oh-my-zcode-slimv0.2.0, registered inmarketplace.json(category:developer-tools) with bilingual descriptions matching the manifest. 0.2.0 matches the tagged release of the source repository.Dependencies, network requests, permissions, and side effects
librarianagent uses web search/fetch when dispatched. No API keys shipped or required.coder/designeragents within delegated scope;install-doctrine.sh→~/.zcode/AGENTS.md(with backup); scripts →~/.zcode/agents/(or project.zcode/agents/with--workspace);worktrees/clonedepsskills → project.slim/when invoked.git/sqlite3/jq.Licensing / provenance
Prompts, doctrine, and skills are adapted from oh-my-opencode-slim by @alvinunreal (MIT), credited in the READMEs;
LICENSEcarries the upstream notice plus this port's. ZCode-specific packaging, scripts, and porting notes are original to this plugin.Contribution checklist
developer-tools)validate.py,build_dist.py, andgit diff --checkpass