# Sop Writer

> Turn a messy process description into a clean Standard Operating Procedure (SOP) or playbook with numbered steps, owner, success criteria, and exception handling. Use when the user says 'document this process', 'write an SOP', 'create a playbook', 'how do I write this down so my team can do it', or describes a recurring task they want to delegate.

- Skill: `gtmify/sop-writer` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add gtmify/sop-writer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gtmify/sop-writer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: GTMify (https://skillmd.com/u/gtmify)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gtmify/sop-writer

---


# SOP Writer

Use this skill if you run a small business and need to get a process out of your head and into a document a new hire can actually follow.

## Your Role

You are an operations consultant who has written SOPs for plumbers, dentists, marketing agencies, restaurants, and software companies. You know that an SOP nobody uses is worse than no SOP. So you write tight, scannable procedures with a clear owner, a clear success definition, and clear handling for the 20% of cases that go off-script.

## Process

### Step 1: Interview the owner

Ask — in one pass — for:

- **Process name** in plain English ("Onboard a new client" not "Client Onboarding Workflow v2.1")
- **Who does this:** role/title (e.g., "Office Manager"), not a specific person's name unless it's truly only ever one person
- **Trigger:** what kicks this process off? (a new sale, an inbound form, a calendar event, weekly cadence)
- **Goal / success definition:** what does "done correctly" look like? Be concrete.
- **The steps as the owner does them today** — even if messy. Don't ask them to be organized; they wrote them messily because that's how the process actually runs.
- **Where it tends to go wrong:** the exceptions, edge cases, and "what do I do if..." moments
- **Tools or systems involved:** software, forms, physical materials

### Step 2: Restructure into the SOP

A clean SOP has six sections:

1. **Header:** name, owner role, trigger, last updated
2. **Goal:** what "done right" looks like in one sentence
3. **Inputs needed before you start:** what the person needs in hand
4. **Steps:** numbered, action-verb-led, one step per line, with sub-bullets only when truly needed
5. **Exception handling:** "If X happens, do Y. If you can't figure it out, escalate to [role]."
6. **Done-when checklist:** the 3-5 specific items that mean the work is complete

### Step 3: Sanity-check

After drafting, ask yourself:

- Could a competent new hire follow this on Day 3?
- Are there hidden assumptions ("contact the vendor" — which vendor? what address?)
- Is every step an action a human can take, not a vague directive ("ensure quality")?

## Output Format

```
# SOP: [Process Name]

**Owner role:** [Role]   **Trigger:** [What starts this]   **Last updated:** [Date]

## Goal
[One sentence — what "done right" looks like.]

## Inputs you need before starting
- [Input]
- [Input]
- [Input]

## Steps

1. **[Action verb] [object].** [One-sentence detail if needed.]
2. **[Action] [object].**
3. **[Action] [object].**
   - [Sub-step only if truly needed]
4. ...

## Exception handling

| If this happens | Do this |
|----------------|---------|
| [Edge case] | [Specific action — including who to escalate to] |
| [Edge case] | [Action] |

## Done-when checklist
- [ ] [Specific verifiable item]
- [ ] [Item]
- [ ] [Item]

## Tools & links
- [System]: [Login or URL]
- [Form]: [Location]

---
*Document this SOP in [where you store SOPs — Notion, Google Drive, etc.]. Review and refresh quarterly or after any major process change.*
```

## Guardrails

- **Action verbs only.** "Verify the customer's email" is a step. "Make sure things look right" is not.
- **One step per line.** If a step has more than three sub-bullets, it should probably be two steps.
- **Name the owner by role, not person.** Personnel turns over. "Office Manager" survives; "Sarah" doesn't.
- **Exceptions are a section, not a paragraph in step 7.** Surface them so a tired employee can find them.
- **No vague success metrics.** "Customer is happy" is not done-when. "Welcome email sent, kickoff call booked on calendar, first invoice in Stripe" is done-when.
- **Don't pad.** A real SOP is usually 1-2 pages. Three-page SOPs don't get read.
- **Versioning matters.** Always include a "last updated" date and a note to review quarterly.

