design-review-gate

Automate design review by spawning five specialized agents and iterating until approval.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/jpeggdev/buildwithjpegg --skill design-review-gate-jpeggdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-review-gate
Source: https://github.com/jpeggdev/buildwithjpegg/tree/main/plugins/tribunal/skills/design-review-gate
Command: npx skills add https://github.com/jpeggdev/buildwithjpegg --skill design-review-gate-jpeggdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that complex features undergo rigorous review by multiple specialized agents before implementation begins, catching potential issues early and improving overall design quality.

Core Features & Use Cases

  • Multi-Agent Review: Spawns Product Manager, Architect, Designer, Security, and CTO agents in parallel.
  • Iterative Feedback: Consolidates feedback and allows for design revisions, re-running the gate until all agents approve.
  • Use Case: After brainstorming a new feature, this skill automatically assigns it to a panel of experts for review, ensuring technical feasibility, user experience, security, and alignment with business goals before any code is written.

Quick Start

Use the design-review-gate skill to review the design document located at docs/plans/new-feature-design.md.

Frequently Asked Questions about design-review-gate

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

FAQPage Schema
How do I automate design review for software architecture and security before implementation?

Automated design review uses specialized agents to evaluate software architecture, security, user experience, and TDD readiness, iterating on feedback until all agents approve and ensuring technical soundness before implementation begins.

What is multi-agent design review and how does it work for feature planning?

Multi-agent design review spawns Product Manager, Architect, Designer, Security, and CTO agents in parallel to review a feature plan, consolidating structured JSON feedback to enforce gate criteria and catch potential issues early.

How to ensure technical feasibility and security alignment when brainstorming new features?

Assign new feature designs to a panel of expert agents for review, ensuring technical feasibility, user experience, security, and business goal alignment by iteratively running the review gate until all specialized agents approve.

Does the design review gate require structured JSON output from all agents?

Yes, the design review gate requires structured JSON output from each specialized agent to aggregate results, consolidate feedback, and enforce gate criteria for design revisions until full approval is reached.

Can I use automated design review to verify TDD readiness for product management plans?

Yes, automated design review includes a specialized agent that evaluates TDD readiness alongside product management, software architecture, and security design to ensure comprehensive feature planning before coding starts.

What are the limitations of using parallel agents for design review?

Using parallel agents for design review requires structured JSON output to aggregate results, meaning any agent failing to provide structured feedback prevents effective consolidation and iterative gate enforcement.