review

Coordinate multi-subagent reviews of PeerTalk phase plans against Retro68 headers and MacTCP documentation.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/matthewdeaves/peertalk --skill review-matthewdeaves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/matthewdeaves/peertalk/tree/main/.claude/skills/review
Command: npx skills add https://github.com/matthewdeaves/peertalk --skill review-matthewdeaves

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Evaluates PeerTalk phase plans for implementability, architectural soundness, cross-platform debugging support, and CPU performance. Coordinates parallel subagents to verify APIs against Retro68 headers, inspect MacTCP/Open Transport/AppleTalk documentation, audit lessons learned, validate phase dependencies, review logging provisions, and evaluate data-oriented design. After review, offers to automatically apply ALL recommended changes based on project goals and best practices. Use before implementing a phase or after drafting a plan to catch issues early.

Core Features & Use Cases

  • Spawns nine subagents in parallel to verify API compatibility, documentation, and ISR safety across MacTCP, Open Transport/AppleTalk, and Inside Macintosh references.
  • Synthesizes findings into a standardized plan-review format, including API/doc issues, phase continuity gaps, logging gaps, and performance notes.
  • Provides an auto-apply workflow to implement recommended changes after user confirmation, aligning with PROJECT_GOALS and Claude Code guidelines.
  • Suitable for use whenever a new phase is drafted or before starting implementation to catch issues early.

Quick Start

Use the review skill to kick off a plan review before implementation.

Frequently Asked Questions about review

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

FAQPage Schema
How do I validate a MacTCP or Open Transport plan before implementation?

Plan validation for MacTCP and Open Transport checks API compatibility against Retro68 headers and Inside Macintosh documentation. It coordinates parallel subagent reviews to identify ISR safety issues, documentation gaps, and phase continuity problems before coding begins.

What does an architectural plan review cover for AppleTalk and MacTCP projects?

An architectural plan review covers API compatibility with MPW/Retro68 headers, Inside Macintosh ISR safety, logging provisions, data-oriented design, and phase dependencies. It synthesizes findings into a report with verdicts, performance concerns, and prioritized change workflows.

Can I automatically apply recommended changes after a PeerTalk phase plan review?

Yes, after synthesizing the review findings, an auto-apply workflow can implement all recommended changes. This workflow aligns with project goals and best practices, applying fixes for API issues, logging gaps, and phase continuity problems after user confirmation.

When do I need to run a multi-subagent plan review for vintage Mac networking APIs?

Run a multi-subagent plan review whenever a new phase is drafted or before starting implementation. It catches architectural issues early by verifying Open Transport, AppleTalk, and MacTCP APIs across Inside Macintosh references and Retro68 headers.

Does the plan review check Inside Macintosh ISR safety and logging gaps?

Yes, the review process explicitly audits Inside Macintosh ISR safety and logging provisions. It uses parallel subagents to inspect these areas, ensuring the plan outputs a synthesis report detailing any logging gaps and performance concerns.

Why are documentation gaps missed when reviewing a MacAPI implementation plan manually?

Manual reviews often miss documentation gaps because they lack parallel verification against Inside Macintosh references and Retro68 headers. Coordinating nine subagents ensures comprehensive cross-referencing of MacTCP, Open Transport, and AppleTalk documentation automatically.