Dev Workflows Overview Unify build, test, and DX improvement workflows so they are repeatable and reliable. Focus on safe execution, clear diagnostics, and actionable follow-ups. When to Use - Running builds or resolving build failures - Executing tests or analyzing test failures - Improving onboarding, tooling, or developer workflows Avoid when: - The task is pure code implementation - A full release process is required (use release-prep) Quick Reference | Task | Load reference | | --- | --- | | Build workflows | | | Test workflows | | | DX improvements | | Workflow 1. Select the workflow ty…