What problem does it solve? Slow builds, oversized test suites, wasteful CI gates, and poor cache reuse degrade the time between a code change and trustworthy feedback, and this Skill diagnoses and fixes those bottlenecks without silently weakening required engineering evidence. ## Core Features & Use Cases - Audit / Recovery Mode: Baseline the feedback loop, map the blocking critical path, classify findings with a P0-P5 priority ladder, and select exactly one Next Best Intervention with rollback and validation plans. - Guard / Prevention Mode: Apply proportional constraints during ordinary feature work so changes do not expand build scope, add unjustified blocking gates, break cacheability, or duplicate coding-Agent work. - Governance Model: Enforce staged sequencing, same-tier opportunity ranking, work-in-progress limits, and stop conditions so optimization stays measurable and bounded. - Use Case: A team's PR pipeline takes 40 minutes because every change triggers the full end-to-end matrix. Use this Skill to identify the validation amplification, introduce affected-test selection with a safe escalation path, and verify warm and cold timings before and after. ## Quick Start Use the dev-loop skill to audit this repository's build, test, and CI feedback loop and recommend the single highest-priority intervention.