What problem does it solve? Builds that depend on a specific developer machine, manual steps, or undeclared dependencies are fragile and impossible to reproduce. This Skill establishes a disciplined build capability so any clean checkout produces identical, correctly named artefacts with a single scripted command. ## Core Features & Use Cases - Build Scripting Standards: Defines a single-entry-point, fully scripted build with no interactive or manual steps. - Reproducibility Verification: Ensures identical inputs produce identical artefacts through locked, declared dependency resolution. - Artefact Naming & Versioning: Aligns build output naming with release version rules from Forge-Release-Management. - Use Case: When onboarding a legacy project whose build only works on one developer's laptop, use this Skill to audit machine dependencies, script the build end-to-end, and verify reproducibility across environments. ## Quick Start Ask the AI to audit the current project build for machine-dependent and manual steps, then define a single-command scripted build with locked dependencies and versioned artefact naming.