Files
OpenCode Agent d513808ac0 Implement pack registry system and management CLI
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.
2026-01-28 21:00:03 +00:00
..
2026-01-04 18:56:20 +00:00

Parallel PRD Generation Agents

Parallel PRD workflow: one command dispatches multiple planners and writes a final mashup PRD.

Contents

  • .opencode/command/parallel-prd.md orchestrator command
  • .opencode/agent/ planners plus parallel-prd-orchestrator.md and TEMPLATE-planner.md
  • .opencode/skill/prd-authoring/ PRD guidance and example
image

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>].md for each planner
  • /prd/[feat][final].md mashup PRD
  • Synthesis report printed to the terminal

Add a Custom Planner

  1. Copy TEMPLATE-planner.md into .opencode/agent/ with a new filename.
  2. Update the frontmatter model field (use precise output from opencode models).
  3. Replace YOUR-SUFFIX-HERE in the template (required_output + instructions section).
  4. Update .opencode/command/parallel-prd.md to include the new agent in dispatch + synthesis.

Included Planners

  • glm-planner using GLM 4.7 Z-AI coding plan.