What problem does it solve?
This Skill acts as an intelligent router, ensuring that every user request is correctly classified by its intent before any action is taken, preventing scope creep and ensuring efficient task execution.
Core Features & Use Cases
- Intent Classification: Determines the user's goal (e.g., writing code, debugging, reviewing).
- Pre-flight Checks: Enforces a structured workflow by reading routing rules and optionally consulting roadmap documents.
- Use Case: When a user says "Let's start working on the new feature," this Skill will first determine the intent (e.g.,
[Intent: write_code]) and check if NOVA_ROADMAP.md needs to be consulted for architectural decisions before proceeding.
Quick Start
Use the code-helper skill to classify the user's request and determine the next step.