v3.0 Ideas: Workflow Packs, Optional Agent Packs, and Agent Catalog
This is a collection issue for possible v3.0 ideas around advanced/custom agent workflows.
People are starting to build useful setups on top of the default agents, for example:
- review panels with multiple reviewers
- fixer → reviewer → fixer loops
- cheap/local model review teams
- janitor agents for dead code, cleanup, and duplication checks
- documentation agents
- final expensive-model review gates
- custom orchestration rules around when agents should run
I do not want to keep adding more default agents, because that can make the core setup confusing and overwhelming.
Instead, I want to collect ideas around a possible future system for:
- Workflow Packs
- Optional Agent Packs
- Agent Catalog
- or a similar concept
The goal of this issue is not to decide the final implementation yet.
For now, this issue is mainly for collecting examples and feedback.
What to share
If you have a custom workflow, agent setup, or orchestration pattern, please share:
- What custom agents or workflows are you using?
- What problem does it solve?
- When should it run?
- Which agents/models are involved?
- Is it something others might want to reuse?
- Should it be optional, built-in, community-maintained, or something else?
Example format
### Workflow name
Review Panel
### What it does
Runs multiple reviewers in parallel after implementation.
### When it runs
After each fixer phase, before moving to the next phase.
### Agents/models used
- Reviewer 1: cheap fast model
- Reviewer 2: stronger reasoning model
- Reviewer 3: local model
- Oracle: final review only
### Why it is useful
Allows cheaper implementation models to be used safely by adding review gates.
### Notes / desired behavior
Aggregate reviewer findings, send actionable issues back to fixer, repeat until pass.Early categories
Some possible categories:
- Review workflows
- Cleanup / janitor workflows
- Documentation workflows
- Testing workflows
- Planning workflows
- Release workflows
- Local-model workflows
- Cheap-model workflows
- Multi-model review workflows
Later
Once enough examples are collected, we can decide whether this should become:
- built-in workflow packs
- optional agent packs
- an agent/workflow catalog
- installable community packs
- config recipes
- skills
- plugins
- something else
For now, please use this issue to share workflows, custom agents, and setups that you think could help shape a future v3.0 system.
Source: alvinunreal/oh-my-opencode-slim