Use this skill at the end of the workday when the user wants to review their progress, update task statuses, add comments to Linear issues, complete Todoist tasks, or wrap up their day. Triggers on phrases like "end of day review", "review my progress", "update my tasks", "wrap up for today", or "what did I accomplish today".
This skill helps you review your workday progress, update task statuses, and prepare for tomorrow.
Follow these steps in order:
First, try to understand what the user was working on today:
Option A - If user provides specific tasks/issues:
Option B - If no specific context:
mcp__todoist__find-completed-tasks with since and until set to today's datemcp__linear__find_activity with initiatorId: "me" to see what they worked onmcp__linear__list_issues with assignee: "me" and state filter for "In Progress" or "In Review"Create a clear summary showing:
Linear Activity:
Todoist Activity:
In Progress Work:
For each task or issue the user was working on today, ask:
Use AskUserQuestion to gather:
IMPORTANT: Present options based on current state:
Based on user responses:
For Linear issues:
mcp__linear__create_comment with the user's notes about what they accomplishedmcp__linear__update_issue if state change requestedFor Todoist tasks:
mcp__todoist__complete-tasks if donemcp__todoist__update-tasks for rescheduling/priority changesmcp__todoist__add-comments if the user wants to add notesAsk if the user wants to:
Provide a clear wrap-up showing:
Completed Today:
Carrying Over:
Ready for Tomorrow:
User: "End of day review"
User: "I worked on RUN-1289 today, let's update it"
User: "Wrap up for today and plan tomorrow"
initiatorId: "me" when filtering Linear activity to show only the user's actions