Arcgent
PROJECT: ARCGENTAI AGENT ENGINEERING
SHEET 04 / 06 · SCALE N.T.S. · REV 2026.04 · ONLINE
FIG. 04 THE SECRET SAUCE SHEET 04 / 06 REV 2026.04

AI-SOPs:
Your AI
Agent Blueprint.

Most companies try to build AI agents too soon, or in a messy way. AI-SOPs fix this. They are clear process guides made for AI agents and the people who build them. Platform-agnostic, builder-ready, auditable.

FIG. 04a
Sample Schematic — sales_outreach_agent
REF. SOP-001 · v2.1
REV 2026.04
┌─[ TRIGGERS ]──────────────────┐   ┌─[ INPUTS ]─────────────┐
 crm.lead.created                  required:              
 form.submission                     email                 
 manual.enqueue                      company               
└──────────┬────────────────────┘      role                  
                                       optional: linkedin,    
                                                 revenue       
                                      └────────────────────────┘
┌─[ ROLES / MODEL ROUTING ]─────────────────────────┐
   researcher    llm.strong     # enrichment    
   writer        llm.creative   # first draft   
   reviewer      llm.strong     # compliance    
└──────────────────────┬────────────────────────────┘
                       
                       
┌─[ LOGIC ]─────────────────────────────────────────┐
     fetch_enrichment(lead_profile)              
     if revenue < 500k: route(smb)               
         else: route(mid_market)                  
     draft_email(tone: direct)                   
     review(max_risk: low)                       
     send(outbox)                                
└──────────────────────┬────────────────────────────┘
                       
                       
┌─[ EDGE CASES ]────────────────────────────────────┐
     competitor_domain      halt + flag        
     missing_data           enqueue_retry(24h) 
     reply_detected         notify_human       
└───────────────────────────────────────────────────┘

— END OF SCHEMATIC — REF SOP-001 — v2.1 — ARCGENT —
FIG. 04b
Anatomy & rationale — why not just a prompt
NOTES
REV 2026.04

Traditional SOPs are static documents that rot. Single prompts are fragile one-liners that break the moment a model changes. An AI-SOP is a living specification — a typed, structured contract between your business and your agents. It survives the next model upgrade, the next platform swap, and the next team rotation.

What's inside an AI-SOP

  • 01 · Triggers — what fires the agent
  • 02 · Typed inputs — what it needs to run
  • 03 · Role routing — which model does what, platform-agnostic
  • 04 · Logic paths — conditions, branches, loops
  • 05 · Edge cases — the tripwires
  • 06 · Human handoff — when the agent stops and asks
  • 07 · Telemetry & guardrails — what gets logged and where

Ready for any AI agent framework

AI-SOPs are builder-ready for n8n, Zapier, Make, or any orchestration platform. Easier to build and maintain. Scalable and transferable across your team. Future-proof by design.

DRW / 2026.04 — SOP SAMPLE REQUEST

Want to see a full AI-SOP?

Book a free audit and we'll walk through one together — the same format we use in production.