/cs:weekly-review — Run a GTD weekly review: GET CLEAR (collect, inboxes to zero, empty your head), GET CURRENT (next actions, both calendars, waiting-for, proj
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-ef08203b4559 ,按照其中的说明把「cs-weekly-review」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Command: /cs:weekly-review [directory or notes]
The weekly review is the maintenance loop that makes the rest of a personal system trustworthy. This command walks David Allen's three phases in order, scans for open loops so nothing depends on memory, and refuses to call the review COMPLETE while any mandatory GET CURRENT step is unaccounted for.
/cs:capture (intake, not review).productivity/reflect.project-management, not this.open_loop_scanner.py), grouped by kind with per-file locations.weekly_review_gate.py computes completion %, names every
missing step, and returns COMPLETE (exit 0) or INCOMPLETE (exit 2). Unskipped GET CURRENT gaps
always force INCOMPLETE.commitment_auditor.py).--skip "N:reason", and the gate still names it.# 1. Inventory open loops in the workspace (checkboxes, TODO/FIXME, stale files)
python ../skills/weekly-review/scripts/open_loop_scanner.py --dir . --stale-days 14
# 2. Show the numbered ten-step checklist, then walk it with the user phase by phase
python ../skills/weekly-review/scripts/weekly_review_gate.py --list
# 3. Gate what was actually done — names every missing step; exit 2 if incomplete
python ../skills/weekly-review/scripts/weekly_review_gate.py \
--done "1,2,3,4,5,6,7,8,10" --skip "9:no someday list yet"
# 4. Audit the commitment portfolio (JSON list of {name, days_since_touched, has_next_action})
python ../skills/weekly-review/scripts/commitment_auditor.py --input commitments.json
cs-weekly-reviewweekly-review/cs:capture (intake side of the same system), productivity/reflect (one-off reflection)Version: 1.0.0