Apply the platform blueprint Windows workstation tooling baseline. Use when setting up or diagnosing a Windows developer machine, validating shell/tool availability, fixing PATH issues, or troubleshooting make/bash/python/gh/docker/gcloud problems in this workspace.
Use this skill when a Windows workstation needs to be validated or repaired for this workspace.
Avoid shell and tool drift that breaks bootstrap, validation, or automation behavior.
bash.exe on PATHpython resolves to a real interpreterghRequired for cloud and deployment work:
gcloudStrongly recommended:
misergGnuWin32 makepython aliases that do not resolve to a real Python installThe shell should resolve:
bashmakepythonghdockerAnd, when installed:
gcloudrggonodenpmterraformbufmake is a GNU Make build compatible with Git Bash.python resolves to a real interpreter, not a store alias.gh are usable from the same shell environment.Use:
scripts/windows-tooling-doctor.ps1 from platform-blueprint-specsPrefer the doctor script when you need a repeatable check instead of one-off manual probing.