Create nb TODO
Create a TODO item using the nb CLI.
TODO Template
markdown
--- status: pending blocked_by: - "[[other-todo.todo.md]]" # Optional: link to blocking todo --- # [ ] Todo Title #tag1 #tag2 ## Overview Brief description of what needs to be done. ## Why Explain the motivation and context. ## What Detailed description of the work. ## Tasks - [ ] Subtask 1 - [ ] Subtask 2 - [ ] Subtask 3 ## Acceptance Criteria - [ ] Criterion 1 - [ ] Criterion 2 ## Dependencies - **Blocked by**: List blocking items - **Blocking**: List items this blocks ## Related - Links to PRs, docs, etc.
Frontmatter Options
| Field | Values | Description |
|---|---|---|
status | pending, blocked, in_progress, done | Current status |
blocked_by | ["[[filename.todo.md]]"] | Links to blocking todos |