← All Commands 📥 Capture

/note-todo

Task List

Parse tasks from any format — comma-separated, numbered, dashed, or natural sentences. Supports priority markers (! and !!), time markers (today, tomorrow), and --append mode to add to existing lists. Max 10 items per note.

Quick Example

Claude Code
/note-todo Fix auth, update tests, deploy to staging

3 checkboxes created, each as a separate task item.

Key Features

🗣️

Natural Language Parsing

Splits on commas, "and", "then", "also". Write naturally — "Fix auth and update tests then deploy" becomes 3 tasks.

🔥

Priority Detection

Prefix tasks with ! (high) or !! (critical) for visual priority markers in the note.

📅

Time Markers

Detects "today", "tomorrow", "this week" and adds them as context to the task.

Append Mode

Use --append to add tasks to the most recent peach note instead of creating a new one.

📅

Schedule Execution

Auto-execute tasks with /note-loop — run now or schedule for later in a new Terminal session.

Real-World Examples

Simple list

/note-todo Fix auth, update tests, deploy to staging

3 checkboxes created, each as a separate task item.

With priorities

/note-todo !! Fix production crash, ! Review PR, Update docs

Critical and high priority markers shown in the note.

Append to existing

/note-todo Add error handling --append

Adds to your most recent task list instead of creating a new note.

Input Formats

/note-todo understands multiple input formats and converts them all into checkboxes:

  • Comma-separated: Fix auth, write tests, deploy
  • Dash list: - Fix auth - Write tests - Deploy
  • Numbered: 1. Fix auth 2. Write tests 3. Deploy
  • Natural language: Fix auth and write tests then deploy

Natural language splits on conjunctions: “and”, “then”, “also”, “plus”.

Priority System

Prefix any task with ! or !! to set priority:

MarkerLevelExample
!!Critical!! Fix production crash
!High! Review security PR
(none)NormalUpdate documentation

Time Markers

The parser detects time references and preserves them as context:

  • “today” — marks as due today
  • “tomorrow” — marks as due tomorrow
  • “this week” — marks as due this week

Append Mode

Use --append to add tasks to your most recent peach (task) note instead of creating a new one:

/note-todo Add error handling --append

This finds your latest task note and appends the new item. No duplicate notes.

Schedule Execution

After creating a task list, you can auto-execute it with /note-loop:

  • Run now — starts executing tasks immediately in the current session
  • Schedule for later — opens a new Terminal session at a specified time
  • Choose model (Opus, Sonnet, Haiku) and permission mode

See /note-loop for full details on automated task execution.

Limits

  • Maximum 10 items per note — if you have more, split into separate /note-todo calls
  • One task per checkbox — no nested items

Try It Now

Download SlashNote and install the Claude Code plugin

Download on the App Store