SOP Build

COO-style interview that turns a messy process into a delegate-ready SOP with automation flags.

Works with setup

Test report

Verdict
Works with setup
Score
8.4/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · d61f760

Fed it a real client-onboarding process for a small agency: its sop-anatomy framework caught the vague step 'set up ad accounts and brand assets' and forced it into named, checkable sub-actions with an inline automation callout, versus the baseline SOP which just repeated the vague instruction as a single bullet.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 4/5

What SOP Build does

Runs a 10-phase guided interview (or ingests a screen-recording transcript or draft) to produce a structured SOP, pushing back on vague steps and flagging automation candidates along the way. Triggers on requests to write, document, or audit a process for delegation, onboarding, or VA handoff; the finished SOP is filed under a SOPs/ folder using a fixed anatomy template.

How to install SOP Build

git clone https://github.com/charlesdove977/procedure-ops
cd procedure-ops
mkdir -p ~/.claude/skills
cp -r skill ~/.claude/skills/sop-build

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger SOP Build

  • /sop-build COO-style interview that turns a messy process into a delegate-ready SOP with automation flags.

It also activates on plain-language prompts like these:

  • Write an SOP for our client onboarding process
  • I keep redoing this same process manually, help me document it
  • Make an onboarding doc for a new hire covering our support workflow

Frequently asked questions

Is the SOP Build skill free?
Yes. The skill itself is free from charlesdove977/procedure-ops. SkillProof publishes the install command and an independent test verdict at no cost.
Does SOP Build work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Fed it a real client-onboarding process for a small agency: its sop-anatomy framework caught the vague step 'set up ad accounts and brand assets' and forced it into named, checkable sub-actions with an inline automation callout, versus the baseline SOP which just repeated the vague instruction as a single bullet.
What is the SOP Build SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
How do I install SOP Build?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use SOP Build with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.