SOP for systematically enumerating combinations across dimensions.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill combination-enumeration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Combination Enumeration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-combination-enumeration)More formats (shields.io, HTML) on the badges page.
---
name: combination-enumeration
description: SOP for systematically enumerating combinations across dimensions.
execution: sop
---
# Combination Enumeration
Systematically enumerate combinations by crossing dimension values.
## Tool
`vault_search` + CC reasoning
## Protocol
1. Take 2-3 dimensions with their value lists
2. Generate all combinations (Cartesian product)
3. For each combination, search vault for existing work covering it
4. Classify: occupied (existing work), empty (opportunity), impossible (constraint)
5. Return classified matrix
## HARD-GATE
<HARD-GATE>
Must enumerate ALL combinations for the given dimensions, not just a sample.
</HARD-GATE>
## Yield
Returns: `{ total: number, occupied: number, empty: number, impossible: number }`
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!