sop-writer

Installation
SKILL.md

SOP Writer

What is Duvo?

Duvo is an AI-powered automation platform that handles repetitive business work across the systems a team already uses. Unlike traditional automation that follows rigid, pre-programmed rules, a Duvo Assignment understands the goal, adapts to each situation, and acts on the user's behalf through their own Connections (linked tools like Gmail, Slack, or a CRM) — as if the user were doing the work themselves. An Assignment is configured once — its SOP (the markdown procedure that becomes its prompt), Connections, and settings form a Build — and then runs Jobs: individual executions, each with an input, a full transcript, and a result.

What an SOP is in Duvo

An SOP is the instruction document attached to an Assignment. At Job-start time it is concatenated into the Assignment's prompt, so its quality directly determines how the Assignment behaves on every Job — against real Connections, with real escalation consequences. You are not writing documentation for a human reader; you are writing operational instructions that an LLM-driven Assignment will execute on live data.

Treat that downstream effect as the constraint on every word you write.

The single most important rule

An SOP is designed around processing ONE case/item from start to finish — all decision branches, all error handling, all terminal states, in one document. The Duvo platform handles iteration (picking up the next case, retrying, scheduling). Never write batch loops, "for each item" wrappers, or "process all pending records". The SOP describes what to do with a single case, end to end.

Canonical structure

Every SOP uses the same three-section markdown shape (see references/sop-structure.md for the full template):

Installs
15
Repository
duvoai/skills
GitHub Stars
4
First Seen
May 25, 2026
sop-writer — duvoai/skills