AgentStack
SKILL verified MIT Self-run

Weekly

skill-kv0906-pm-kit-weekly · by kv0906

Weekly review — 3-phase process (Collect/Reflect/Plan). Reviews shipped items, blockers, decisions, and plans next week. Use on Fridays or Mondays.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-kv0906-pm-kit-weekly

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Weekly? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/weekly — Weekly 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)

  1. Read all daily notes from the past 7 days
  2. For each active project, aggregate:
  • Shipped items
  • Items carried over (WIP)
  • Blockers resolved
  • Blockers still open
  1. Read recent decisions
  2. Identify patterns in standup data

Phase 2: Reflect (10 minutes)

  1. Identify what went well / didn't go well
  2. Surface recurring patterns (e.g., same blocker type)
  3. Check: which shipped items had the most impact?
  4. Check: which blockers slowed progress most?
  5. Note any decisions that need revisiting

Phase 3: Plan (10 minutes)

  1. Set top 3 priorities for next week with owner + due
  2. Identify decisions that need to be made
  3. Anticipate blockers (risk watchlist)
  4. 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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.