/weekly — Weekly Review
SkillDev toolsWeekly review — 3-phase process (Collect/Reflect/Plan). Reviews shipped items, blockers, decisions, and plans next week. Use on Fridays or Mondays.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /weekly — Weekly Review skill
What this skill tells your AI
The instructions your AI receives, as published by kv0906/pm-kit in .claude/skills/weekly/SKILL.md and read by ahel’s review.
Facilitates your weekly review by collecting the past week's data, reflecting on progress, and planning the next week.
Context
Today's date: !date +%Y-%m-%d
Config: @_core/config.yaml Processing logic: @_core/PROCESSING.md
Reference template: @_templates/sprint-retro.md
Session Task Progress
Create tasks at skill start with dependencies:
TaskCreate: "Phase 1: Collect"
description: "Gather daily notes, shipped items, blockers from past week"
activeForm: "Collecting weekly data..."
TaskCreate: "Phase 2: Reflect"
description: "Analyze patterns, what worked/didn't"
activeForm: "Reflecting on weekly performance..."
TaskCreate: "Phase 3: Plan"
description: "Set next week priorities, identify top risks"
activeForm: "Planning next week..."
Set dependencies:
TaskUpdate: "Phase 2", addBlockedBy: [phase-1-id]
TaskUpdate: "Phase 3", addBlockedBy: [phase-2-id]
Phase 1: Collect (10 minutes)
- Read all daily notes from the past 7 days
- For each active project, aggregate:
- Shipped items
- Items carried over (WIP)
- Blockers resolved
- Blockers still open
- Read recent decisions
- Identify patterns in standup data
Phase 2: Reflect (10 minutes)
- Identify what went well / didn't go well
- Surface recurring patterns (e.g., same blocker type)
- Check: which shipped items had the most impact?
- Check: which blockers slowed progress most?
- Note any decisions that need revisiting
Phase 3: Plan (10 minutes)
- Set top 3 priorities for next week with owner + due
- Identify decisions that need to be made
- Anticipate blockers (risk watchlist)
- Note any carry-over items
Output
Create weekly review note using template:
- Filename:
reports/{date}-sprint-retro.md
Export (Optional)
Supports --xlsx, --pdf, --pptx flags. See .claude/rules/export-formats.md for layout specs and workflow. Complete normal processing first, then generate the formatted file.
Integration
Works with:
/daily- Reviews daily notes from the week/push- Commit after completing review/onboard- Load context for informed review/progress- Detailed project status during review
Signals
- GitHub stars
- 133
- Forks
- 33
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
weekly- Source
- github.com/kv0906/pm-kit