A directive is a bounded work instruction issued to the consigliere. It has a scope, an owner (a capo role), and optionally a requiresApproval flag. The consigliere reads your standing orders, picks the right capo, and executes within the rules you’ve set.
curl -sX POST https://bossmode.ing/api/pro/directives \ -H "x-bossmode-token: $BOSSMODE_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "directive": "Draft a follow-up email sequence for leads who downloaded the free training but did not book a call.", "capo": "capo_marketing", "priority": "high", "requiresApproval": true }'
The requiresApproval: true flag means the consigliere will queue the output for your review before sending anything. Start with approval on everything — remove it later for work you trust.
Standing orders are the rules the consigliere follows when the boss is away. Without them, autonomous moves stop at review. With them, delegated work stays bounded by policy.