Creates Standard Operating Procedures for repetitive tasks. Generates step-by-step documentation with checklists, decision trees, and responsibility assignments to eliminate single points of failure.
From forged-claude-codenpx claudepluginhub dokkabei97/forged-claude-code --plugin forged-claude-codeThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Documents "how we do things" so processes don't live in one person's head. If someone is on vacation and work stops, you need an SOP.
| Trigger | Behavior |
|---|---|
| Repetitive task needs documenting | Full SOP creation |
| "SOP", "process document" | Interactive SOP builder |
| New team member asks "how do I..." | SOP generation prompt |
# SOP: [Process Name]
| Field | Value |
|-------|-------|
| **Version** | 1.0 |
| **Last Updated** | YYYY-MM-DD |
| **Owner** | [Name/Role] |
| **Frequency** | [Daily/Weekly/Monthly/As needed] |
| **Estimated Time** | [N] minutes |
---
## Purpose
[1-2 sentences: why this process exists and what it achieves]
## Scope
- **Applies to**: [Who performs this]
- **When**: [What triggers this process]
- **Not covered**: [What this SOP doesn't address]
## Prerequisites
- [ ] [Access/tool/permission needed]
- [ ] [Knowledge/training required]
---
## Procedure
### Step 1: [Action Name]
**Who**: [Role]
**How**:
1. [Specific action with exact details]
2. [Include screenshots/links where helpful]
3. [Include expected result]
> ⚠️ **Caution**: [Common mistake to avoid]
### Step 2: [Action Name]
**Who**: [Role]
**How**:
1. [Specific action]
2. [Specific action]
**Decision Point:**
- If [condition A] → Go to Step 3
- If [condition B] → Go to Step 4
- If [unclear] → Escalate to [person/role]
### Step 3: [Action Name]
...
---
## Checklist Summary
- [ ] Step 1: [Brief description]
- [ ] Step 2: [Brief description]
- [ ] Step 3: [Brief description]
- [ ] Final verification: [What to check]
## Troubleshooting
| Problem | Likely Cause | Solution |
|---------|-------------|----------|
| [Problem 1] | [Cause] | [Fix] |
| [Problem 2] | [Cause] | [Fix] |
## Escalation
- **Level 1**: [Person/Role] — [contact method]
- **Level 2**: [Person/Role] — [contact method]
## Revision History
| Date | Version | Change | Author |
|------|---------|--------|--------|
| YYYY-MM-DD | 1.0 | Initial creation | [Name] |
| SOP | Frequency | Priority |
|---|---|---|
| Production deployment | Per release | ★★★ |
| Incident response | As needed | ★★★ |
| Customer onboarding | Per customer | ★★★ |
| Bug triage | Daily | ★★☆ |
| Sprint ceremonies | Bi-weekly | ★★☆ |
| Expense reporting | Monthly | ★☆☆ |
| New vendor setup | As needed | ★☆☆ |
| Tool | Purpose |
|---|---|
| Write | Generate SOP documents |
| Read | Reference existing processes |
Will:
Will Not: