allye-opencode
v1.7.1
Published
Allye multi-agent plugin for OpenCode — planning, building, reviewing, and delivering with structured workflows
Maintainers
Readme
allye-opencode
An OpenCode plugin that registers 6 specialized Allye agents for the guided delivery workflow:
- Allye — Router — initializes context, detects the workflow phase, and delegates to the agent below
- Allye Plan — product planning (epics/features/stories) and technical planning (discussion phase, trade-offs, tasks)
- Allye Orchestrator — coordinates delivery of an already-planned feature: assigns work, tracks status, drives review
- Allye Build — TDD implementation of tasks
- Allye Review — code review with full context
- Allye Deliver — finalizes delivery, closes stories, updates docs
It also injects live Allye account/session context into every conversation via a system-prompt transform hook.
Installation
This package is not typically installed standalone. It's installed automatically as part of the main allye-plugin install flow (install.sh), which detects OpenCode and adds allye-opencode to the plugin array in your opencode.json alongside the Allye MCP server configuration.
If you do need to add it manually, add it to the plugin array in your OpenCode config:
{
"plugin": ["allye-opencode"]
}Documentation
For full workflow documentation — the guided delivery methodology, the phase skills, and the handover protocol this plugin implements — see the main repo: github.com/allye-app/allye-plugin.
