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

14 lines
779 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 1–3 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.