|
1 | 1 | --- |
2 | | -title: "Day 2: 30 Days of Hypermode Agents" |
3 | | -sidebarTitle: "Day 2: Overview" |
| 2 | +title: "Day 2: Morning Stand-up Automation with Sidekick" |
| 3 | +sidebarTitle: "Day 2: Stand-up Automation" |
4 | 4 | description: |
5 | | - "A 30-day journey to build AI agents that act, not just chat—from natural |
6 | | - conversation to production-ready code" |
| 5 | + "Connect your Google Calendar and have Sidekick draft your morning stand-up |
| 6 | + updates automatically. Learn how agents understand your schedule and |
| 7 | + priorities." |
7 | 8 | --- |
| 9 | + |
| 10 | +<Card title="Day 2 Challenge" icon="calendar-check"> |
| 11 | + **Goal**: automate your daily stand-up preparation |
| 12 | + |
| 13 | +**Theme**: foundation week - calendar intelligence |
| 14 | + |
| 15 | +**Time Investment**: ~10 minutes |
| 16 | + |
| 17 | +</Card> |
| 18 | + |
| 19 | +Welcome back! Yesterday you experienced how Sidekick researches and creates |
| 20 | +calendar events. Today we're going deeper into calendar intelligence—having |
| 21 | +Sidekick understand your schedule and automatically draft your daily stand-up |
| 22 | +updates. |
| 23 | + |
| 24 | +This is where you see the power of agents that understand context, not just |
| 25 | +commands. |
| 26 | + |
| 27 | +## What you'll accomplish today |
| 28 | + |
| 29 | +- Ensure your Google Calendar connection is active |
| 30 | +- Have Sidekick analyze your day's schedule |
| 31 | +- Generate a draft stand-up update based on your meetings |
| 32 | +- Experience how agents interpret calendar context |
| 33 | + |
| 34 | +<Warning> |
| 35 | + This isn't about reading your calendar aloud. Sidekick analyzes meeting |
| 36 | + patterns, identifies priorities, and suggests talking points for your |
| 37 | + stand-up. |
| 38 | +</Warning> |
| 39 | + |
| 40 | +## Step 1 verify your calendar connection |
| 41 | + |
| 42 | +If you completed Day 1, your Google Calendar should already be connected. Let's |
| 43 | +verify and explore what Sidekick can see: |
| 44 | + |
| 45 | +**Ask Sidekick:** |
| 46 | + |
| 47 | +```text |
| 48 | +What meetings do I have today? Can you see my calendar? |
| 49 | +``` |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +Sidekick should be able to: |
| 54 | + |
| 55 | +- List your meetings for today |
| 56 | +- Show meeting times and attendees |
| 57 | +- Identify meeting types (1:1 s, team meetings, external calls) |
| 58 | + |
| 59 | +<Info> |
| 60 | + If your calendar isn't connected, follow the connection steps from Day 1. |
| 61 | + Sidekick guides you through the OAuth flow. |
| 62 | +</Info> |
| 63 | + |
| 64 | +## Step 2 request your stand-up draft |
| 65 | + |
| 66 | +Now for the magic. Instead of manually reviewing your calendar and thinking |
| 67 | +about what to share in stand-up, let Sidekick do the analysis: |
| 68 | + |
| 69 | +```text |
| 70 | +Based on my calendar today, can you draft my morning stand-up update? |
| 71 | +Include what I'm working on, any blockers you can identify from my schedule, and what I focus on today. |
| 72 | +``` |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | +Watch how Sidekick: |
| 77 | + |
| 78 | +- analyzes your meeting types and identifies work streams |
| 79 | +- spots potential scheduling conflicts or back-to-back meetings |
| 80 | +- suggests priorities based on meeting importance and attendees |
| 81 | +- drafts talking points in a natural, conversational tone |
| 82 | + |
| 83 | +<Tip> |
| 84 | + **Agent Learning Moment**: notice how Sidekick infers context from calendar |
| 85 | + data. it's not just reading—it's interpreting patterns and making intelligent |
| 86 | + suggestions. |
| 87 | +</Tip> |
| 88 | + |
| 89 | +## Step 3 refine your stand-up style |
| 90 | + |
| 91 | +Your stand-up format might be different from Sidekick's initial draft. Let's |
| 92 | +teach it your team's style: |
| 93 | + |
| 94 | +```text |
| 95 | +Our stand-ups follow this format: |
| 96 | +- Yesterday's accomplishments |
| 97 | +- Today's priorities (max 3 items) |
| 98 | +- Any blockers or help needed |
| 99 | +
|
| 100 | +Can you redraft my update in this format? Also, our team prefers bullet points over paragraphs. |
| 101 | +``` |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | +Sidekick adapts the content to match your team's preferred structure and |
| 106 | +communication style. |
| 107 | + |
| 108 | +## Step 4 identify intelligent insights |
| 109 | + |
| 110 | +Ask Sidekick to go beyond basic calendar reading: |
| 111 | + |
| 112 | +```text |
| 113 | +Looking at my schedule, what patterns do you notice? |
| 114 | +Are there any potential issues or optimization opportunities for my day? |
| 115 | +``` |
| 116 | + |
| 117 | +Sidekick might identify: |
| 118 | + |
| 119 | +- **Time blocks**: "You have three 1:1 s back-to-back 2–3:30 PM" |
| 120 | +- **Preparation needs**: "Your client presentation at 4 PM follows immediately |
| 121 | + after your team planning session" |
| 122 | +- **Travel time**: "Note the location change between your 10 AM and 11 AM |
| 123 | + meetings" |
| 124 | +- **Energy management**: "Consider scheduling buffer time before your most |
| 125 | + important calls" |
| 126 | + |
| 127 | +## What just happened? |
| 128 | + |
| 129 | +In just 10 minutes, you've experienced sophisticated calendar intelligence: |
| 130 | + |
| 131 | +**Context Understanding**: sidekick doesn't just read calendar entries—it |
| 132 | +interprets meeting types, identifies work streams, and understands priorities |
| 133 | + |
| 134 | +**Pattern Recognition**: it spots scheduling conflicts, preparation |
| 135 | +opportunities, and workflow optimizations |
| 136 | + |
| 137 | +**Communication Intelligence**: it adapts content format and tone to match your |
| 138 | +team's communication style |
| 139 | + |
| 140 | +**Proactive Insights**: beyond the immediate request, it offers strategic |
| 141 | +suggestions for time management |
| 142 | + |
| 143 | +## The power of calendar intelligence |
| 144 | + |
| 145 | +Unlike static calendar apps, Sidekick understands the story your schedule tells. |
| 146 | +It can identify when you're overbooked, suggest optimal meeting prep time, and |
| 147 | +even recognize when you need buffer time between high-stakes meetings. |
| 148 | + |
| 149 | +<Card title="Tomorrow: day 3" icon="arrow-right"> |
| 150 | + Daily agenda preparation with contextual notes. Learn to have Sidekick prep |
| 151 | + your entire day with meeting insights and action item tracking. |
| 152 | +</Card> |
| 153 | + |
| 154 | +## Pro tip for today |
| 155 | + |
| 156 | +Before tomorrow's session, try this experiment: |
| 157 | + |
| 158 | +```text |
| 159 | +If you were managing my calendar, what changes would you suggest for tomorrow to make it more productive? |
| 160 | +``` |
| 161 | + |
| 162 | +This teaches Sidekick to think strategically about your time management, not |
| 163 | +just report what's scheduled. |
| 164 | + |
| 165 | +--- |
| 166 | + |
| 167 | +**Time to complete**: ~10 minutes |
| 168 | + |
| 169 | +**Skills learned**: calendar intelligence, automated content generation, context |
| 170 | +interpretation, communication style adaptation |
| 171 | + |
| 172 | +**Next**: day 3 - daily agenda preparation with contextual insights |
| 173 | + |
| 174 | +<Tip> |
| 175 | + **Remember**: every interaction teaches Sidekick more about your work |
| 176 | + patterns, communication style, and priorities. The agent is learning your |
| 177 | + preferences to become more helpful over time. |
| 178 | +</Tip> |
0 commit comments