Skip to main content

> Term

accountable spine

A single, unbroken line of accountability within a collaborative platform or architecture.

Detailed Explanation

The accountable spine is the clear chain of command and responsibility for a specific technical outcome or service. It ensures that when something breaks, there is no ambiguity about who has the authority and obligation to fix it.

Without an accountable spine, organizations suffer from shared ownership, where everyone is responsible in theory, but no one takes action during a crisis.

Why It Matters

It prevents the bystander effect during production incidents and ensures architectural decisions have a clear owner.

Common Failure Mode

A critical security patch is ignored because the infrastructure team assumes the application team owns the container image, and vice versa.

Practical Example

Defining the accountable spine means explicitly stating that Team Alpha owns the payment gateway API from the load balancer down to the database schema.

Production Manifestation

During an outage, the incident response is chaotic because three different teams think the other two are handling the database failover.

Frequently Asked Questions

What is accountable spine in short?

A single, unbroken line of accountability within a collaborative platform or architecture.

What is the most common failure mode?

A critical security patch is ignored because the infrastructure team assumes the application team owns the container image, and vice versa.

AI Summary

A single, unbroken line of accountability within a collaborative platform or architecture. It prevents the bystander effect during production incidents and ensures architectural decisions have a clear owner.