sop-engine

Execute multi-step Standard Operating Procedures with approval gates and state persistence.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill sop-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sop-engine
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/sop-engine
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill sop-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of multi-step Standard Operating Procedures (SOPs), ensuring complex workflows are followed precisely, with options for human oversight and state persistence across sessions.

Core Features & Use Cases

  • Multi-step Workflow Execution: Define and run sequential tasks.
  • Approval Gates: Pause execution for human approval at critical junctures.
  • State Persistence: Maintain workflow state across agent sessions.
  • Audit Trails: Log all execution history for compliance and review.
  • Use Case: Deploying a new software version to production, where each step (build, test, deploy, verify) requires explicit approval before proceeding.

Quick Start

Execute the 'deploy-frontend' SOP.

Frequently Asked Questions about sop-engine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-step workflows with required approval gates?

Automating multi-step workflows with approval gates involves executing sequential tasks while pausing for human authorization at critical junctures. This Skill orchestrates Standard Operating Procedures with configurable approval gates to ensure complex processes are followed precisely.

Can I maintain workflow state persistence across agent sessions?

Yes, maintaining workflow state persistence across agent sessions is supported natively. This ensures that complex execution tracking and state data are preserved even if the connection drops or the session restarts mid-process.

What execution modes are available for running Standard Operating Procedures?

Standard Operating Procedures can be run using auto, supervised, and step_by_step execution modes. These modes allow you to configure the level of automation and human oversight required for your specific workflow.

How do I trigger automated SOP execution using webhooks or cron schedules?

Triggering automated SOP execution is supported through manual initiation, cron schedules, and webhooks. This allows you to integrate workflow triggers into your existing automated infrastructure and external systems.

Does this tool generate an audit log for compliance and execution tracking?

Yes, the tool generates a detailed audit log for compliance and execution tracking. It logs all execution history, providing a comprehensive audit trail for reviewing multi-step workflow processes and approval decisions.