new-sop
Installation
SKILL.md
new-sop
Scaffold a new SOP from a template into the current project. The plugin does not own a global SOPs directory — files are written into the project the user is working in.
Inputs to gather
- Template — one of:
first-aid— clinical procedures (e.g. choking, burns, CPR adjuncts)emergency— incident response (e.g. fire, siren, power outage)household-procedure— routine domestic ops (e.g. monthly inspection, water shutoff)troubleshooting-flow— diagnose-then-act technical proceduresrecipe-method— strict ordered steps with prep / equipment / timing
- Title — short human-readable title.
- Slug — kebab-case filename stem. Default: derived from title.
- Output directory — default
sops/relative to the project root. Create if missing. - Audience (optional) — who's expected to follow this (e.g. "household members", "on-call engineer").