Skip to content

Agent SOPs

Concise, imperative SOPs for AI agents. Each includes a copyable agent prompt.

Per-SOP plaintext URLs for init prompts:

WorkflowURL
Batch Import/_llms-txt/batch-import-sop.txt
Collection Audit/_llms-txt/collection-audit-sop.txt
Genre Classification/_llms-txt/genre-classification-sop.txt
Genre Audit/_llms-txt/genre-audit-sop.txt
Set Building/_llms-txt/set-building-sop.txt
Pool Building/_llms-txt/pool-building-sop.txt
Chapter Set Planning/_llms-txt/chapter-set-planning-sop.txt
Metadata Backfill/_llms-txt/metadata-backfill-sop.txt
Library Health/_llms-txt/library-health-sop.txt

All SOPs combined: /_llms-txt/agent-sops.txt

See also /llms.txt for the full site index.

Run cache_coverage() first. Most workflows require cached data — hydrate if coverage is low.

  • Read-only DB. Changes staged in memory, exported as XML.
  • Human approval required. Present recommendations, wait for confirmation.
  • Cache-first. Flag gaps rather than triggering external calls mid-workflow.
  • Export path: update_tracks()preview_changes()write_xml()