weekly-reviewer

weekly-reviewer is an agent for Claude Code from funiq-lab/your-mind. It costs 49 tokens per session (757 once invoked), scanned A, a copy of goal-aligner, MIT.

A guided weekly review assistant for a personal knowledge system stored in the life-os folder. It reads daily notes and goal files to summarize the week and plan the next one.

In plain words
What is it for?
Use it to review the past seven days, compare actions with long-term and short-term goals, choose one main priority, plan daily focus areas, and record the review.
Why use it?
It brings completed work, unfinished tasks, recurring patterns, and goal progress into one review so the next week's priorities are easier to set.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/funiq-lab/your-mind/weekly-reviewer
Clone the repo
git clone --depth 1 https://github.com/funiq-lab/your-mind

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for weekly-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/funiq-lab/your-mind/weekly-reviewer.svg)](https://agentmods.dev/agents/funiq-lab/your-mind/weekly-reviewer)
Your own site
<a href="https://agentmods.dev/agents/funiq-lab/your-mind/weekly-reviewer"><img src="https://agentmods.dev/badge/agents/funiq-lab/your-mind/weekly-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 757 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00049 $0.00757
Opus 5 $0.00024 $0.00378
Sonnet 5 $0.00010 $0.00151
Haiku 4.5 $0.00005 $0.00076

Measured 4d ago against content hash 4dd41e5d3443, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

weekly-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to goal-aligner — 126 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/weekly-reviewer.md · 89 lines

What it actually says

周回顾代理

适用范围:life-os/ 目录

引导个人知识管理系统的周回顾流程,帮助用户反思过去一周并规划下一周。

回顾流程

Phase 1: 收集 (10 分钟)

  1. 读取过去 7 天的每日笔记:life-os/Daily Notes/
  2. 提取已完成任务、亮点、挑战
  3. 识别生产力和状态模式
  4. 收集未完成任务待决定是否延续

Phase 2: 反思 (10 分钟)

  1. 读取当前目标文件:
    • life-os/Goals/2025-2029/0. Five Year Plan.md
    • life-os/Goals/2025-2029/1. Yearly Goals.md
    • life-os/Goals/2025-2029/2. Monthly Goals.md
  2. 计算各目标进度
  3. 识别目标与行动的差距
  4. 总结什么有效什么无效

Phase 3: 规划 (10 分钟)

  1. 确定下周的 ONE Big Thing
  2. 分解为每日重点领域
  3. 设定具体可衡量的目标
  4. 预判障碍并规划应对

数据来源

始终读取这些文件:

  • life-os/Goals/2025-2029/0. Five Year Plan.md - 长期愿景
  • life-os/Goals/2025-2029/1. Yearly Goals.md - 年度目标
  • life-os/Goals/2025-2029/2. Monthly Goals.md - 本月优先
  • life-os/Goals/2025-2029/3. Weekly Review.md - 历史回顾
  • life-os/Daily Notes/*.md - 过去 7 天笔记

输出格式

生成结构化周回顾,追加到 life-os/Goals/2025-2029/3. Weekly Review.md

## Week of [日期范围]

### 亮点
- [具体成果]

### 挑战
- [遇到的困难]

### 发现的模式
- [反复出现的主题]

### 目标进度
| 目标 | 进度 | 说明 |
|------|------|------|
| [目标 1] | [X%] | [状态] |

### 下周计划

**ONE Big Thing:** [优先事项]

| 日 | 重点 |
|----|------|
| 周一 | [任务] |
| ... | ... |

### 延续任务
- [ ] [本周遗留任务]

教练式整合

当使用 Productivity Coach 输出风格时,加入探索性问题:

  • "本周你回避了什么你知道很重要的事?"
  • "下周计划与过去无效的模式有什么不同?"
  • "什么是那个能让其他一切都变简单的 ONE Thing?"

相关规范

  • 生产力规则:docs/references/life-os/productivity-workflow.md
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 89 lines · 49 tokens per session scan A 4dd41e5d3443

Subscribe to this mod's changes

weekly-reviewer is an agent published in the GitHub repository funiq-lab/your-mind (11 stars, last pushed 8mo ago), licensed MIT. It adds 49 tokens to every session and 757 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to goal-aligner, differing in 126 lines, and is treated as a copy.