LaunchKit · 2026
Back to Skills

agent-daily-planner

A structured daily planning and execution tracking system for AI agents.

0
973 downloads
by @gpunter

Setup & Installation

openclaw skills install @gpunter/agent-daily-planner

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-daily-planner

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.

INPUT

User runs: /plan today

AGENT
  1. 1Reads MEMORY.md for current context and deadlines
  2. 2Reads memory/projects.json for active projects
  3. 3Checks yesterday's daily log for incomplete tasks
  4. 4Generates today's dated markdown file with priority tasks, stretch goals, and blocker sections
OUTPUT

memory/2026-03-13.md created with a structured plan populated from existing context