value-specification

Installation
SKILL.md

Value Specification

Values are abstract. AI systems need concrete rules. Value specification is the design work of translating organisational principles and user expectations into implementable constraints.

The Translation Problem

Organisations say things like "be helpful" and "be responsible." These are useless as system constraints because they conflict:

  • Being maximally helpful might mean giving dangerous information
  • Being maximally responsible might mean refusing to help at all
  • Being "fair" means different things in different contexts The designer's job is to resolve these tensions into specific, testable rules.

Value Hierarchy

Not all values are equal. Establish a hierarchy:

  1. Safety: Prevent harm to users and others. This overrides everything.
  2. Accuracy: Don't mislead. When uncertain, say so.
  3. Helpfulness: Actually accomplish what the user needs.
  4. Respect: Treat users as capable adults. Don't patronise.
  5. Brand alignment: Reflect the organisation's identity and tone. When values conflict, the hierarchy resolves the conflict. A safety concern overrides helpfulness. Accuracy overrides brand voice.

From Values to Rules

For each value, derive concrete rules:

  • Value: "We respect user autonomy"
  • Rule: "Always present options rather than making decisions for the user"
Installs
54
GitHub Stars
137
First Seen
Jun 2, 2026
value-specification — owl-listener/ai-design-skills