← Back to Skills Marketplace
sunbinnju-star

Weekly Review Builder

by sunbinnju-star · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weekly-review-builder
Description
Build a weekly review that refreshes project phase, bottleneck, and next steps. Use on: weekly schedule, after several daily loops, before resetting project...
README (SKILL.md)

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
Usage Guidance
This skill appears internally consistent and limited to processing project data. Before installing, confirm where review_writeback will be stored (project memory vs. an external datastore) and whether you’re comfortable the agent may write structured review records into that memory. Because the skill can be invoked autonomously (platform default), review its outputs and writeback targets after first runs to ensure it behaves as you expect. No credentials or system access are requested by this skill.
Capability Analysis
Type: OpenClaw Skill Name: weekly-review-builder Version: 1.0.0 The skill bundle is a project management tool designed to synthesize weekly activity logs into a structured status report. It contains only metadata and markdown instructions (SKILL.md) for an AI agent, with no executable code, network requests, or attempts to access sensitive system resources. The logic is entirely focused on data processing and reporting based on provided inputs.
Capability Assessment
Purpose & Capability
The name and description match the SKILL.md: the skill asks for a project_card, weekly logs, decisions, outputs and stale tasks to produce an updated phase, bottleneck, next actions, and a writeback. All requested inputs are proportional to producing a weekly review.
Instruction Scope
Runtime instructions are limited to processing the provided inputs, performing evidence-based analysis, and producing a structured writeback. The SKILL.md does not instruct the agent to read unrelated system files, environment variables, or transmit data to external endpoints.
Install Mechanism
This is an instruction-only skill (no install spec, no code). Nothing will be downloaded or written to disk as part of an install, minimizing execution-surface risk.
Credentials
The skill requests no environment variables, credentials, or config paths. Inputs are explicit and scoped to project data; writeback is a structured object intended for project memory which is appropriate for this purpose.
Persistence & Privilege
Flags show always:false and default autonomous invocation settings. The skill does ask to populate review_writeback (normal for a review tool) but does not request persistent platform privileges or to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weekly-review-builder
  3. After installation, invoke the skill by name or use /weekly-review-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: compress weekly activity into updated project state
Metadata
Slug weekly-review-builder
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Weekly Review Builder?

Run "/install weekly-review-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weekly Review Builder free?

Yes, Weekly Review Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Weekly Review Builder support?

Weekly Review Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weekly Review Builder?

It is built and maintained by sunbinnju-star (@sunbinnju-star); the current version is v1.0.0.

💬 Comments