What problem does it solve?
This Skill addresses the common failure modes in AI-generated code, such as inventing non-existent APIs, duplicating existing functionality, hardcoding data, and over-engineering solutions, by providing a systematic framework to prevent these issues.
Core Features & Use Cases
- AI-Assisted Development Framework: Implements a seven-layer defense architecture to systematically prevent LLM code generation failures.
- Real-time Interception & Scanning: Utilizes hooks for immediate blocking of dangerous commands and provides on-demand scanning tools.
- Use Case: Before starting a new coding task, use
/vibeguard:preflight to explore the project and generate constraints, ensuring the AI's output aligns with existing patterns and requirements.
Quick Start
Run /vibeguard:preflight to explore the project and generate constraints before starting a new task.