What problem does it solve? When working from a master plan, teams waste effort deciding whether each slice needs a full planning document or can go straight to implementation. This Skill removes that ambiguity by autonomously routing exactly one selected slice to the smallest safe execution path. ## Core Features & Use Cases - Autonomous routing gate: Evaluates prerequisites, settled behavior, atomicity, and coordination needs to choose between direct quick-executor delivery and a focused Plan, without asking the user to decide. - Focused Plan creation: Generates a Plan in docs/plans/active/ following the repository's PLAN_TEMPLATE, preserving human outcomes, acceptance scripts, dependencies, and stop conditions. - Compact subagent handoff: Returns a structured RESULT/ROUTE/ARTIFACT/NEXT summary so the coordinator needs no additional repository reads. - Use Case: A user selects slice S3 from docs/master-plans/ and says "to plan"; the Skill verifies prerequisites are accepted, finds the slice is atomic with settled UX, dispatches quick-executor directly, and hands the result to quick-reconcile. ## Quick Start Select a slice from a master plan in docs/master-plans/ and ask the assistant to route it to plan for implementation.