mirror of
https://github.com/IgorWarzocha/Opencode-Workflows.git
synced 2026-09-14 16:22:53 +08:00
d513808ac0
Add registry.json manifests to agent packs and commands to support structured discovery. Include a CLI for project initialization, a registry generator script, and a plugin version locker. Add a new learn command for session documentation.
Parallel PRD Generation Agents
Parallel PRD workflow: one command dispatches multiple planners and writes a final mashup PRD.
Contents
.opencode/command/parallel-prd.mdorchestrator command.opencode/agent/planners plusparallel-prd-orchestrator.mdandTEMPLATE-planner.md.opencode/skill/prd-authoring/PRD guidance and example
Usage
Drop into your global ./config/opencode/ folder or your repository. Run opencode models to find precise identifiers for the template. Copy the template as many times as you want to create your parallel planners. Select the Orchestrator agent in Opencode and invoke /parallel-prd command. Watch it fly.
Outputs:
/prd/[feat][<suffix>].mdfor each planner/prd/[feat][final].mdmashup PRD- Synthesis report printed to the terminal
Add a Custom Planner
- Copy
TEMPLATE-planner.mdinto.opencode/agent/with a new filename. - Update the frontmatter
modelfield (use precise output fromopencode models). - Replace
YOUR-SUFFIX-HEREin the template (required_output + instructions section). - Update
.opencode/command/parallel-prd.mdto include the new agent in dispatch + synthesis.
Included Planners
glm-plannerusing GLM 4.7 Z-AI coding plan.