Skip to main content

cleo add

Create new task with metadata (title, priority, labels, phase, dependencies)
Agent Relevance: High - Frequently used by LLM agents

Synopsis

cleo add "TITLE" [OPTIONS]

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
--jsonForce JSON output
--humanForce human-readable output
--dry-runPreview changes without applying
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo add

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
3File operation failureNo
4Resource not foundNo
5Missing dependencyNo
6Validation errorNo
7Lock timeoutYes
10Parent task not foundNo
11Max depth exceededNo
12Max siblings exceededNo
13Invalid parent typeNo

See Also