What problem does it solve? Slow .NET builds are hard to fix without measurements. This Skill guides you through establishing cold, warm, and no-op build baselines, then applying proven MSBuild optimizations so every change is backed by before/after data instead of guesswork. ## Core Features & Use Cases - Baseline Measurement: Measure cold, warm, and no-op build scenarios with binary logs to identify where build time is spent. - 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 structured decision tree that routes slow-build symptoms to the right follow-up diagnostics. - Use Case: Your solution's no-op build takes 45 seconds. Use this Skill to record the baseline, enable UseArtifactsOutput and graph builds, trim redundant ProjectReferences, and verify the improvement with a second measurement. ## Quick Start Ask the AI to measure cold, warm, and no-op build times for my .NET solution and recommend optimizations based on the results.