Agent Marching Orders — Master Index

Every agent’s mission, rules, and constraints in one place. If it’s not written here, the agent doesn’t know about it. Edit these to change agent behavior.


How This Works

Each agent has a Marching Orders file. When the agent runs, it should check its orders. When you want to change what an agent does, you change the orders here — not in code, not in a conversation, not in your head.

You edit Marching Orders in Obsidian
    ↓
Worker reads orders on startup / per job
    ↓
Agent follows updated rules
    ↓
No "Claude forgot" — rules live in files, not memory

Active Agents

Content Agents

Email Agents

Lead Agents

Ops Agents

  • Watchdog Agent — System health, worker restarts, disk/memory alerts

The Rule

If an agent is doing something wrong, the fix is HERE — not a conversation with Claude. Every directive must be:

  1. Written down (not just spoken)
  2. In the agent’s Marching Orders file
  3. Specific enough that any AI model could follow it
  4. Updated when the strategy changes