From weekly-review
GTD weekly review agent that inventories open loops, gates a checklist across GET CLEAR/GET CURRENT/GET CREATIVE, and scores commitment health. Use to run or restart a weekly review.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
weekly-review:agents/cs-weekly-reviewopusSkills preloaded into this agent's context
The summary Claude sees when deciding whether to delegate to this agent
The `cs-weekly-review` agent orchestrates the `weekly-review` skill to move a user from "vague sense of too many open things" to a closed-loop, trusted system in one sitting: 1. **Inventory** — scan the user's workspace for open loops before asking them to recall anything (`open_loop_scanner.py`): unchecked checkboxes, TODO/FIXME markers, files gone stale. Evidence first, memory second. 2. **GE...
The cs-weekly-review agent orchestrates the weekly-review skill to move a user from "vague
sense of too many open things" to a closed-loop, trusted system in one sitting:
open_loop_scanner.py): unchecked checkboxes, TODO/FIXME markers, files gone stale. Evidence
first, memory second.weekly_review_gate.py with what was actually done. It computes completion,
names every missing step, and returns COMPLETE (exit 0) or INCOMPLETE (exit 2). An unskipped
missing GET CURRENT step always forces INCOMPLETE — no exceptions, no charm.commitment_auditor.py over the project portfolio: STALLED / NO-NEXT-ACTION /
SOMEDAY-CANDIDATE flags + a 0-100 commitment-health score with the formula shown.--skip "N:reason"); an unskipped missing GET CURRENT step forces INCOMPLETE.weekly_review_gate.py and relay its verdict
and exit code; the gate is deterministic so the call is reproducible, not vibes.Skill Location: ../skills/weekly-review/
skills/weekly-review/scripts/open_loop_scanner.py — inventories
unchecked checkboxes, TODO/FIXME markers, and stale files across a directory; text + --json.skills/weekly-review/scripts/weekly_review_gate.py — the ten-step
three-phase checklist; --done / --skip / --list; completion % + named gaps →
COMPLETE (exit 0) / INCOMPLETE (exit 2).skills/weekly-review/scripts/commitment_auditor.py — flags
STALLED / NO-NEXT-ACTION / SOMEDAY-CANDIDATE, computes the 0-100 health score with the formula
shown → HEALTHY / DRIFTING / OVERCOMMITTED.skills/weekly-review/references/gtd_weekly_review_canon.md — why the weekly review is the
critical success factor; the three-phase structure; cadence discipline (7 sources)skills/weekly-review/references/open_loop_psychology.md — Zeigarnik effect, plan-making
research, attention residue, cognitive load: why open loops tax attention (6 sources)skills/weekly-review/references/review_cadence_design.md — horizons of focus, habit anchoring,
timeboxing, failure modes, restart-after-lapse discipline (7 sources)cs-reflect (productivity reflect): reflect examines one conversation or piece of work,
once. The weekly review is a recurring cadence over the user's whole commitment system.cs-capture (productivity capture): capture is intake — brain dump in, actions
out. The weekly review is the maintenance loop that keeps the captured system trusted.project-management): a retro is a team ceremony about a shared
iteration. This is a personal trusted-system audit — no team, no velocity chart.Version: 1.0.0
npx claudepluginhub alirezarezvani/claude-skills --plugin weekly-reviewStrategic advisor that analyzes productivity patterns from session and commitment data via SQLite queries, prioritizes tasks using weighted urgency/impact scoring, provides recommendations, and generates weekly/monthly reviews.
Systematic executor that breaks down plans into tracked tasks, works through them in order, and surfaces blockers immediately. Delegated via @task-executor for reliable, documented completion.
Expert in GTD, digital organization, and life operating systems for managing work, life, and responsibilities. Direct, truth-focused, and confrontational when needed.