AI Agent Hub
Back to skills
Weekly Planner Assistant icon

Weekly Planner Assistant

Office Efficiency Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md and install @user_b3d06a4a/weekly-planner-skill.

About this skill

The Problem

A common issue in weekly planning is fragmented records: what was planned today, what was completed, and which task slipped forward often stay scattered across chats, notes, and reminders. Without a shared structure, it is hard to answer quick questions such as what remains today, what the overall completion rate is, or how a project progressed this week.

How the Skill Works

Weekly Planner Assistant treats plans, completions, and reflections as the core weekly records, organized by date, project, and category.

  • Daily logging: captures task content, priority, category (work, study, health, other), and date into local files, usually under ./weekly-plans/, with one JSON file per week.
  • Flexible adjustments: supports editing tasks, reverting completions, changing dates, and soft-deleting plans to match real changes.
  • On-demand queries: checks today’s tasks, weekly progress, or completion status for a given category, then presents the results as a timeline.
  • Report generation: can trigger a workday report at 5:00 p.m. on weekdays and a weekly summary at 8:00 p.m. on Sunday, with manual requests also supported.
  • Data operations: CRUD and export are mainly handled by scripts/weekly_planner.py, using python-dateutil>=2.8.0 for date logic.

Boundaries and Notes

This skill fits weekly, trackable tasks and reflections, not a full project management system or long-term cross-month planning. It relies on local JSON files and script calls, so keep the ./weekly-plans/ directory and script access available; automatic reports depend on trigger-time checks, so confirm the scheduling method in real use.

Use Cases

  • Log daily plans, completions, and reflections on weekdays and generate a 5 p.m. work report.
  • Compile a Sunday 8 p.m. weekly summary by date, category, completion rate, and improvement notes.
  • Move today’s coding task to tomorrow morning and revert or adjust recorded completion status.
  • Review a project’s weekly plans and completions by work, study, health, or other categories.

Best For

  • Engineers who log daily plans, completions, and reflections and need automatic work reports.
  • Knowledge workers who compile weekly tasks by category, date, and completion rate into summaries.
  • Coordinators who adjust task dates, revert completions, or check today’s progress on demand.
  • Students who track study and health plans across work, study, health, and other categories.