DETERMINISTIC SKILL ROUTING

Find the route
before the work.

Describe the task. The router detects the signals, composes the path, and shows exactly why it chose it.

LOCAL ENGINENo remote inference.
EXPLAINABLEEvery match leaves a trace.
DETERMINISTICSame signals. Same decision.
01 / LIVE ROUTER

Give it context. Watch the path form.

This reference demonstrates the desired interaction. Production logic remains local, deterministic, and backed by tested route definitions.

TASK / INPUT
LOCAL ENGINE
QUICK ROUTES
58 / 1200
ROUTING / TRACE IDLE
NORMALIZE DETECT SCORE RESOLVE COMPOSE
SYSTEM READY
Waiting for routing context.
INPUT SIGNALS
ROUTE CANDIDATES
MATCH CONFIDENCE
SELECTED MODULE
TRACE CHANNEL
Awaiting task execution...
02 / EXPERTISE

Deterministic routes.

The core is pre-loaded with curated specialist routes built from security best practices.

R / MOBILE

Mobile / APK

Map Android and mobile application tasks by artifact, runtime context, and objective.

ANDROID APK RUNTIME
R / WEB

Frontend / JS

Route browser bundles, client-side logic, and obfuscated JavaScript review tasks.

BUNDLE JS
R / NATIVE

Native Binary

Start with classification before selecting deeper specialist paths.

ELF PE
R / LLM

LLM Security

Organize model-integration review around boundaries, tools, and trust assumptions.

LLM AGENT
R / API

API Surface

Structure an API-focused review from surface mapping through evidence organization.

HTTP AUTH SCHEMA
R / GENERAL

General Analysis

The fallback is intentional: weak evidence should not force a specialist route.

FALLBACK CLARIFY
03 / METHOD

No black box.
No invented route.

The engine uses local, inspectable routing rules. If the evidence is weak, it falls back instead of pretending to know.

01

Signal Match

Each task is evaluated against known dimension patterns using simple regex and heuristics.

02

Evidence Score

Signals contribute evidence. Only when evidence passes a threshold does a route shift from general to specialized.

03

Composition

The route determines the core phases. Matched signals inject specific execution modules into those phases.

04

Execution

The system outputs the workflow. A human (or executing agent) follows it predictably.

04 / SOURCE

Deterministic

The logic for routing is simple, strict, and executes entirely in the browser using pre-compiled TS logic. It requires zero server infrastructure.

INSPECT SOURCE →

Open Data

The routes, signals, and execution modules are defined in JSON, making it trivial to add custom organizational routing rules or replace the dataset completely.

VIEW SCHEMAS →

Ready to map the unknown?

Fork the repository, drop in your own JSON rules, and build your own deterministic execution orchestrator.

VIEW REPOSITORY