VII (7)
argus-router
argusUse when the user asks to use Argus, Argus Command Center, command-center workflow, or wants help deciding which Argus workflow should handle a Codex task without loading unnecessary context.
Argus Router
IPurpose
Route an Argus request to the smallest useful workflow.
Use this skill to avoid context bloat. Do not load other Argus references unless the request clearly needs them.
IIRouting
- Inventory many projects or a parent project folder: use
$argus-project-inventory. - Starting a project or deciding the Argus path: use
$argus-project-gate. - Repo discovery or baseline review: use
$argus-repo-intake. - Prompt or handoff construction: use
$argus-handoff-builder. - Validation, repair loops, or quality gates: use
$argus-validation-gate. - Versioned ZIP or release preparation: use
$argus-release-packaging. - Lessons, workflow improvements, or skill promotion: use
$argus-retrospective-capture.
IIIOperating Rules
- Classify the work before acting.
- Keep the active workflow narrow.
- Prefer scripts for deterministic checks.
- Ask for missing critical inputs only when they cannot be inferred safely.
- Stop when confidence is below 95%.
- If no existing skill fits, use the project gate to finish the work and capture a missing-skill proposal at the end.
IVOutput
Return the selected workflow, why it fits, and the next concrete action.