BACK_TO_FEEDAICRIER_2
opencode-sop-engine puts skills on rails
OPEN_SOURCE ↗
REDDIT · REDDIT// 23d agoOPENSOURCE RELEASE

opencode-sop-engine puts skills on rails

opencode-sop-engine is an OpenCode plugin that turns skill execution into a deterministic workflow with Flow DSL, FSM routing, and evidence-gated stage completion. It also prunes long chat history so multi-stage runs stay auditable instead of drifting into context soup.

// ANALYSIS

This feels like the right answer for teams that are tired of “best effort” agent behavior and want process they can actually enforce. Hard gating in `tool.execute.before` is stronger than prompt-only guardrails because invalid calls can be blocked before they happen. Requiring `submit_step_result` with real `evidence.callIds` makes “looks done” outputs much harder to fake. The history-pruning angle matters: long-context degradation is a real failure mode in agent workflows, especially after retries and detours. The tradeoff is operational overhead; somebody has to author and maintain the workflow profiles, so this is best for teams that already want standardized SOPs. The project reads more like agent governance infrastructure than a flashy end-user app, which is exactly why it may age well.

// TAGS
opencode-sop-engineagentautomationcliopen-sourcedevtool

DISCOVERED

23d ago

2026-03-19

PUBLISHED

23d ago

2026-03-19

RELEVANCE

8/ 10

AUTHOR

tomByrer