home/productivity/decision-review-prompt

Decision Review Prompt

GPTClaudeDeepSeek··656 copies·updated 2026-07-14
decision-review-prompt.prompt
# Decision Review — Daily Cron Prompt

> **⚠ SHARED FILE — DO NOT ADD PROJECT-SPECIFIC CONTENT.** This file is auto-updated and will be overwritten.
> Project-specific adjustments to the review logic belong in `layer2-project-core.md`.

## Scheduling

To enable automatic daily reviews, run `/schedule` and create a daily trigger that executes this prompt.
Recommended schedule: daily at 8:00 AM. You can also run this prompt manually at any time.

## Your Task

Review all decisions in `.agent-context/decisions.json` and process expired entries based on their weight.
Work efficiently — report errors immediately, output the final summary at the end.

## Step 1: Read & Parse

1. Read `.agent-context/decisions.json` — if missing or empty (`[]`), return `ok: true` with "No decisions to review"
2. If the file exists but cannot be parsed as JSON, return `ok: false` with the parse error and first 200 characters of file content. Do NOT attempt automatic repair.
3. Determine today's date

### Expected JSON Schema

Each entry in the array follows this structure:

when to use it

Community prompt sourced from the open-source GitHub repo lx-wnk/Agent-Context (MIT). A "Decision Review Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

lx-wnk/Agent-Context · MIT