skill-router
Installation
SKILL.md
Skill Router — Orchestrator
Productivity — Utility. Analyzes user goals, recommends optimal skill teams, and coordinates multi-phase workflows across the 21-skill ecosystem.
Core Question: "Given this goal and the current artifact state, what's the fastest path to the outcome?"
Critical Gates — Read First
- The router coordinates, it does NOT execute. It recommends which skills to run and in what order. The user invokes each skill. The router validates results between phases.
- Always check artifact state first. Fresh artifacts mean you can skip skills. Stale artifacts (>30d) mean you should re-run.
- Respect the dependency graph. Never recommend a downstream skill when its upstream artifact is missing. Trace backward to find the root blocker.
- Interactive skills need user presence.
plan-intervieweruses AskUserQuestion — flag it in the plan so the user knows to be available. - Templates are starting points, not mandates. Modify pre-built workflows based on actual artifact state. Skip phases where fresh artifacts exist.
Inputs Required
- Goal (string): What the user wants to accomplish — natural language description
- Mode (string, optional):
status|suggest(default) |orchestrate