What problem does it solve? It catches architectural, security, performance, and UX problems in a proposed change before any code is written, preventing costly rework from flawed designs. ## Core Features & Use Cases - Multi-Persona Debate: Five personas (Architect, Security, Performance, UX, Devil's Advocate) independently analyze a proposal, then reconcile conflicts into a GO, CAUTION, or STOP verdict. - Simple and Deep Modes: Deep mode spawns a research subagent that scans git history, prior phase reports, and test failure logs so personas can cite concrete past failures. - Structured Risk Report: Outputs agreements, conflict resolutions, a severity-ranked risk table, and actionable recommendations. - Use Case: Before migrating authentication from JWT to session cookies, run the skill to surface session-fixation risks, latency impacts, and a simpler alternative you had not considered. ## Quick Start Ask the AI to run vc-predict on your proposed feature, for example: predict the risks of adding WebSocket support for real-time notifications.