GoYoke
Description
goYoke - Multi-agent orchestration framework for Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
goYoke
[](https://github.com/Bucket-Chemist/goYoke/actions/workflows/build-test.yml) [](https://go.dev/) [](LICENSE) []()
**Plan first. Route deliberately. Ship reviewed code.**
goYoke is a single Go binary that wraps Claude Code with runtime enforcement, typed agent contracts, multi-agent workflows, and a terminal UI for tracking sessions, dispatch, progress, and cost.
It is built for people who use AI coding tools for real software work and want less chat drift, fewer unreviewed one-shot changes, and clearer evidence that work was planned, delegated, checked, and completed. That premise lines up with recent findings that experienced developers value agents as productivity tools, but retain control over design and implementation because software quality still matters [1].
Built for Claude Code at launch. Multi-provider support is planned.
Why goYoke?
Claude Code is powerful, but raw chat workflows are easy to misuse:
- exploratory work turns into implementation before the scope is known
- expensive frontier models get used for simple search or boilerplate
- reviewers produce prose that is hard to compare between runs
- long sessions accumulate context noise and hidden assumptions
- handoffs between "planner", "reviewer", and "worker" roles are informal
goYoke puts a structured harness around that work. It encourages a scout -> plan -> review -> implement loop, routes tasks to appropriate model tiers, and uses JSON-schema-validated contracts so agents produce comparable outputs instead of freeform theatre. This follows the same basic architectural direction as production agent guidance: prefer simple, composable workflows
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11