What problem does it solve? Getting a single AI response often means getting a single viewpoint, which can miss bugs, security holes, or design flaws. This Skill convenes multiple role-played expert personas who debate, challenge each other, and converge on a concrete decision before any code changes happen. ## Core Features & Use Cases - Multi-Persona Deliberation: Summons 3-5 expert personas (e.g., architecture, security, debugging) whose names self-describe their specialty, then runs one structured round of debate. - Adversarial Code Review: Personas are instructed to disagree bluntly rather than rubber-stamp, surfacing issues like race conditions, missing ownership checks, and absent transactions. - Decision Table Output: Ends with a concise decision table listing each task, its severity, and the agreed resolution, then stops and waits for the user's call. - Use Case: You suspect a grading submission endpoint has concurrency issues. Invoke the skill, and the personas identify the race condition, flag unverified file ownership, and agree on wrapping the logic in a database transaction. ## Quick Start Ask the team to review your code by saying something like: team đâu, review giúp đoạn code này.