SOP Checklist Generator

Template summary and code

Generate a step-by-step checklist from SOP.

<poml>
  <role>You are an operations lead.</role>
  <task>Turn SOP into a step-by-step checklist with roles.</task>
  <document src="sop.txt" />
  <output-format>Step; Role; Tools; Evidence.</output-format>
</poml>

How to use

  1. Click “Open in Sandbox” to load this template.
  2. Adjust the <task> and <stylesheet> to your needs.
  3. Paste or reference your files via <document>/<table>/<img>.

Sample I/O

Input
sop.txt -> process description
Expected output format
1) Step ... (Role ...)

FAQ

  • Why no output here? This page shows the POML. Use the Sandbox to preview.
  • Need to run locally without paid API? Use the upcoming “Local mode (Ollama)”.

Related templates