weekly-review-planning

Reviews calendar, tasks, and notes to produce a capacity-aware weekly plan.

1|Updated Aug 11, 2026
One-click install
npx skills add https://github.com/Chia1104/agent-air --skill weekly-review-planning-chia1104
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weekly-review-planning
Source: https://github.com/Chia1104/agent-air/tree/main/skills/hermes/productivity/weekly-review-planning
Command: npx skills add https://github.com/Chia1104/agent-air --skill weekly-review-planning-chia1104

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Weekly commitments, stalled projects, and waiting items scatter across calendars, task managers, notes, and email, making it hard to see what slipped and plan the next week realistically. ## Core Features & Use Cases - Bounded Weekly Reset: Walks a seven-step procedure covering calendar evidence, capture inboxes, active projects, waiting items, and capacity-aware planning. - Approval-Gated Writes: Proposes task, calendar, and note updates as drafts and only mutates records after explicit approval, then reads changes back for verification. - Cron-Scheduled Reviews: Designed to run as a recurring automation, for example a scheduled weekly review that reconciles projects across Obsidian, Notion, Google Workspace, and email. - Use Case: On Friday afternoon, ask for a weekly review to surface overdue commitments, flag projects with no next action, and draft a next-week plan that fits actual calendar capacity. ## Quick Start Run my weekly review across my calendar, tasks, and notes and propose a plan for next week.

Frequently Asked Questions about weekly-review-planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a weekly review across my calendar and tasks?▼

Ask the agent to run your weekly review and declare your authoritative task store, calendars, and inboxes. It inspects the completed week and the next one to two weeks, clears capture inboxes, reconciles projects, and proposes a capacity-aware plan for approval.

How to plan next week based on calendar capacity?▼

The procedure estimates fixed calendar load first, then selects a small set of weekly outcomes and next actions ranked by consequence, deadline, dependency, and effort. It explicitly names deferred work instead of filling every free hour.

Can a weekly review be scheduled automatically as a cron job?▼

Yes, the skill is designed as a concrete recurring task that an automation blueprint schedules as a cron job. When a scheduled tick fires, the same bounded review procedure runs without manual initiation.

Does the weekly review modify my tasks and calendar automatically?▼

No, it defaults to recommendations and drafts rather than mutations. Tasks, calendar holds, and archives are only updated after you approve the proposed changes, and every write is read back from the provider for verification.

When should I not use the weekly review skill?▼

Do not use it for daily briefs, which belong to the google-workspace daily-brief reference, or for single-inbox triage, which email-inbox-triage owns. It is scoped to a bounded weekly reset across multiple systems.