# Plan

> Generate a daily or weekly plan by reading all golem statuses and Google Calendar. (Phase 6 — not yet implemented)

- Skill: `etanhey/plan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add etanhey/plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/etanhey/plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: EtanHey (https://skillmd.com/u/etanhey)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/etanhey/plan

---


# Daily Plan

Generate a prioritized daily plan from golem states + calendar.

**Status**: Planned for Phase 6. Currently a stub.

## Planned Process

1. Read `getStatus()` from all active golems (jobs, recruiter, teller, content)
2. Read Google Calendar events for today/this week
3. Merge into prioritized task list:
   - Interviews to prep for (from RecruiterGolem)
   - Drafts to approve (from ContentGolem)
   - High-score job matches to review (from JobGolem)
   - Financial alerts (from TellerGolem)
   - Calendar meetings and deadlines
4. Generate daily schedule with time blocks
5. Send to Telegram as morning nudge

