opencode Agent Workflow Examples
opencode workflows can package repeatable coding tasks as agent configuration, command recipes, or repository instructions. The useful examples are not generic prompts; they describe inputs, tools, output format, and failure behavior.
Repository Signals
Look for opencode configuration files, AGENTS.md, command examples, test fixtures, and a license. A fresh personal repository can still be valuable if it has strong artifact evidence and clear usage examples.
Risk Review
Check whether the workflow reads secrets, writes files, runs shell commands, or calls external services. A local workflow should keep model and API keys on the user's machine and document every required permission.
Alternatives
For teams that need stronger auditability, convert a promising opencode workflow into a read-only review workflow before allowing automated edits or external writes.