delimit_ledger_propose
Proposes next ledger items by analyzing signals, completed work, and gaps. Use at end of a build loop to suggest 3-5 items with rationale, without auto-creating entries.
Instructions
Propose new ledger items based on signals, completed work, and gaps.
When to use: at the end of a build loop or when the queue is empty, to suggest 3-5 next items with rationale. When NOT to use: to add a known item (use delimit_ledger_add) or list current items (delimit_ledger_list).
Sibling contrast: delimit_ledger_add commits chosen items; this proposes candidates.
Side effects: read-only analysis (does NOT auto-create ledger items). The caller decides which proposals to commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venture | No | Focus on a specific venture. Empty = auto-detect. | |
| focus | No | Optional area filter — "outreach", "engineering", "security", etc. | |
| max_items | No | Maximum proposals. Default 5. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||