SOP Writer — standard operating procedure Full pipeline
standard operating procedure(SOP) processanalysis→procedure document→checklist→training materials→versionmanagement An agent team collaborates to generate all deliverables at once.
execution mode
agent team — 5 agents communicate directly via SendMessage and cross-verify each other's work.
agent composition
| agent |
file |
role |
type |
| process-analyst |
.claude/agents/process-analyst.md |
current work flow analysis, SIPOC, RACI |
general-purpose |
| procedure-writer |
.claude/agents/procedure-writer.md |
stageby procedure document writing, decision-making minutebasis |
general-purpose |
| checklist-designer |
.claude/agents/checklist-designer.md |
execution inspectiontable, quality design |
general-purpose |
| training-developer |
.claude/agents/training-developer.md |
training guide, scenario annual, assessment document |
general-purpose |
| version-controller |
.claude/agents/version-controller.md |
version management, cross-verification |
general-purpose |
workflow
Phase 1: preparation (Orchestrator directly perform)
- Extract from user input:
- target process: work/procedure regarding SOPperson
- applied scope: target departmentfrom/team/
- ** requirement** (optional): related , authentication(ISO, HACCP etc.)
- existing document (optional): current , work technicalfrom,
_workspace/ Create the directory at the project root
- Organize input and save to
_workspace/00_input.md
- If existing files are provided, copy them to
_workspace/and skip the corresponding Phase
- Determine the execution mode based on the scope of the request
Phase 2: team composition and execution
| order |
task |
responsible |
dependency |
deliverable |
| 1 |
process analysis |
analyst |
None |
_workspace/01_process_analysis.md |
| 2 |
procedure document writing |
writer |
task 1 |
_workspace/02_procedure_document.md |
| 3a |
checklist design |
designer |
task 2 |
_workspace/03_checklists.md |
| 3b |
training materials work |
developer |
task 2 |
_workspace/04_training_materials.md |
| 4 |
version management and verify |
controller |
task 3a, 3b |
_workspace/05_version_control.md |
task 3a(checklist) and 3b(training materials) ** execution**. task 2(procedure document) only dependency.
teamKRW between flow:
- analyst complete → writerto process flow+RACI+example deliver, designerto quality degreepoint deliver
- writer complete → designerto verify standard deliver, developerto difficulty stage+actualnumber case deliver
- designer complete → developerto checklist usage deliver
- controller all deliverable cross-verification. 🔴 required revision findings when Request revision from the relevant agent -> rework -> re-verify (up to 2 rounds)
Phase 3: integration and final deliverable
_workspace/ Verify all files in the directory
- verify reportConfirm that all critical revisions from the review report have been addressed
- Report the final summary to the user:
- process analysis —
01_process_analysis.md
- tablelevel procedure document —
02_procedure_document.md
- checklist tax —
03_checklists.md
- training materials —
04_training_materials.md
- version management and verify —
05_version_control.md
task scaleby mode
| user request pattern |
execution mode |
deploy agent |
| "SOP create it", "procedure document overall" |
Full pipeline |
5people beforeKRW |
| " process procedure document only " |
procedure document mode |
analyst + writer + controller |
| "checklist only create it" (procedure document provide) |
checklist mode |
designer + controller |
| "training materials create it" (procedure document provide) |
training mode |
developer + controller |
| " procedure document reviewplease do" |
review mode |
controller |
existing file utilization: user existing procedure document, etc. provide applicable stage case.
data deliver protocol
| strategy |
method |
also |
| File-based |
_workspace/ |
Store and share major deliverables |
| Message-based |
SendMessage |
Real-time key information transfer, revision requests |
File naming convention: {}_{agent}_{deliverable}.{extensionspecialist}
error handling
| error type |
strategy |
| existing document None |
user person based process re-composition, tablelevel reference |
| requirement people |
applicable day framework web searchas research |
| agent failure |
Retry once -> proceed without that deliverable, verify report specify |
| verifyfrom 🔴 findings |
Request revision from the relevant agent -> rework -> re-verify (up to 2 rounds) |
| process |
process minuteto eacheach SOP creation |
test scenario
flow
Prompt: " KRW joining processing process SOP create it. personcompanyteam target 50person scale company."
expected result:
- process analysis: hiring→joiningfrom→whensystemetc.record→equipmentdegreegrade→training→OJT flow
- procedure document: stageby detailed procedure + RACI + decision-making minutebasis
- checklist: joining before/day/1weekday/1months inspectiontable
- training materials: personcompanyperson responsible training guide + scenario annual + assessment document
- verify: consistency matrix beforeitem confirm
existing document utilization flow
Prompt: " work checklist training materials create it" + file provide
expected result:
- process analysis and procedure document writing case
- providedone
_workspace/02_procedure_document.md organization
- designer + developer + controller deploy
error flow
Prompt: " team work SOP create it, related document "
expected result:
- analysis work content regarding userto question
- answer basedas process re-composition
- verify report "user person based writing — current verify needed" specify
agentby extension skill
| extension skill |
|
target agent |
role |
| process-mapping |
.claude/skills/process-mapping/skill.md |
process-analyst |
SIPOC, VSM, RACI, Swim Lane mapping method |
| checklist-design |
.claude/skills/checklist-design/skill.md |
checklist-designer |
checklist type, 7principle, quality design |
1---2name: sop-writer3description: standard operating procedure(SOP) agent team to processanalysis→procedure document→checklist→training materials→versionmanagementto Korean creation Full pipeline. 'SOP create it', 'standard operating procedurefrom writing', 'work procedurefrom', 'task ', 'operations procedure', 'procedure document writingplease do', 'checklist create it', 'work process document' etc. SOP writing before skill usage. existing process document procedure document·checklist·training materials writing degreeKRW. However, actual BPM whensystem building, workflow specialist development, ISO authentication company versus is outside this skill's scope.4---56# SOP Writer — standard operating procedure Full pipeline78standard operating procedure(SOP) processanalysis→procedure document→checklist→training materials→versionmanagement An agent team collaborates to generate all deliverables at once.910## execution mode1112**agent team** — 5 agents communicate directly via SendMessage and cross-verify each other's work.1314## agent composition1516| agent | file | role | type |17|---------|------|------|------|18| process-analyst | `.claude/agents/process-analyst.md` | current work flow analysis, SIPOC, RACI | general-purpose |19| procedure-writer | `.claude/agents/procedure-writer.md` | stageby procedure document writing, decision-making minutebasis | general-purpose |20| checklist-designer | `.claude/agents/checklist-designer.md` | execution inspectiontable, quality design | general-purpose |21| training-developer | `.claude/agents/training-developer.md` | training guide, scenario annual, assessment document | general-purpose |22| version-controller | `.claude/agents/version-controller.md` | version management, cross-verification | general-purpose |2324## workflow2526### Phase 1: preparation (Orchestrator directly perform)27281. Extract from user input:29 - **target process**: work/procedure regarding SOPperson30 - **applied scope**: target departmentfrom/team/31 - ** requirement** (optional): related , authentication(ISO, HACCP etc.)32 - **existing document** (optional): current , work technicalfrom, 332. `_workspace/` Create the directory at the project root343. Organize input and save to `_workspace/00_input.md`354. If existing files are provided, copy them to `_workspace/`and skip the corresponding Phase365. Determine the **execution mode** based on the scope of the request3738### Phase 2: team composition and execution3940| order | task | responsible | dependency | deliverable |41|------|------|------|------|--------|42| 1 | process analysis | analyst | None | `_workspace/01_process_analysis.md` |43| 2 | procedure document writing | writer | task 1 | `_workspace/02_procedure_document.md` |44| 3a | checklist design | designer | task 2 | `_workspace/03_checklists.md` |45| 3b | training materials work | developer | task 2 | `_workspace/04_training_materials.md` |46| 4 | version management and verify | controller | task 3a, 3b | `_workspace/05_version_control.md` |4748task 3a(checklist) and 3b(training materials) ** execution**. task 2(procedure document) only dependency.4950**teamKRW between flow:**51- analyst complete → writerto process flow+RACI+example deliver, designerto quality degreepoint deliver52- writer complete → designerto verify standard deliver, developerto difficulty stage+actualnumber case deliver53- designer complete → developerto checklist usage deliver54- controller all deliverable cross-verification. 🔴 required revision findings when Request revision from the relevant agent -> rework -> re-verify (up to 2 rounds)5556### Phase 3: integration and final deliverable57581. `_workspace/` Verify all files in the directory592. verify reportConfirm that all critical revisions from the review report have been addressed603. Report the final summary to the user:61 - process analysis — `01_process_analysis.md`62 - tablelevel procedure document — `02_procedure_document.md`63 - checklist tax — `03_checklists.md`64 - training materials — `04_training_materials.md`65 - version management and verify — `05_version_control.md`6667## task scaleby mode6869| user request pattern | execution mode | deploy agent |70|----------------|----------|-------------|71| "SOP create it", "procedure document overall" | **Full pipeline** | 5people beforeKRW |72| " process procedure document only " | **procedure document mode** | analyst + writer + controller |73| "checklist only create it" (procedure document provide) | **checklist mode** | designer + controller |74| "training materials create it" (procedure document provide) | **training mode** | developer + controller |75| " procedure document reviewplease do" | **review mode** | controller |7677**existing file utilization**: user existing procedure document, etc. provide applicable stage case.7879## data deliver protocol8081| strategy | method | also |82|------|------|------|83| File-based | `_workspace/` | Store and share major deliverables |84| Message-based | SendMessage | Real-time key information transfer, revision requests |8586File naming convention: `{}_{agent}_{deliverable}.{extensionspecialist}`8788## error handling8990| error type | strategy |91|----------|------|92| existing document None | user person based process re-composition, tablelevel reference |93| requirement people | applicable day framework web searchas research |94| agent failure | Retry once -> proceed without that deliverable, verify report specify |95| verifyfrom 🔴 findings | Request revision from the relevant agent -> rework -> re-verify (up to 2 rounds) |96| process | process minuteto eacheach SOP creation |9798## test scenario99100### flow101**Prompt**: " KRW joining processing process SOP create it. personcompanyteam target 50person scale company."102**expected result**:103- process analysis: hiring→joiningfrom→whensystemetc.record→equipmentdegreegrade→training→OJT flow104- procedure document: stageby detailed procedure + RACI + decision-making minutebasis105- checklist: joining before/day/1weekday/1months inspectiontable106- training materials: personcompanyperson responsible training guide + scenario annual + assessment document107- verify: consistency matrix beforeitem confirm108109### existing document utilization flow110**Prompt**: " work checklist training materials create it" + file provide111**expected result**:112- process analysis and procedure document writing case113- providedone `_workspace/02_procedure_document.md` organization114- designer + developer + controller deploy115116### error flow117**Prompt**: " team work SOP create it, related document "118**expected result**:119- analysis work content regarding userto question120- answer basedas process re-composition121- verify report "user person based writing — current verify needed" specify122123## agentby extension skill124125| extension skill | | target agent | role |126|----------|------|-------------|------|127| process-mapping | `.claude/skills/process-mapping/skill.md` | process-analyst | SIPOC, VSM, RACI, Swim Lane mapping method |128| checklist-design | `.claude/skills/checklist-design/skill.md` | checklist-designer | checklist type, 7principle, quality design |