delimit_ledger_add
Add a task, bug, or feature to a project ledger to track work across sessions. Specify title, priority, tags, and acceptance criteria for structured project governance.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | What needs to be done. | |
| venture | No | Project name or path (e.g. "my-project", "./path/to/project"). Auto-detects if empty. | |
| ledger | No | "ops" (tasks, bugs, features) or "strategy" (decisions, direction). | ops |
| item_type | No | task, fix, feat, strategy, consensus. | task |
| priority | No | P0 (urgent), P1 (important), P2 (nice to have). | P1 |
| description | No | Details. | |
| source | No | Where this came from (session, consensus, focus-group, etc). | session |
| tags | No | Labels/tags (e.g. ["deploy-ready", "ship"] or "deploy-ready,ship"). | |
| acceptance_criteria | No | List of testable "done when" conditions (e.g. "tests pass", "coverage > 80%"). | |
| context | No | Background info an AI agent needs to work on this item. | |
| tools_needed | No | Delimit tools needed (e.g. "delimit_lint", "delimit_test_coverage"). | |
| estimated_complexity | No | small, medium, or large. | |
| worked_by | No | Which AI model is working on this. Auto-detected if empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||