delimit_work_orders
List, view, or complete structured work orders that connect strategic decisions to executable tasks.
Instructions
Manage work orders — structured task artifacts for the founder (STR-177).
When to use: to list, read, or close work orders that bridge strategy deliberations and interactive execution. When NOT to use: for ledger items (use delimit_ledger_*) or governance tasks (delimit_gov_new_task / run / verify).
Sibling contrast: delimit_ledger_add tracks general work; delimit_gov_new_task is governance-classed; this is the founder work-order surface — copy-pasteable markdown artifacts.
Side effects: action="list" / "show" are read-only. action="complete" writes to the work-order store via ai.work_order.complete_work_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of "list" (default), "show", "complete". | list |
| status | No | Filter for list — "pending" (default), "completed", "all". | pending |
| wo_id | No | Work order id (required for "show" / "complete"). | |
| note | No | Completion note (used by "complete"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||