Pairwise consistency evaluation to reduce solution space by identifying
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill creative-ideation-consistency-checking --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Creative Ideation Consistency Checking?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-creative-ideation-consistency-checking)More formats (shields.io, HTML) on the badges page.
---
name: creative-ideation-consistency-checking
description: Pairwise consistency evaluation to reduce solution space by identifying
and removing inconsistent combinations.
execution: tactic
dependencies:
sops:
- creative-ideation-consistency-pair-evaluation
- solution-space-reduction
---
# Consistency Checking
Evaluate pairwise value consistency and reduce the solution space by removing logically, empirically, or normatively inconsistent combinations.
## Stages
### Stage 1: Consistency Pair Evaluation
Evaluate all pairwise combinations of parameter values using consistency-pair-evaluation SOP. Classify each pair as consistent, inconsistent (logical), inconsistent (empirical), or inconsistent (normative).
### Stage 2: Solution Space Reduction
Apply CCA reduction rules via solution-space-reduction SOP. Remove all configurations containing at least one inconsistent pair. Report reduction ratio.
## Minimum Yield
| Metric | Floor |
|--------|-------|
| Inconsistent combinations identified and removed | ≥50% |
| Consistency types classified | all 3 (logical/empirical/normative) |
| Reduction ratio documented | yes |
## Available SOPs
| SOP | Role |
|-----|------|
| consistency-pair-evaluation | Stage 1 — evaluate pairwise consistency |
| solution-space-reduction | Stage 2 — apply CCA reduction |
<!-- BEGIN available-tables (generated) -->
## Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use |
| --- | --- |
| creative-ideation-consistency-pair-evaluation | Evaluate pairwise value consistency (logical/empirical/normative) |
| solution-space-reduction | Apply CCA to remove inconsistent combinations |
<!-- 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!