Add a note to a task for context, progress, or insights. Use proactively when starting tasks, making progress, or discovering context.
Attaches context, progress, and insights to tasks for continuity across sessions.
/plugin marketplace add iheanyi/tasuku/plugin install iheanyi-tasuku-plugins-tasuku@iheanyi/tasukuAttach notes to tasks to capture context, progress, and insights.
tk note add <task-id> "Note text" # Add a note to a task
tk note list <task-id> # List notes for a task
tk note remove <task-id> <index> # Remove a specific note
PROACTIVELY add notes when:
Starting a task: Note your planned approach
tk note add auth-feature "Planning to use JWT with refresh tokens, 1hr expiry"
Making progress: Note milestones or partial work
tk note add auth-feature "Login endpoint complete, working on refresh flow"
Encountering issues: Note blockers or failed approaches
tk note add auth-feature "OAuth library incompatible with Node 20, trying alternative"
Discovering context: Note findings for future agents
tk note add auth-feature "Found existing token validation in utils/auth.ts"