inter-agent-review-protocol

Standardize inter-agent code review workflows using request.md and response.md files.

8|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/bordenet/superpowers-plus --skill inter-agent-review-protocol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: inter-agent-review-protocol
Source: https://github.com/bordenet/superpowers-plus/tree/main/skills/productivity/inter-agent-review-protocol
Command: npx skills add https://github.com/bordenet/superpowers-plus --skill inter-agent-review-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes inter-agent code review workflows to ensure consistent, traceable feedback between a producer and a reviewer agent.

Core Features & Use Cases

  • File-protocol handoff for inter-agent review requests and responses.
  • Dual-mode operation (Generate Request and Execute Response) to manage the review lifecycle.
  • Scope-based organization with a dedicated directory under ~/.codex/superpowers-review/active/{scope} for each review.

Quick Start

Generate a new review request in ~/.codex/superpowers-review/active/{scope}/request.md and share it with the reviewer agent.

Frequently Asked Questions about inter-agent-review-protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate inter-agent code review workflows?▼

Automate inter-agent code review by standardizing the request and response workflow through a file-based protocol using request.md and response.md. This ensures consistent, traceable feedback between a producer and a reviewer agent.

What is a file-based protocol for coordinating code review between agents?▼

A file-based review protocol coordinates cross-agent reviews by using scoped directories under ~/.codex/superpowers-review/active/{scope}. It manages the review lifecycle via request.md for handoffs and response.md for executing findings.

How do I hand off completed work to a reviewer agent?▼

Hand off completed work by generating a new review request in ~/.codex/superpowers-review/active/{scope}/request.md. The reviewer agent then reads this file to execute the review and provide feedback.

How does an agent execute reviewer findings and implement feedback?▼

Execute reviewer findings by processing the response.md file within the project-specific scope. The protocol enforces a review-gate workflow to ensure feedback is implemented correctly and safely within the active scope.

Can I scope inter-agent review requests to specific project directories?▼

Yes, you can scope review requests by creating a dedicated directory under ~/.codex/superpowers-review/active/{scope} for each review. This scope-based organization manages the review lifecycle for distinct project areas.