What problem does it solve?
Using Supervibe Skills prevents AI agents from mixing or improvising Supervibe workflows by mapping user intent to the correct skill chain while preserving command ownership, receipts, CodeGraph, and verification gates.
Core Features & Use Cases
- Intent-to-skill routing with lifecycle awareness: selects the smallest safe skill chain for idea, plan, graph, implementation, design, audit, release, or diagnostic stages.
- Command-owner enforcement: honors durable lifecycle commands and stops when hard-stop signals apply instead of emulating controller logic.
- Evidence-first execution: requires runtime receipts, and includes memory/CodeGraph when change risk is non-trivial.
- Risk-aware gate handling: keeps tests/validators/reviewers at final gates when policy marks them final-only.
Quick Start
Use the using-supervibe-skills skill when you want the agent to choose the correct Supervibe workflow chain for a request and stop with a clear BLOCKED result if required evidence is missing.