SOP-Agent
Overview
SOP-Agent represents domain standard operating procedures as natural-language pseudocode and decision graphs that guide agent execution. It externalizes procedure in a form that is both human legible and machine traversable.
Why it matters
It matters because many real workflows already exist as SOPs. Encoding them explicitly lets agents inherit procedure rather than hallucinate it anew each morning.
Distinctive trait
Its distinctive trait is the bridge between human-authored SOP text and graph-like executable guidance. That makes it a useful halfway house between documentation and learned workflow.
Relationships
Read SOP-Agent with SOPBench, work-management-primitives, and context-engineering. It is also a useful entry point into the more ambitious workflow-evolution story in self-evolving-workflows.