Publish a package

Publish a package in GitHub — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Publish version 2.3.0 of the client SDK to the public registry and tag the repository release.…
Publish version 2.3.0 of the client SDK to the public registry and tag the repository release. Ensure the package metadata lists the new CHANGELOG entries, the CI artifacts include the compiled binaries for Linux and macOS, and notify the integrations channel after the publish is complete. Do a final sanity install from a fresh environment before announcing.

Improve — make it easier to accept

+
Before I publish this SDK, make the package approval-ready: surface the breaking changes at the top…
Before I publish this SDK, make the package approval-ready: surface the breaking changes at the top of the release notes, make the semver rationale and migration steps findable, confirm the compiled artifacts match the checksums in the release, and flag anything that would make our platform or enterprise customers hesitate to upgrade.

Decide — diagnose the stuck moment

+
The publish pipeline succeeded and artifacts uploaded, but two downstream teams told me their…

The publish job passed but I’m unsure if consumers will be broken

The publish pipeline succeeded and artifacts uploaded, but two downstream teams told me their integration tests failed against 2.3.0. I don’t know if it’s a packaging issue, a real breaking change we missed, or a misconfiguration in their test. Which quick diagnostics should I run first to isolate packaging from API breakage, who on the integrations teams must I pull in immediately, and what’s the stop-gap rollback or mitigation I should trigger if this is a real breaking change?

Become — change the pattern

+
Across six releases this year we’ve had three urgent rollbacks due to packaging mistakes, missing…

Releases keep prompting emergency rollbacks and hotfixes

Across six releases this year we’ve had three urgent rollbacks due to packaging mistakes, missing artifacts, or unnoticed breaking changes. Where are we repeatedly failing—release signoff, CI checks, or dependency validation—and what single habit will prevent most of these emergencies going forward? Specify the check, who must own it, and a metric to prove it’s working.

Next to this one

Other code hosting work people do in GitHub.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.