core-context-router

Route tasks through a static routing catalog and load minimal context packs.

2|1|Updated Sep 11, 2025
One-click install
npx skills add https://github.com/ThiagoGuislotti/copilot-instructions --skill core-context-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-context-router
Source: https://github.com/ThiagoGuislotti/copilot-instructions/tree/main/.codex/skills/core-context-router
Command: npx skills add https://github.com/ThiagoGuislotti/copilot-instructions --skill core-context-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route tasks through the repository's static routing catalog and load only the minimal context pack to ensure execution readiness with focused scope.

Core Features & Use Cases

  • Minimal context loading: route tasks and assemble a small, task-focused context pack.
  • Deterministic routing: prioritize the most specific instruction to resolve conflicts.
  • Guided execution: provide clear, minimal-file execution boundaries to reduce risk.

Quick Start

Route a task through the repo's routing catalog and load only the minimal context pack before execution.

Frequently Asked Questions about core-context-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route tasks using a minimal context pack in a software project?

Task routing with minimal context packs is handled by consulting the repository's static routing catalog and loading only 2-5 domain files. This constrains execution scope, resolves to the most specific instruction, and ensures deterministic execution.

What is deterministic instruction routing for software workflows?

Deterministic instruction routing prioritizes the most specific scope within a static routing catalog to resolve conflicts. It guarantees predictable, focused execution boundaries by preventing overlapping or ambiguous instructions from disrupting the workflow.

How do I reduce context scope to specific domain files for task execution?

Reducing context scope requires applying minimal-context constraints during instruction routing. The system selects only 2-5 relevant domain files from the catalog, creating a focused context pack that limits execution risk and boundary ambiguity.

Can I use context routing if my task instructions are ambiguous?

Yes, context routing supports ambiguous instruction scenarios by allowing up to 3 clarifying questions. This guided resolution ensures the static routing catalog can still resolve the correct minimal context pack for deterministic execution.

What's the best way to resolve scope conflicts during context assembly?

Resolving scope conflicts during context assembly is achieved by prioritizing the most specific instruction in the routing catalog. This deterministic approach ensures the assembled minimal context pack targets the exact execution boundary required.

Do I need external dependencies to perform static routing catalog lookups?

No external dependencies are required to perform static routing catalog lookups or assemble minimal context packs. The routing mechanism operates independently, relying solely on the repository's internal structure to enforce minimal-context constraints.