jw-agenda-weekly-review

Aggregate daily agenda logs into a weekly performance review file.

3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/janewu77/jw-skills --skill jw-agenda-weekly-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jw-agenda-weekly-review
Source: https://github.com/janewu77/jw-skills/tree/main/jw-agenda/skills/jw-agenda-weekly-review
Command: npx skills add https://github.com/janewu77/jw-skills --skill jw-agenda-weekly-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Weekly review aggregates daily agenda logs to produce a concise, shareable summary, reducing manual reporting and distortion risk.

Core Features & Use Cases

  • Aggregate daily logs from personal/agenda/daily to compute completion rates, time allocation, and a summary of learning/outputs.
  • Generate Week{W}-review.md using assets/review-template.md, enabling carry-over planning for the next week.
  • Compare against planned weekly goals when available (from weekly/Week{W}-plan.md) and highlight gaps.

Quick Start

Request a weekly review for the current week to generate or update Week{W}-review.md using the daily logs.

Frequently Asked Questions about jw-agenda-weekly-review

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

FAQPage Schema
How do I automate weekly review summaries from daily logs?

Automating a weekly review aggregates daily agenda logs to compute completion rates, time allocation, and carry-over items. It generates a concise summary file in your personal agenda directory to reduce manual reporting.

What is the best way to calculate task completion rates and carry-overs for weekly reporting?

Calculating weekly completion rates and carry-overs involves aggregating daily planning data across the week. The process computes your task time allocation and identifies incomplete items to generate clear carry-over guidance for the next week.

How do I generate a weekly performance summary that compares against my planned goals?

Generating a weekly performance summary compares your daily logs against planned weekly goals when available. It highlights existing gaps by computing completion rates and time allocation, then outputs a structured markdown review file.

Can I use daily markdown logs to produce idempotent weekly agenda reviews?

Yes, using daily markdown logs from your personal agenda directory ensures idempotent weekly review output. The process reads established conventions and templates to consistently generate or update your weekly review file without duplication.

Does weekly review automation work without predefined weekly plan files?

Weekly review automation works by reading daily logs from your agenda directory, but comparing against weekly goals requires an existing plan file. Without a plan, it still computes completion rates and time allocation independently.

Why does my weekly review not highlight gaps between planned and actual tasks?

Your weekly review cannot highlight goal gaps if the corresponding weekly plan file is missing. Ensure your planned weekly goals exist in the correct personal agenda directory path before generating the review.