SOP for validating that candidate axes are independent and meaningful.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill axis-validation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Axis Validation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-axis-validation)More formats (shields.io, HTML) on the badges page.
---
name: axis-validation
description: SOP for validating that candidate axes are independent and meaningful.
execution: sop
---
# 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
<HARD-GATE>
Must test pairwise independence for all candidate dimensions.
</HARD-GATE>
## Yield
Returns: `{ validated: string[], merged: string[], removed: string[] }`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!