What problem does it solve? Deciding how much process a coding task needs is hard: too little process risks expensive mistakes, too much wastes effort on trivial changes. This Skill triages every task into the right workflow lane before work begins. ## Core Features & Use Cases - Reflex Ladder: Runs a six-rung check (YAGNI, existing code, standard library, platform features, installed dependencies, one-liners) to decide whether anything should be built at all. - Three-Lane Triage: Routes tasks into Quick (no design artifacts), Medium (one combined design/plan document), or Large (full brainstorm, spec, and plan pipeline) based on blast radius and reversibility. - Always-On Disciplines: Enforces test-driven development, systematic debugging, and verification-before-completion in every lane. - Use Case: A user asks to add a feature. The Skill first checks whether existing code already covers it, then routes the work to the medium lane with a single combined design document instead of a heavyweight spec. ## Quick Start Ask the agent to load the workbench rules and triage your next coding task into the right workflow lane before writing any code.