What problem does it solve?
AI-generated code often contains implicit assumptions that pass initial testing but fail catastrophically in production under real-world conditions like high load, concurrency, or edge cases. This Skill systematically identifies and verifies these hidden assumptions before they reach deployment.
Core Features & Use Cases
- Multi-Model Verification: Routes assumptions to appropriate AI models based on risk level—premium models for critical production risks and free models for standard and edge cases.
- Assumption Tagging: Enables systematic tagging of assumptions during development with #CRITICAL, #ASSUME, and #EDGE markers.
- Workflow Automation: Provides slash commands for verification, inventory listing, and system testing integrated with pre-commit hooks.
Quick Start
Use the rad skill to verify all hidden assumptions in your current project by running the assumption verification workflow on your recently changed files.