Overview
Therecursive-review-bundle subskill generates a durable, reproducible context bundle before you delegate an audit or review to a subagent. Without a canonical bundle, delegated reviews are context-free and cannot be accepted by the recursive-mode workflow.
When to Use
Use this subskill whenever you are delegating a Phase 3.5 code review, test review, or other audit to a subagent. Generate the bundle before dispatching the reviewer, and refresh it after any material repairs or scope changes.This subskill packages the handoff context. It does not replace the canonical workflow in
/.recursive/RECURSIVE.md and it does not perform the review itself.The Canonical Scripts
Two scripts ship with recursive-mode for generating review bundles:scripts/recursive-review-bundle.py— use when Python is availablescripts/recursive-review-bundle.ps1— use when the delegated path is PowerShell-oriented
Minimum Required Inputs
Every bundle invocation must include all of the following:| Input | Description |
|---|---|
repo root | Path to the repository root |
run id | The current recursive-mode run ID |
phase name | The phase being reviewed (e.g., 03.5 Code Review) |
reviewer role | The canonical role (e.g., code-reviewer) |
artifact path | Path to the artifact being reviewed |
upstream artifacts | Exact paths to all artifacts the reviewer must re-read |
audit questions | The specific questions the review must answer |
required output shape | The format the reviewer’s output must take |
Commands
Acceptance Rules
After generating the bundle, follow these rules before and after delegation:Record the bundle path
Record
Review Bundle Path in the delegated phase artifact. Without a recorded path, the phase cannot be considered properly delegated.Require the reviewer to cite the bundle
The reviewer must reference the bundle path, name the upstream artifacts they re-read, cite relevant addenda, reference the changed files or code they reviewed, and provide a final verdict. A bare bundle file is not proof of review quality — the written review must use the bundle contents.