Files
taskview-community/taskview-plugin/commands/taskview-log.md
T
Nikolai Giman 9b08c82548 feat: inbox
2026-06-29 00:53:53 +02:00

779 B
Raw Permalink Blame History

description
description
Log the work done in this session as a TaskView task

Record what was accomplished in the current Claude Code session as a TaskView task, using the taskview MCP tools.

  1. Summarize the concrete work completed in this session in 13 short lines.
  2. Ask the user which project to log it under (or use the one they name in $ARGUMENTS), and resolve its id with list_goals.
  3. Create one top-level task with create_task — description = the summary. Set priority/deadline only if the user asks.
  4. Show the created task and ask whether to break it into subtasks or add tags.
  5. Add task note if needed.

Confirm the project before creating. Do not create the task in a guessed project, and do not create duplicates — check list_tasks if unsure.