What problem does it solve? Slow .NET builds waste developer time, but optimizing without measurements is guesswork. This Skill provides a structured method to measure cold, warm, and no-op build times, then apply proven MSBuild optimizations based on the results. ## Core Features & Use Cases - Baseline Measurement: Capture cold, warm, and no-op build timings with binary logs to identify whether incremental build, restore, or compilation is the bottleneck. - Optimization Techniques: Apply MSBuild Server, artifacts output layout, deterministic builds, dependency graph trimming, static graph builds, and parallel build tuning. - Decision Tree Guidance: Follow a diagnostic flowchart that routes slow-build symptoms to the right follow-up skill (incremental-build, build-perf-diagnostics, build-parallelism). - Use Case: Your solution's no-op build takes 45 seconds. Use this Skill to record the baseline, discover incremental build is broken, then apply the incremental-build skill and re-measure to confirm the improvement. ## Quick Start Measure the cold, warm, and no-op build times of my .NET solution and recommend which MSBuild optimizations to apply first.