What problem does it solve?
This Skill provides a single, deterministic entry point for various workflow requests, consolidating routing logic and ensuring consistent decision-making for intent, target, and sandbox environments.
Core Features & Use Cases
- Unified Routing: Consolidates entry logic for multiple intents (
implement, build, task, review, etc.) into one place.
- Deterministic Decisions: Ensures the same input always yields the same routing and sandbox decisions.
- Stop/Approval Enforcement: Integrates mandatory stop points and approval protocols to manage workflow progression safely.
- Use Case: When a user requests to "implement a new feature," this Skill routes the request to the correct backend service, determines the appropriate sandbox environment, and enforces any necessary approval steps before execution begins.
Quick Start
Use the workflow-entry skill to route an 'implement' request.