delimit_work_orders
Manage work orders as copy-pasteable markdown files for bridging strategy and execution. List, view, or mark tasks complete.
Instructions
Manage work orders — structured task artifacts for the founder (STR-177).
Work orders bridge strategy deliberations and interactive execution. Each is a copy-pasteable markdown file the founder can hand to a Claude Code session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | 'list' (show pending), 'show' (read one), 'complete' (mark done). | list |
| status | No | Filter for list: 'pending', 'completed', 'all'. | pending |
| wo_id | No | Work order ID for 'show' and 'complete'. | |
| note | No | Completion note for 'complete'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||