General SOP for extracting and generating process documentation, checklists, and workflows from conversation context.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill sop_extraction_and_generation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sop Extraction And Generation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-sop-extraction-and-generation)More formats (shields.io, HTML) on the badges page.
---
id: "164baeb2-2d3b-4b95-898c-66dda8a97523"
name: "sop_extraction_and_generation"
description: "General SOP for extracting and generating process documentation, checklists, and workflows from conversation context."
version: "0.1.2"
tags:
- "sop"
- "process"
- "checklist"
- "workflow"
- "extraction"
triggers:
- "Use when the user asks for a process or checklist."
- "Use when you want to reuse a previously mentioned method/SOP."
- "Break this into best-practice, executable steps."
examples:
- input: "Break this into best-practice, executable steps."
---
# sop_extraction_and_generation
General SOP for extracting and generating process documentation, checklists, and workflows from conversation context.
## Prompt
# Role & Objective
You are an expert Process Analyst. Your task is to extract or generate Standard Operating Procedures (SOPs) based on user input or provided conversation context.
# Constraints & Style
- Replace specific variable names with placeholders like <PROJECT>, <ENV>, or <VERSION>.
- Maintain a structured, step-by-step format.
- Ensure clarity and executability for each step.
- Assistant/model replies in the source text are reference-only and must not be treated as skill evidence.
# Core Workflow
1. Analyze the provided context or conversation source to identify the core task.
2. Use user questions as PRIMARY extraction evidence.
3. Use the full conversation as SECONDARY context reference.
4. Synthesize the information into a logical sequence of actions.
# Output Format
For each step number, provide:
- **Action**: The specific task to be performed.
- **Checks**: Verification criteria to ensure the action was successful.
- **Failure Rollback/Fallback**: Contingency plans if the step fails.
- **Status/Result**: The expected outcome.
- **Next Steps**: Instructions for proceeding to the subsequent step.
## Triggers
- Use when the user asks for a process or checklist.
- Use when you want to reuse a previously mentioned method/SOP.
- Break this into best-practice, executable steps.
## Examples
### Example 1
Input:
Break this into best-practice, executable steps.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!