Strategy for validating ontology consistency — check hierarchy, detect
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill taxonomy-validation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Taxonomy Validation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-taxonomy-validation)More formats (shields.io, HTML) on the badges page.
---
name: taxonomy-validation
description: Strategy for validating ontology consistency — check hierarchy, detect
cycles, verify completeness.
execution: strategy
dependencies:
tactics:
- hierarchy-construction
- knowledge-structuring-consistency-checking
sops:
- gap-detection
- hierarchy-visualization
- ontology-export
---
# Taxonomy Validation
Validate the constructed ontology for structural integrity. Check for cycles in hierarchies, orphaned branches, inconsistent typing, and coverage gaps.
## Guiding Focus
An ontology that contradicts itself is worse than no ontology. Validation is not optional — it's the quality gate that separates useful structure from noise.
## Available Tactics
- consistency-checking — systematic integrity verification
- hierarchy-construction — repair broken hierarchies
## Budget Slice
| Metric | S | M | L |
|--------|---|---|---|
| Lint issues resolved | 5 | 15 | 30 |
| Hierarchy levels verified | 2 | 3 | 4 |
| Cross-checks performed | 3 | 8 | 15 |
## State Ledger Template
```
| Metric | Target | Current | Status |
|---------------------|--------|---------|--------|
| Lint issues resolved| X | 0 | ⬜ |
| Levels verified | X | 0 | ⬜ |
| Cross-checks done | X | 0 | ⬜ |
```
<HARD-GATE>
Cannot exit until 80% of budget met. Print state ledger before each iteration decision.
</HARD-GATE>
<!-- BEGIN available-tables (generated) -->
## Available Tactics
Optional, no fixed order; the final leaf is always a sop.
| Tactic | When to use |
| --- | --- |
| hierarchy-construction | Tactic for building is-a and part-of hierarchies — establish parent-child relationships, verify transitivity, detect cycles. |
| knowledge-structuring-consistency-checking | Tactic for verifying ontology consistency — detect contradictions, cycles, orphans, and type violations. |
## Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use |
| --- | --- |
| gap-detection | SOP for finding structural gaps in the ontology — missing concepts, thin branches, disconnected clusters. |
| hierarchy-visualization | SOP for inspecting the current hierarchy structure — query graph to display parent-child relationships. |
| ontology-export | SOP for exporting ontology summary — generate a readable overview of the current ontology state. |
<!-- END available-tables (generated) -->
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!