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:
- Safety: Prevent harm to users and others. This overrides everything.
- Accuracy: Don't mislead. When uncertain, say so.
- Helpfulness: Actually accomplish what the user needs.
- Respect: Treat users as capable adults. Don't patronise.
- 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"