(Industry standard: Review and Critique Pattern) Primary Use Case: Iterative generation paired with adversarial review, continuing until an 'Approved' verdict is reached. Orchestrated adversarial review loop. Use when: research, designs, architectures, or decisions need to be reviewed by red team agents (human, browser, or CLI). Iterates in rounds of research → bundle → review → feedback until approved.
From agent-loopsnpx claudepluginhub richfrem/agent-plugins-skills --plugin agent-loopsThis skill is limited to using the following tools:
acceptance-criteria.mdarchitect-review.mdassets/resources/red_team_review_loop.mmdevals/evals.jsonevals/results.tsvfallback-tree.mdreferences/acceptance-criteria.mdreferences/fallback-tree.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Configures VPN and dedicated connections like Direct Connect, ExpressRoute, Interconnect for secure on-premises to AWS, Azure, GCP, OCI hybrid networking.
An iterative review loop where research is bundled via context-bundler and dispatched to one or more adversarial reviewers. The loop continues until the red team approves.
red-team-prompt.md explaining exactly what is being reviewed and what the reviewer should focus on.manifest.json or equivalent list dictating which source files and research artifacts to include.context-bundler plugin, feeding it the manifest and prompt, to compile a single cohesive review packet..history/review-iteration-1/) so that when the Red Team forces a rewrite, the baseline artifact is never destructively overwritten.total_tokens and duration_ms used by the adversarial agent during this specific iteration into an evals/timing.json file to calculate the true cost of approval.context-bundler — Required for creating review packetspersonas/ directory (e.g., security-audit.md, architect-review.md)