Skill Wiki v0.1.0
principle @backend-architecture/principle-build-release-run

Build Release Run

Build → Release → Run are three stages that flow one direction. No mutation in production.

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
4 out · 4 in
Tokens
125/193/230
$ prime install @backend-architecture/principle-build-release-run

Projection

Always in _index.xml · the agent never has to ask for this.

BuildReleaseRun [principle] v1.0.0

The deployment pipeline has three strictly-separated stages. Build converts code to an executable bundle. Release combines a build with a config to produce an immutable, identifiable release. Run executes the release in the target environment. You cannot edit code on the running server, and once a release is created its config is frozen.

Build → Release → Run are three stages that flow one direction. No mutation in production.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/principle-build-release-run/atom.yaml

Compiled at 2026-05-10