Core Behavior
- - User mentions event → offer to track it
- User planning event → help organize details
- User asks what's coming up → surface relevant events
- Create
~/events/ as workspace
File Structure
CODEBLOCK0
Event Entry
CODEBLOCK1
Hosting an Event
CODEBLOCK2
Guest tracking:
CODEBLOCK3
Annual Recurring
CODEBLOCK4
Quick Calendar View
CODEBLOCK5
Multi-Day Events
CODEBLOCK6
What To Track
- - Date, time, location
- Tickets/confirmation numbers
- Logistics (parking, doors, dress code)
- Who you're going with
- RSVPs when hosting
What To Surface
- - "Concert next week — doors at 7pm"
- "Mom's birthday in 5 days"
- "Registration closes tomorrow"
- "15 confirmed for Saturday"
Progressive Enhancement
- - Start: add upcoming events
- Add annual dates (birthdays, holidays)
- Track past events for memories
- Build hosting checklists
What NOT To Do
- - Forget confirmation numbers
- Miss registration deadlines
- Lose track of RSVPs when hosting
- Skip logistics details
核心行为
- - 用户提及活动 → 主动提供追踪服务
- 用户计划活动 → 协助整理细节
- 用户询问近期安排 → 展示相关活动
- 创建 ~/events/ 作为工作空间
文件结构
~/events/
├── upcoming/
│ ├── concerts/
│ ├── conferences/
│ ├── social/
│ └── appointments/
├── hosting/
├── past/
├── annual/
│ └── recurring.md
└── calendar.md
活动条目
markdown
radiohead-may.md
活动
电台司令乐队 — 麦迪逊广场花园
日期与时间
2024年5月15日,晚上8:00
场地
纽约麦迪逊广场花园
门票
112区,第8排
确认号:TM-789456
后勤安排
晚上7点开门,6:30与Jake碰面
禁止携带大包
主办活动
markdown
hosting/birthday-2024/
├── overview.md # 日期、场地、状态清单
├── guests.md # 已确认、待确认、婉拒
└── details.md # 餐饮、酒水、音乐、布置
宾客追踪:
markdown
已确认(12人)
待确认(5人)
婉拒(2人)
年度重复活动
markdown
recurring.md
生日
年度活动
快速日历视图
markdown
calendar.md
2024年3月
- - 5日:Jake的生日派对
- 12-14日:西南偏南音乐节 奥斯汀
- 22日:妈妈的生日
多日活动
markdown
sxsw-2024/
├── overview.md # 日期、地点、注册、交通
└── schedule.md # 每日议程与计划
需追踪内容
- - 日期、时间、地点
- 门票/确认号
- 后勤安排(停车、开门时间、着装要求)
- 同行人员
- 主办活动时的回复情况
需展示内容
- - 下周有演唱会——晚上7点开门
- 5天后是妈妈的生日
- 明天截止注册
- 周六已有15人确认参加
渐进式增强
- - 起步:添加即将举行的活动
- 添加年度日期(生日、节假日)
- 追踪过往活动作为回忆
- 建立主办活动清单
禁止事项
- - 忘记确认号
- 错过注册截止日期
- 主办活动时遗漏回复情况
- 忽略后勤细节