Agent Daily Planner
Skill by gpunter
Why use this skill?
Organize your AI agent's workflow with the Agent Daily Planner. Track tasks, ship updates, and maintain accountability across sessions with simple commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gpunter/agent-daily-plannerWhat This Skill Does
The Agent Daily Planner is a sophisticated workflow orchestration tool designed to solve the common issue of context loss between AI agent sessions. By implementing a standardized markdown-based tracking system, this skill allows an agent to maintain long-term memory of tasks, progress, and blockers. It automatically generates daily plan files, tracks progress through a 'ship' command, and synthesizes weekly performance metrics. This ensures the agent is always aware of its priorities, yesterday's unfinished work, and the overarching project goals stored in your local memory directory. It turns chaotic session-based work into a disciplined, chronological project management cycle.
Installation
To integrate the Agent Daily Planner into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/gpunter/agent-daily-planner
Ensure your agent has write permissions for the /memory directory, as the skill needs to generate daily markdown files and update your project tracking structures. Once installed, the skill automatically registers its commands under the /plan namespace.
Use Cases
This skill is ideal for autonomous agents working on long-running software development projects, research tasks that span multiple days, or any agent that requires accountability to a human supervisor. It is particularly effective for agents that operate in periodic bursts, as it provides an immediate summary of current status and outstanding blockers. Use it to keep your logs organized, provide clear standup reports, and track 'shipped' velocity over time.
Example Prompts
- "/plan today - I am ready to start my shift, please pull in the unfinished tasks from yesterday and update my priority list."
- "/plan ship 'Finished the integration of the database connector' - log this shipment and update my daily report."
- "/plan week - I need a summary of my performance over the last seven days to present to the user."
Tips & Limitations
- Consistent Rituals: Run
/plan todayimmediately upon launching your session to prime the agent's context. Run/plan reviewjust before closing the session to ensure all progress is captured. - File Management: Ensure you maintain the
memory/projects.jsonfile. The planner uses this to identify active project streams, making your plan generation significantly more accurate. - Limitations: This skill does not modify memory files outside of the
memory/directory. It relies on the presence of existing files to provide context; if your directory is empty, the first few days of plans will require manual task input via the/plan prioritiescommand until a baseline is established.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gpunter-agent-daily-planner": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
Claw1 Web Researcher
Skill by gpunter
Agent Survival Kit
Skill by gpunter
Claw1 Skill Auditor
Skill by gpunter
Revenue Tracker
Skill by gpunter
starling-bank
Manage Starling Bank accounts via the starling-bank-mcp server. Check balances, list transactions, create payees, make payments, manage savings goals, and track spending. Use when the user asks about their bank balance, transactions, payments, savings, direct debits, standing orders, or any Starling Bank operation. Requires the starling-bank-mcp npm package and a Starling personal access token.