Today's Agent Skill: End-of-Day Wrap-Up Assistant

What It Does

Small business owners rarely leave work at work. This skill runs at 5pm, pulls together what actually happened during the day, and drafts tomorrow's priority list so you can close the laptop without carrying the mental load home.

How It Works

The agent reads your calendar, task manager, and inbox for the day, extracts what got done, what slipped, and what new commitments you made. It then produces a two-part output: a short journal entry summarizing the day and a ranked task list for tomorrow with time estimates and any dependencies flagged.

How to Deploy It

Install the skill in Claude Code, Gemini CLI, Cursor, or Windsurf, and connect it to Google Calendar, Todoist or Asana, and Gmail via MCP or their public APIs. Schedule it to fire at 5pm local time on weekdays. Review the output in five minutes over coffee before you shut down — it becomes your tomorrow-morning cheat sheet.

SKILL.md — Ready to Deploy

## Description
Generates a personal end-of-day summary and a ranked plan for tomorrow using today's calendar, task manager, and email activity.

## Trigger
Run on a weekday afternoon schedule, or when the user says "wrap up my day" or "plan tomorrow."

## Input
- Today's calendar events with attendees and durations
- Task manager view: completed today, incomplete, newly created
- Inbox summary of sent and received emails from today
- User's stated top-of-week goals (optional file: goals.md)

## Steps
1. List meetings from today with duration and whether the user attended.
2. List tasks completed today and tasks still open with due dates.
3. Extract any new commitments made in sent emails or during meetings (look for phrases like "I'll send," "I'll follow up," "next week").
4. Compare open tasks against tomorrow's calendar to identify realistic capacity.
5. Rank tomorrow's tasks by (a) hard deadlines, (b) alignment with weekly goals, (c) dependencies on others.
6. Flag any conflicts, over-commitments, or tasks slipping more than 3 days.

## Output Format
Two sections in markdown:
1. **Today in review** — one paragraph, factual, no judgment.
2. **Tomorrow's plan** — a numbered list o

Copy the full SKILL.md and drop it into your agent's skills directory to activate this skill.

← Back to All Posts | Home — VA AI Tools