← 返回
未分类 中文

Weekly Review Builder

Build a weekly review that refreshes project phase, bottleneck, and next steps. Use on: weekly schedule, after several daily loops, before resetting project...
构建每周回顾,刷新项目阶段、瓶颈与后续步骤。用于:每周计划、若干日常循环后、项目重置前。
sunbinnju-star
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 363
下载
💾 0
安装
1
版本
#latest

概述

Weekly Review Builder

Compress one week's activity into an updated, honest project state. Prevent long-term drift.

Input

Required:

  • project_card — full project card with current state, goals, phase
  • weekly_daily_logs — array of 5-7 daily loop logs from this week
  • weekly_decisions — decisions made during the week
  • weekly_outputs — tangible outputs produced this week
  • stale_tasks — tasks that were planned but not completed

Optional:

  • blocked_tasks — tasks that failed due to blockers

Output Schema

updated_current_phase: string       # refreshed project phase
updated_current_bottleneck: string  # the one most critical blocker now
next_week_goal: string              # single clear goal for next week
next_3_actions: string[]            # top 3 actions for next week
risk_check: string                  # honest assessment of current risks
one_page_project_summary: string    # compressed project status (≤300 words)
review_confidence: "high" | "medium" | "low"
review_writeback: object           # structured record for project memory
stale_tasks_resolved: string[]      # tasks cleared this week
stale_tasks_remaining: string[]     # tasks still pending

Rules

  1. Must remove outdated actions. If a planned task wasn't touched, mark it stale and either drop or reschedule it.
  2. Must identify the single current bottleneck. Not 3, not 5 — one.
  3. Must distinguish progress from activity. Meetings attended ≠ progress. Code shipped ≠ impact. Be precise.
  4. Must be honest if no real progress was made. Say so. A stagnant review is better than a flattering one.
  5. Evidence-based only. Do not update phase or bottleneck without supporting evidence from logs.

Review Phases

Phase 1: Log Compression

  • Read all weekly_daily_logs
  • Extract: findings, decisions, completions, blockers
  • Separate actual progress from busy-work

Phase 2: Gap Analysis

  • Compare weekly_outputs against weekly_daily_logs stated objectives
  • Identify: what was claimed vs what was delivered
  • Mark stale_tasks as resolved or remaining

Phase 3: State Refresh

  • Update current_phase based on evidence (not ambition)
  • Identify current bottleneck (the one thing blocking most progress)
  • Assess risk: what's the biggest threat to the project right now?

Phase 4: Forward Planning

  • Set next_week_goal (one clear goal)
  • List next_3_actions (ranked by impact)
  • Write one_page_project_summary for human readability

Phase 5: Writeback

  • Populate review_writeback with structured record
  • Set review_confidence based on evidence quality

Failure Handling

If evidence is insufficient (e.g., logs are missing, can't determine progress):

  • Mark review_confidence = "low"
  • Do not fabricate phase changes or bottleneck updates
  • Request missing log recovery before completing review
  • Write partial review with explicit gaps noted

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 11:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Daily Loop Runner

sunbinnju-star
为单个活跃项目执行一次受控的每日项目循环。适用于:定时每日运行、计划器触发的项目步骤、项目恢复等。
★ 0 📥 365

Paper Ingest Normalizer

sunbinnju-star
将论文、PDF、URL和文献笔记规范化为结构化研究记录,以便项目记忆和检索。使用时机:(1) 新论文、PDF、DOI 或...
★ 0 📥 383

Watchdog Heartbeat

sunbinnju-star
监控服务健康、心跳新鲜度、工作流卡死情况,并触发恢复或降级模式。适用于高频调度、系统启动后等场景。
★ 0 📥 364