home / skills / openclaw / skills / sop-architect
This skill turns complex tasks into repeatable SOPs, outlining steps, prerequisites, and failure handling to scale operations.
npx playbooks add skill openclaw/skills --skill sop-architectReview the files below or copy the command above to add this skill to your agents.
---
name: sop-architect
description: Automatically generates detailed Standard Operating Procedures (SOPs) for recurring digital tasks. Ideal for scaling agency operations or documenting internal AI workflows.
---
# SOP Architect
Turn any complex task into a repeatable manual.
## Workflow
1. **Input Task**: Describe the goal (e.g., "Monthly SEO Audit").
2. **Deconstruct**: Identify required tools, access levels, and prerequisites.
3. **Step-by-Step**: Generate 5-10 specific, numbered steps.
4. **Failure Modes**: Document what to do when things go wrong at each step.
## Output Format
SOPs are saved to `SOPs/<task-name>.md`.
## Benefits
- Reduces agent errors.
- Makes results consistent across different sessions.
- Easy to hand off to human team members.
## Installation
```bash
clawhub install sop-architect
```
This skill automatically generates detailed Standard Operating Procedures (SOPs) for recurring digital tasks. It turns high-level goals into repeatable, auditable manuals suitable for teams and automated agents. Outputs are saved in a consistent folder structure for easy retrieval and handoff.
Provide a task name and a short description of the goal. The skill deconstructs the task into required tools, access levels, and prerequisites, then generates a concise 5–10 step procedure with numbered steps and explicit failure modes. Final SOP files are written to SOPs/<task-name>.md for versioning or distribution.
What file format and location are SOPs saved to?
SOPs are saved as Markdown files in the SOPs/ directory with the task name as the filename.
How detailed are the failure modes?
Failure modes are step-specific, describing likely issues, detection tips, and concrete remediation actions to restore progress.
Can I customize the step count or style?
Yes. Provide preferences in the task description (e.g., desired step count or tone) and the skill will adapt the output format.