Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A daily planning system for AI agents that persists task state across sessions. Provides slash commands to create plans, log completed work, record blockers, and generate standups or weekly summaries from structured markdown files.
Storing plans in dated markdown files means context survives session resets without relying on agent memory alone.
When to use it
- Starting a work session by pulling yesterday's unfinished tasks forward
- Logging shipped work with timestamps as you complete items
- Flagging a blocker and tagging the person who can resolve it
- Generating a standup update to share with teammates
- Reviewing weekly completion rates to spot productivity trends
Example Workflow
Here's how your AI assistant might use this skill in practice.
User runs: /plan today
- 1Reads MEMORY.md for current context and deadlines
- 2Reads memory/projects.json for active projects
- 3Checks yesterday's daily log for incomplete tasks
- 4Generates today's dated markdown file with priority tasks, stretch goals, and blocker sections
memory/2026-03-13.md created with a structured plan populated from existing context