daily-plannerPlan and manage your day with prioritized tasks, calendar blocking, energy-based scheduling, and automatic commitment tracking and reminders.
Install via ClawdBot CLI:
clawdbot install ivangdavila/daily-planner| File | Purpose |
|------|---------|
| profiles.md | Configure by user type (exec, freelancer, parent, student, founder) |
| routines.md | Morning briefing, evening review, weekly planning |
| priorities.md | Top 3 system, urgent vs important matrix |
| calendar.md | Time blocking, deep work protection, conflict detection |
| tracking.md | Commitment tracking, follow-up reminders |
Data stored in ~/planner/:
| User Says | Agent Action |
|-----------|--------------|
| "Plan my day" | Generate time-blocked schedule based on priorities and energy |
| "What's urgent?" | Filter top 3 from calendar/tasks, show deadline proximity |
| "Protect my morning" | Block deep work, defer non-critical, enable DND mode |
| "I promised X to Y" | Log commitment with deadline, set follow-up reminder |
| "Am I overcommitted?" | Analyze week, flag conflicts, suggest cuts |
| "Weekly review" | Summarize done/pending, adjust next week, archive completed |
Morning (configurable time):
During day:
Evening:
See routines.md for full workflow details.
See priorities.md for prioritization framework.
The agent adapts to user type. On first use, ask or infer profile:
See profiles.md for profile-specific behaviors.
Every promise made = logged automatically:
See tracking.md for commitment workflow.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection