Axis Validation

SOP for validating that candidate axes are independent and meaningful.

yogsoth-ai 7f28d5a 756 B Updated

File contents

Axis Validation

Verify that candidate dimensions are truly independent and meaningful.

Tool

vault_query_graph + vault_search

Protocol

  1. For each pair of candidate dimensions, check: can one change without the other changing?
  2. Search literature for examples where dimensions vary independently
  3. If dimensions always co-vary, merge them into one
  4. If a dimension has only 1 value in practice, it's not a useful dimension — remove it

HARD-GATE

Yield

Returns: { validated: string[], merged: string[], removed: string[] }

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/axis-validation commit 7f28d5ab05

Frequently asked questions

npx skillmds@latest add yogsoth-ai/axis-validation