What problem does it solve? Design documents and requirement models often contain hidden flaws—missing permissions, broken state transitions, absent transaction handling, and undefined AI failure recovery—that only surface during development or production. This Skill systematically audits business designs before coding begins, producing a scored review report with prioritized risks. ## Core Features & Use Cases - Comprehensive Logic Audit: Checks business rules, permissions (CRUD/Export/Manage), state machines, data models, transactions, APIs, AI pipelines, async queues, performance, and security across 13 structured sections. - Scored Risk Report: Outputs an overall score (0-100), risk level (High/Medium/Low), a consolidated risk list, and actionable improvement suggestions. - Use Case: Before developing a novel-to-script conversion feature, feed the RequirementAnalyzer output, PAGE_SPECS.md, and API_SPECS.md into this Skill to discover that script deletion lacks a version cascade policy and the AI generation flow has no retry mechanism. ## Quick Start Review the attached design document and API specification for business logic gaps, then output a scored risk report with improvement suggestions.