consistency-checking
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/consistency-checkingReduces solution space by identifying and removing inconsistent combinations
- Solves the problem of evaluating pairwise consistency in complex configurations
- Depends on consistency-pair-evaluation and solution-space-reduction SOPs
- Classifies inconsistencies as logical, empirical, or normative during evaluation
- Reports reduced solution space with documented reduction ratios
SKILL.md
.github/skills/consistency-checkingView on GitHub ↗
--- name: consistency-checking description: Pairwise consistency evaluation to reduce solution space by identifying and removing inconsistent combinations. execution: tactic used-by: morphological-exploration, cross-consistency-analysis, general-morphological-analysis --- # 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 |
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.