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.
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "parallel-PRD",
|
|
"description": "Parallel PRD planning and Best-of-N synthesis pack.",
|
|
"items": [
|
|
{
|
|
"name": "parallel-prd-orchestrator",
|
|
"description": "Orchestrates parallel PRD planners.",
|
|
"type": "agent",
|
|
"path": ".opencode/agent/parallel-prd-orchestrator.md",
|
|
"target": "agent/parallel-prd-orchestrator.md"
|
|
},
|
|
{
|
|
"name": "glm-planner",
|
|
"description": "GLM-based PRD planner subagent example.",
|
|
"type": "agent",
|
|
"path": ".opencode/agent/glm-planner.md",
|
|
"target": "agent/glm-planner.md"
|
|
},
|
|
{
|
|
"name": "TEMPLATE-planner",
|
|
"description": "Standard PRD planner template agent. Copy, rename, set your own model",
|
|
"type": "agent",
|
|
"path": ".opencode/agent/TEMPLATE-planner.md",
|
|
"target": "agent/TEMPLATE-planner.md"
|
|
},
|
|
{
|
|
"name": "parallel-prd",
|
|
"description": "Generate parallel PRD architecture views.",
|
|
"type": "command",
|
|
"path": ".opencode/command/parallel-prd.md",
|
|
"target": "command/parallel-prd.md"
|
|
},
|
|
{
|
|
"name": "prd-authoring",
|
|
"description": "Skill for drafting technical PRDs.",
|
|
"type": "skill",
|
|
"path": ".opencode/skill/prd-authoring",
|
|
"target": "skill/prd-authoring"
|
|
}
|
|
]
|
|
}
|