delimit_ledger_add
Add tasks, fixes, features, or strategy items to a project's persistent ledger for tracking work across sessions. Specify project, priority, and details to maintain organized workflow records.
Instructions
Add a new item to a project's ledger.
The ledger tracks what needs to be done across sessions. Specify the venture/project name or path. If empty, auto-detects from current directory.
Args: title: What needs to be done. venture: Project name or path (e.g. "my-project", "./path/to/project"). Auto-detects if empty. ledger: "ops" (tasks, bugs, features) or "strategy" (decisions, direction). item_type: task, fix, feat, strategy, consensus. priority: P0 (urgent), P1 (important), P2 (nice to have). description: Details. source: Where this came from (session, consensus, focus-group, etc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| venture | No | ||
| ledger | No | ops | |
| item_type | No | task | |
| priority | No | P1 | |
| description | No | ||
| source | No | session |