AI Agent Hub
Back to plugins
project-change-router-skill preview

project-change-router-skill

Workflow Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install WeirdSky924/project-change-router-skill

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install WeirdSky924/project-change-router-skill in your DeepSeek Harness terminal to install the plugin; the source is available at https://github.com/WeirdSky924/project-change-router-skill

About this plugin

In large monorepos, AI coding agents often misplace shared logic into facades or temp dirs, or spawn a second parallel implementation center next to an existing capability, all because they reason from local file names rather than true ownership boundaries. Limited context windows, attention drift, and unstable early-stage boundaries each compound the problem. project-change-router-skill intervenes before any edit: it loads a repo-local routing bundle to surface capability ownership, canonical roots, read/write boundaries, and reuse risk, so the agent guesses less and grounds more.

The skill orchestrates routing, freshness, dependency closure, public-API, reuse-scan, and governance checks through a single entry point, normalising results into traceable typed findings that a versioned policy table reduces to a single execution_gate (pass / conditional / blocked). Reuse detection runs three independent channels (intra-capability, cross-capability, new/extract/lifecycle); early and empty repos stay conservative by default. Safety envelopes, allowed/forbidden write paths, and veto reasons are projection-proof and cannot be excluded by CLI flags.

Built for teams shipping features in large multi-module, multi-owner codebases using Codex, Claude Code, or DeepSeek Harness. It does not replace reading source code or architecture review; it gives the agent an evidence-backed route, hard constraints, and calibration direction before every create, modify, or delete, catching structural drift before the first line is written.

Screenshots

Use Cases

  • Agent repeatedly misplaces shared logic into facades or temp dirs in a large full-stack monorepo
  • Multi-owner modules: agent spawns a parallel implementation center based on name similarity
  • Early or mid-refactor repo where unstable boundaries get mistaken for long-lived architecture
  • Need a fast pre-flight check of capability ownership and write boundaries before any feature commit

Best For

  • Teams shipping features in large multi-module repos via Codex, Claude Code, or DeepSeek Harness
  • Engineering leads responsible for architecture governance in multi-owner full-stack projects
  • Tech leads who want a pre-edit routing and write-gate layer for their AI coding agents