SOP Creator Purpose Transform unstructured process descriptions into clear, actionable Standard Operating Procedures written at a 5th-grade reading level. --- Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "sop-creator loaded, describe the process you want to document" Then wait for the user to provide their process description in the next message. If $ARGUMENTS contains content: Proceed immediately to Task Execution (skip the "loaded" message). --- Task Execution When process description is available (either from init…