← 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.

Screenshot Placeholder

Result: Task List sticky note (peach color) created from the command above

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.

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.

Limits

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

Animated GIF Placeholder

Full demo: typing /note-todo in the terminal, AI processing the input, and a peach sticky note appearing on screen with the formatted result

Try It Now

Download SlashNote and install the Claude Code plugin

Download on the App Store