Documentation Index
Fetch the complete documentation index at: https://docs.bossmode.ing/llms.txt
Use this file to discover all available pages before exploring further.
What are standing orders?
Standing orders are policy rules you write once and the consigliere reads on every brief. They define:- What the consigliere is allowed to do without approval
- What must escalate to you
- Which scopes (pricing, offers, emails, content) require sign-off
- Priority thresholds for escalation triggers
The standing orders API
Create a standing order
List standing orders
Delete a standing order
Writing effective standing orders
Standing orders are plain English. The consigliere interprets them as policy. Write them like you’d brief a capable employee:Revenue triggers
Revenue triggers
Content and offers
Content and offers
Spend and cost
Spend and cost
Communication
Communication
Standing order fields
| Field | Type | Description |
|---|---|---|
order | string | The policy, in plain English |
priority | "high" | "medium" | "low" | Determines escalation urgency |
scope | string[] | Which engine scopes this order governs |
requiresApproval | boolean | Whether violations trigger an approval gate |
expiresAt | ISO 8601 date | Optional expiration |
Scope values
| Scope | Description |
|---|---|
pricing_move | Any change to pricing or offer structure |
offer_move | New offers, discounts, bundles |
content_publish | Publishing content to audiences |
email_send | Sending email to any list |
spend_change | Any cost or ad spend decision |
client_comms | Communication with paying clients |
data_export | Exporting lead or customer data |
Standing orders in Claude Code
The consigliere reads standing orders on every call. You don’t need to pass them manually. When you callbossmode:get-context, the response includes all active orders under standingOrders.
The consigliere brief
Every morning, the consigliere compiles a brief that includes:- Active standing orders (reviewed for any updates)
- Open approvals waiting on you
- Revenue signals from the last 24h
- Work packets queued for each capo
- Guardian state (any blocked moves)
Next
Kill switch
How to halt all autonomous operations instantly.
Approval gates
How the approval queue works and how to configure it.