SOP Creation
When to Use
- User asks to create a standard operating procedure or SOP
- User wants to document a business process in a formal, repeatable format
- User needs to write step-by-step instructions for a team to follow consistently
- User asks to formalize how a recurring task should be performed
- User wants to build an SOP for training, compliance, or operational consistency
- Do NOT use when: user needs a process flow diagram (use
process-mapping), a quality checklist without detailed steps (use qa-checklist), or a risk analysis of a process (use failure-mode-analysis)
Process
Collect SOP context. Before producing the SOP, gather:
- Process name and purpose (what task this SOP covers)
- Who performs this process (roles, not specific people)
- How often the process is performed (daily, weekly, monthly, as-needed)
- Current pain points or inconsistencies in how it is performed today
- Any regulatory, safety, or compliance requirements
- Tools, systems, or materials needed to perform the process
- Who approves the SOP and how often it should be reviewed
Write the SOP header. Include required metadata:
- SOP title (descriptive, not a code number)
- SOP number (for version tracking)
- Effective date and revision number
- Author, reviewer, and approver with dates
- Department or team responsible
- Review schedule (annual minimum, or after every process change)
Define purpose and scope. Establish boundaries:
- Purpose: One sentence explaining why this SOP exists and what it ensures
- Scope: What the SOP covers and what it does not cover
- Applicability: Who must follow this SOP and under what conditions
- Definitions: Any terms that need clarification for consistent interpretation
Document roles and responsibilities. For each role involved:
- Role title (not a person's name -- people change, roles persist)
- What the role is responsible for in this process
- Decision authority (what decisions this role can make)
- Escalation path (who to contact if something goes wrong)
Write the procedure steps. For each step:
- Sequential step number
- Clear action statement (verb-first: "Record the batch number," not "The batch number should be recorded")
- Who performs the step (role reference)
- Expected time to complete
- Decision points (if/then branching for different scenarios)
- Quality checks or verification points within the procedure
- Safety notes or warnings where applicable
Add supporting sections. Complete the SOP with:
- Required materials and tools: Everything needed before starting
- Safety and compliance notes: Any regulatory requirements or hazards
- Troubleshooting: Common problems and their solutions
- Related documents: Other SOPs, forms, or references
- Revision history: Table tracking all changes with date, author, and description
Output Format
## Standard Operating Procedure: [Process Name]
| Field | Details |
|-------|---------|
| **SOP Number** | [Department-XXX] |
| **Effective Date** | [Date] |
| **Revision** | [X.X] |
| **Author** | [Name, Title] |
| **Reviewer** | [Name, Title] |
| **Approver** | [Name, Title] |
| **Department** | [Department] |
| **Review Schedule** | [Annual / After each process change / Other] |
| **Next Review Date** | [Date] |
---
### 1. Purpose
[One sentence: This SOP establishes the procedure for [process] to ensure [outcome: consistency, compliance, quality, safety].]
### 2. Scope
**Covers:** [What this SOP applies to]
**Does not cover:** [What is excluded -- reference other SOPs if applicable]
**Applicability:** [Who must follow this SOP and when]
### 3. Definitions
| Term | Definition |
|------|-----------|
| [Term 1] | [Clear definition] |
| [Term 2] | [Definition] |
### 4. Roles and Responsibilities
| Role | Responsibilities | Decision Authority | Escalation Path |
|------|-----------------|-------------------|-----------------|
| [Role 1] | [What they do in this process] | [What they can decide] | [Who they escalate to] |
| [Role 2] | [Responsibilities] | [Authority] | [Escalation] |
### 5. Required Materials and Tools
- [ ] [Material/tool 1]
- [ ] [Material/tool 2]
- [ ] [Material/tool 3]
- [ ] [Access/permissions required]
### 6. Procedure
**Step 1: [Action Title]**
**Performed by:** [Role]
**Time:** [Expected duration]
[Verb-first instruction. Clear, specific, unambiguous.]
- [Sub-step or detail]
- [Sub-step or detail]
**Verification:** [How to confirm this step was completed correctly]
---
**Step 2: [Action Title]**
**Performed by:** [Role]
**Time:** [Expected duration]
[Instruction.]
- If [condition A]: [do this]
- If [condition B]: [do that instead]
**Verification:** [Check]
---
**Step 3: [Action Title]**
**Performed by:** [Role]
**Time:** [Expected duration]
[Instruction.]
> **WARNING:** [Safety or compliance note if applicable]
**Verification:** [Check]
---
[Continue for all steps]
---
**Final Step: [Completion and Documentation]**
**Performed by:** [Role]
[Record completion, file documentation, notify relevant parties.]
### 7. Safety and Compliance Notes
- [Safety requirement or regulatory note]
- [Compliance obligation]
- [PPE or precaution if applicable]
### 8. Troubleshooting
| Problem | Likely Cause | Solution | Escalate If |
|---------|-------------|----------|-------------|
| [Problem 1] | [Cause] | [Fix] | [When to escalate] |
| [Problem 2] | [Cause] | [Fix] | [Escalation trigger] |
### 9. Related Documents
| Document | Reference |
|----------|-----------|
| [Related SOP] | [SOP number] |
| [Form or template] | [Location] |
| [Regulation or standard] | [Reference] |
### 10. Revision History
| Rev | Date | Author | Description of Change |
|-----|------|--------|--------------------|
| 1.0 | [Date] | [Author] | Initial release |
| 1.1 | [Date] | [Author] | [What changed] |
Rules
- NEVER produce an SOP without first collecting the process name, who performs it, and any compliance requirements
- Every step must begin with a verb -- "Record the temperature" not "The temperature should be recorded"
- Steps must be sequential and numbered -- parallel steps must be explicitly marked as such
- Role references must use titles, not names -- "Shift Supervisor" not "John Smith"
- Include a verification check for every critical step -- how does the performer know they did it correctly?
- Decision points must use explicit if/then language, not vague "use your judgment"
- ALWAYS include a revision history table -- SOPs without version control become unreliable
- Include a review schedule with a specific next review date -- SOPs that are never reviewed decay
- Safety warnings must appear immediately before the relevant step, not in a separate section only
- The troubleshooting section must cover at least 3 common problems with specific solutions
Edge Cases
- Highly regulated process (pharma, food safety, medical): Add a regulatory reference section citing specific standards (ISO, GMP, HACCP). Include witness or sign-off requirements for critical steps. Add a training verification requirement (operator must be trained and signed off before performing the procedure).
- Process with multiple valid methods: Document the preferred method as the primary procedure and include approved alternatives as appendices. Specify when each alternative is appropriate. Do not mix methods within the same procedure flow.
- Cross-departmental process: Include a RACI assignment for each step showing which department is responsible, accountable, consulted, or informed. Add a handoff section at each department boundary specifying what is passed, to whom, and how.
- Emergency or exception procedure: Separate the standard procedure from the emergency procedure. The emergency section should be scannable in under 30 seconds -- use bold headers, numbered steps, and no paragraphs. Include emergency contact numbers.
- Process performed by a single person with no backup: Flag this as a risk. Include a knowledge transfer requirement (the SOP itself serves as documentation, but a second person should be able to perform the procedure using only the SOP). Test this by having someone unfamiliar with the process attempt it using the SOP alone.
Example
Input: "Create an SOP for our weekly inventory count at a retail store. The store manager and one associate perform it every Monday morning before the store opens. They count stock in each department, compare to the system, and flag discrepancies over $50."
Output:
Standard Operating Procedure: Weekly Inventory Count
| Field |
Details |
| SOP Number |
OPS-001 |
| Effective Date |
[Current date] |
| Revision |
1.0 |
| Author |
[Name, Operations Manager] |
| Approver |
[Name, Regional Manager] |
| Department |
Store Operations |
| Review Schedule |
Annual or after process change |
| Next Review Date |
[Date + 12 months] |
1. Purpose
This SOP establishes the procedure for the weekly physical inventory count to ensure inventory accuracy, identify discrepancies, and prevent shrinkage.
2. Scope
Covers: Physical count of all merchandise in the store, comparison to system records, and discrepancy reporting.
Does not cover: Annual full inventory audit (see SOP OPS-005) or receiving/stocking procedures (see SOP OPS-002).
Applicability: Store Manager and designated Store Associate every Monday before store opening.
6. Procedure
Step 1: Prepare Count Materials
Performed by: Store Manager
Time: 10 minutes
Print the current inventory report from the inventory management system. Prepare count sheets for each department (5 departments). Assign departments to the Store Associate (2 departments) and yourself (3 departments).
Verification: Count sheets printed for all 5 departments, pens and clipboards ready.
Step 2: Perform Physical Count by Department
Performed by: Store Manager and Store Associate (simultaneously)
Time: 45-60 minutes
Count every item in the assigned department. Record the count on the department count sheet. Count each SKU once -- use a marker to indicate counted shelves.
- If an item is damaged or unsellable: count it separately in the "damaged" column
- If a shelf is empty but the system shows stock: record zero and flag for investigation
Verification: Every shelf in the department has been counted and marked.
Step 3: Compare Counts to System Records
Performed by: Store Manager
Time: 20 minutes
Enter physical counts into the inventory system. The system calculates the variance for each SKU. Flag any SKU with a variance exceeding $50 in value.
- If variance is under $50: log for trend tracking, no immediate action required
- If variance is over $50: complete a Discrepancy Report (Form OPS-001A)
Verification: All department counts entered, variance report generated, discrepancies over $50 flagged.
10. Revision History
| Rev |
Date |
Author |
Description of Change |
| 1.0 |
[Current date] |
[Author] |
Initial release |
1---2name: sop-creation3description: Produces a standard operating procedure document with purpose, scope, step-by-step instructions, roles, safety notes, and revision tracking using ISO-adjacent SOP format. Use when the user asks to create an SOP, write a standard operating procedure, document a business process, build a step-by-step procedure for a team, or formalize how a task should be performed. Do NOT use for process flow diagrams (use process-mapping), quality checklists without procedures (use qa-checklist), or training curriculum (use teaching skills).4license: Apache-2.05---67# SOP Creation89## When to Use1011- User asks to create a standard operating procedure or SOP12- User wants to document a business process in a formal, repeatable format13- User needs to write step-by-step instructions for a team to follow consistently14- User asks to formalize how a recurring task should be performed15- User wants to build an SOP for training, compliance, or operational consistency16- Do NOT use when: user needs a process flow diagram (use `process-mapping`), a quality checklist without detailed steps (use `qa-checklist`), or a risk analysis of a process (use `failure-mode-analysis`)1718## Process19201. **Collect SOP context.** Before producing the SOP, gather:21 - Process name and purpose (what task this SOP covers)22 - Who performs this process (roles, not specific people)23 - How often the process is performed (daily, weekly, monthly, as-needed)24 - Current pain points or inconsistencies in how it is performed today25 - Any regulatory, safety, or compliance requirements26 - Tools, systems, or materials needed to perform the process27 - Who approves the SOP and how often it should be reviewed28292. **Write the SOP header.** Include required metadata:30 - SOP title (descriptive, not a code number)31 - SOP number (for version tracking)32 - Effective date and revision number33 - Author, reviewer, and approver with dates34 - Department or team responsible35 - Review schedule (annual minimum, or after every process change)36373. **Define purpose and scope.** Establish boundaries:38 - **Purpose:** One sentence explaining why this SOP exists and what it ensures39 - **Scope:** What the SOP covers and what it does not cover40 - **Applicability:** Who must follow this SOP and under what conditions41 - **Definitions:** Any terms that need clarification for consistent interpretation42434. **Document roles and responsibilities.** For each role involved:44 - Role title (not a person's name -- people change, roles persist)45 - What the role is responsible for in this process46 - Decision authority (what decisions this role can make)47 - Escalation path (who to contact if something goes wrong)48495. **Write the procedure steps.** For each step:50 - Sequential step number51 - Clear action statement (verb-first: "Record the batch number," not "The batch number should be recorded")52 - Who performs the step (role reference)53 - Expected time to complete54 - Decision points (if/then branching for different scenarios)55 - Quality checks or verification points within the procedure56 - Safety notes or warnings where applicable57586. **Add supporting sections.** Complete the SOP with:59 - **Required materials and tools:** Everything needed before starting60 - **Safety and compliance notes:** Any regulatory requirements or hazards61 - **Troubleshooting:** Common problems and their solutions62 - **Related documents:** Other SOPs, forms, or references63 - **Revision history:** Table tracking all changes with date, author, and description6465## Output Format6667```68## Standard Operating Procedure: [Process Name]6970| Field | Details |71|-------|---------|72| **SOP Number** | [Department-XXX] |73| **Effective Date** | [Date] |74| **Revision** | [X.X] |75| **Author** | [Name, Title] |76| **Reviewer** | [Name, Title] |77| **Approver** | [Name, Title] |78| **Department** | [Department] |79| **Review Schedule** | [Annual / After each process change / Other] |80| **Next Review Date** | [Date] |8182---8384### 1. Purpose8586[One sentence: This SOP establishes the procedure for [process] to ensure [outcome: consistency, compliance, quality, safety].]8788### 2. Scope8990**Covers:** [What this SOP applies to]91**Does not cover:** [What is excluded -- reference other SOPs if applicable]92**Applicability:** [Who must follow this SOP and when]9394### 3. Definitions9596| Term | Definition |97|------|-----------|98| [Term 1] | [Clear definition] |99| [Term 2] | [Definition] |100101### 4. Roles and Responsibilities102103| Role | Responsibilities | Decision Authority | Escalation Path |104|------|-----------------|-------------------|-----------------|105| [Role 1] | [What they do in this process] | [What they can decide] | [Who they escalate to] |106| [Role 2] | [Responsibilities] | [Authority] | [Escalation] |107108### 5. Required Materials and Tools109110- [ ] [Material/tool 1]111- [ ] [Material/tool 2]112- [ ] [Material/tool 3]113- [ ] [Access/permissions required]114115### 6. Procedure116117**Step 1: [Action Title]**118**Performed by:** [Role]119**Time:** [Expected duration]120121[Verb-first instruction. Clear, specific, unambiguous.]122123- [Sub-step or detail]124- [Sub-step or detail]125126**Verification:** [How to confirm this step was completed correctly]127128---129130**Step 2: [Action Title]**131**Performed by:** [Role]132**Time:** [Expected duration]133134[Instruction.]135136- If [condition A]: [do this]137- If [condition B]: [do that instead]138139**Verification:** [Check]140141---142143**Step 3: [Action Title]**144**Performed by:** [Role]145**Time:** [Expected duration]146147[Instruction.]148149> **WARNING:** [Safety or compliance note if applicable]150151**Verification:** [Check]152153---154155[Continue for all steps]156157---158159**Final Step: [Completion and Documentation]**160**Performed by:** [Role]161162[Record completion, file documentation, notify relevant parties.]163164### 7. Safety and Compliance Notes165166- [Safety requirement or regulatory note]167- [Compliance obligation]168- [PPE or precaution if applicable]169170### 8. Troubleshooting171172| Problem | Likely Cause | Solution | Escalate If |173|---------|-------------|----------|-------------|174| [Problem 1] | [Cause] | [Fix] | [When to escalate] |175| [Problem 2] | [Cause] | [Fix] | [Escalation trigger] |176177### 9. Related Documents178179| Document | Reference |180|----------|-----------|181| [Related SOP] | [SOP number] |182| [Form or template] | [Location] |183| [Regulation or standard] | [Reference] |184185### 10. Revision History186187| Rev | Date | Author | Description of Change |188|-----|------|--------|--------------------|189| 1.0 | [Date] | [Author] | Initial release |190| 1.1 | [Date] | [Author] | [What changed] |191```192193## Rules1941951. NEVER produce an SOP without first collecting the process name, who performs it, and any compliance requirements1962. Every step must begin with a verb -- "Record the temperature" not "The temperature should be recorded"1973. Steps must be sequential and numbered -- parallel steps must be explicitly marked as such1984. Role references must use titles, not names -- "Shift Supervisor" not "John Smith"1995. Include a verification check for every critical step -- how does the performer know they did it correctly?2006. Decision points must use explicit if/then language, not vague "use your judgment"2017. ALWAYS include a revision history table -- SOPs without version control become unreliable2028. Include a review schedule with a specific next review date -- SOPs that are never reviewed decay2039. Safety warnings must appear immediately before the relevant step, not in a separate section only20410. The troubleshooting section must cover at least 3 common problems with specific solutions205206## Edge Cases207208- **Highly regulated process (pharma, food safety, medical):** Add a regulatory reference section citing specific standards (ISO, GMP, HACCP). Include witness or sign-off requirements for critical steps. Add a training verification requirement (operator must be trained and signed off before performing the procedure).209- **Process with multiple valid methods:** Document the preferred method as the primary procedure and include approved alternatives as appendices. Specify when each alternative is appropriate. Do not mix methods within the same procedure flow.210- **Cross-departmental process:** Include a RACI assignment for each step showing which department is responsible, accountable, consulted, or informed. Add a handoff section at each department boundary specifying what is passed, to whom, and how.211- **Emergency or exception procedure:** Separate the standard procedure from the emergency procedure. The emergency section should be scannable in under 30 seconds -- use bold headers, numbered steps, and no paragraphs. Include emergency contact numbers.212- **Process performed by a single person with no backup:** Flag this as a risk. Include a knowledge transfer requirement (the SOP itself serves as documentation, but a second person should be able to perform the procedure using only the SOP). Test this by having someone unfamiliar with the process attempt it using the SOP alone.213214## Example215216**Input:** "Create an SOP for our weekly inventory count at a retail store. The store manager and one associate perform it every Monday morning before the store opens. They count stock in each department, compare to the system, and flag discrepancies over $50."217218**Output:**219220## Standard Operating Procedure: Weekly Inventory Count221222| Field | Details |223|-------|---------|224| **SOP Number** | OPS-001 |225| **Effective Date** | [Current date] |226| **Revision** | 1.0 |227| **Author** | [Name, Operations Manager] |228| **Approver** | [Name, Regional Manager] |229| **Department** | Store Operations |230| **Review Schedule** | Annual or after process change |231| **Next Review Date** | [Date + 12 months] |232233---234235### 1. Purpose236237This SOP establishes the procedure for the weekly physical inventory count to ensure inventory accuracy, identify discrepancies, and prevent shrinkage.238239### 2. Scope240241**Covers:** Physical count of all merchandise in the store, comparison to system records, and discrepancy reporting.242**Does not cover:** Annual full inventory audit (see SOP OPS-005) or receiving/stocking procedures (see SOP OPS-002).243**Applicability:** Store Manager and designated Store Associate every Monday before store opening.244245### 6. Procedure246247**Step 1: Prepare Count Materials**248**Performed by:** Store Manager249**Time:** 10 minutes250251Print the current inventory report from the inventory management system. Prepare count sheets for each department (5 departments). Assign departments to the Store Associate (2 departments) and yourself (3 departments).252253**Verification:** Count sheets printed for all 5 departments, pens and clipboards ready.254255---256257**Step 2: Perform Physical Count by Department**258**Performed by:** Store Manager and Store Associate (simultaneously)259**Time:** 45-60 minutes260261Count every item in the assigned department. Record the count on the department count sheet. Count each SKU once -- use a marker to indicate counted shelves.262263- If an item is damaged or unsellable: count it separately in the "damaged" column264- If a shelf is empty but the system shows stock: record zero and flag for investigation265266**Verification:** Every shelf in the department has been counted and marked.267268---269270**Step 3: Compare Counts to System Records**271**Performed by:** Store Manager272**Time:** 20 minutes273274Enter physical counts into the inventory system. The system calculates the variance for each SKU. Flag any SKU with a variance exceeding $50 in value.275276- If variance is under $50: log for trend tracking, no immediate action required277- If variance is over $50: complete a Discrepancy Report (Form OPS-001A)278279**Verification:** All department counts entered, variance report generated, discrepancies over $50 flagged.280281---282283### 10. Revision History284285| Rev | Date | Author | Description of Change |286|-----|------|--------|--------------------|287| 1.0 | [Current date] | [Author] | Initial release |