Productivity

A personal command center miniapp showing today's meetings, prioritized tasks, urgent emails, and a suggested focus block

Every weekday morning this pipeline pulls your calendar events, unread emails, open tasks, and any active threads from Slack, then builds a personal command center miniapp. The miniapp shows your day at a glance: upcoming meetings with prep notes, prioritized task list, emails needing replies, and a suggested focus block for deep work — all on one clean screen you can check from any device.

How it works

TriggerRuns every weekday at 6:00 AM
  1. 01
    Job

    Pull today's calendar, email, and tasks

    Query Google Calendar for today's events including meeting titles, attendees, and any attached documents. Pull unread emails from Gmail that arrived overnight or are marked as important. Fetch open tasks from your task manager or Linear.
  2. 02
    Agent

    Prioritize and synthesize the day

    Review all meetings: for each one, draft a one-line prep note based on recent email threads and past meeting context. Rank tasks by urgency and importance. Flag any email that needs a same-day reply. Identify a 2-hour gap in the calendar and suggest it as a focus block. Produce a structured daily brief.
  3. 03
    Miniapp

    Build and deploy the personal command center miniapp

    Generate a Next.js miniapp with a clean personal dashboard layout. Top section: today's meetings as timeline cards with prep notes and attendee list. Middle section: prioritized task list with due indicators. Sidebar: urgent emails needing replies with one-click reply drafts. Bottom: suggested focus block with time and rationale. Deploy to a public URL.
ResultA personal command center miniapp with meetings, tasks, emails, and a focus block suggestion