Skill Wiki v0.1.0
principle @backend-architecture/principle-disposability

Disposability

Start fast. Shut down gracefully. Tolerate sudden death.

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
4 out · 7 in
Tokens
107/173/212
$ prime install @backend-architecture/principle-disposability

Projection

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

Disposability [principle] v1.0.0

Processes are disposable — they can be started or stopped at a moment's notice. Fast startup makes scaling and deploys responsive; graceful shutdown on SIGTERM (stop accepting new work, finish in-flight work, exit) makes restarts safe. Crash-only design is the goal: a kill -9 should not corrupt state.

Start fast. Shut down gracefully. Tolerate sudden death.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/principle-disposability/atom.yaml

Compiled at 2026-05-10