exeris-routing-planner

star 5

Router/Planner skill for Exeris Kernel. Produces primary agent, required secondary handoffs, execution order, and minimal next action.

exeris-systems By exeris-systems schedule Updated 4/8/2026

name: exeris-routing-planner description: 'Router/Planner skill for Exeris Kernel. Produces primary agent, required secondary handoffs, execution order, and minimal next action.' argument-hint: 'Task classification + primary risk + affected modules/subsystems' user-invocable: true disable-model-invocation: false

Exeris Routing Planner

Purpose

Build the lightweight execution route after classification.

This skill plans handoffs; it does not execute implementation/review steps itself.

Output Contract

Return exactly:

  1. primary_agent
  2. required_secondary_handoffs (ordered)
  3. execution_plan (4-6 steps)
  4. minimal_next_action

Routing Rules

  • Primary risk decides first owner.
  • If boundary risk is primary, route to Exeris Architect first.
  • If hot-path risk is primary, route to Exeris Performance/Memory or Exeris Implementer with mandatory perf handoff.
  • If observable contract changes, include Exeris TCK/Test handoff.
  • If docs/ADR drift is plausible, include Exeris Docs/ADR handoff.

Sequencing Constraints

  • Preserve dependency order between steps (no parallelization of blocking reviews).
  • Prefer minimal chain that still covers all primary and secondary risks.
  • Avoid speculative handoffs without identified risk.

Completion Criteria

Plan is complete only if sequence is actionable end-to-end and every handoff has one-line rationale.

Install via CLI
npx skills add https://github.com/exeris-systems/exeris-kernel --skill exeris-routing-planner
Repository Details
star Stars 5
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
exeris-systems
exeris-systems Explore all skills →