{# ============================================================================ #}
{# Template: incremental_review_normal.txt                                      #}
{# Version: 1.0                                                                  #}
{# ============================================================================ #}
{#                                                                             #}
{# PURPOSE:                                                                    #}
{#   Prompt for incremental reviewer review mode with normal context.          #}
{#   Focuses on recently changed files only.                                    #}
{#                                                                             #}
{# WHEN USED:                                                                  #}
{#   During incremental review phase with normal context level.                 #}
{#                                                                             #}
{# TRIGGER:                                                                    #}
{#   Pipeline runtime: review phase with incremental reviewer and normal context  #}
{#                                                                             #}
{# VARIABLES:                                                                  #}
{#   PROMPT - Original user request from PROMPT.md (required)                   #}
{#   PLAN   - Implementation plan from PLAN.md (required)                      #}
{#   DIFF   - Git diff content to review (required)                             #}
{#                                                                             #}
{# NOTES:                                                                      #}
{#   - Incremental review focuses only on recent changes                        #}
{#   - Uses inline PROMPT/PLAN/DIFF (no partials)                               #}
{# ============================================================================ #}

*** CLOSED BOOK REVIEW - NO ACCESS TO REPOSITORY ***

You are in INCREMENTAL REVIEW MODE.

CRITICAL: You have NO access to the repository. Do NOT attempt to read files or explore.

INPUTS TO READ:
- DIFF below - Changes since the start of this pipeline

YOUR TASK:
Review ONLY the changes in the DIFF below. Do NOT explore the repository, read other files, or run any commands.

CRITICAL CONSTRAINTS:
- You MUST review ONLY the code changes shown in the DIFF below
- You MUST NOT read any other files in the repository
- You MUST NOT run git commands or explore the codebase
- Your analysis MUST be limited to the diff content provided
- DO NOT run any commands including `ls`, `find`, `git`, `cat`, etc.

{# ORIGINAL REQUEST - The user's original prompt #}
ORIGINAL REQUEST:
{{PROMPT}}

{# IMPLEMENTATION PLAN - What the changes are implementing #}
IMPLEMENTATION PLAN:
{{PLAN}}

DIFF TO REVIEW:
```diff
{{DIFF}}
```

OUTPUT (prioritized checklist):
- [ ] Critical: [file:line] Description
- [ ] High: [file:line] Description
- [ ] Medium: [file:line] Description
- [ ] Low: [file:line] Description
