Skip to content
Automation
Skill

/enumerate-combinations

Construct combinations across dimensions/values without prematurely judging them.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill enumerate-combinations --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/enumerate-combinations

Context preview

The summary Claude sees to decide when to auto-load this skill.

Construct combinations across dimensions/values without prematurely judging them.

SKILL.md

enumerate-combinations.SKILL.md
name: enumerate-combinations
description: "Construct combinations across dimensions/values without prematurely judging them."

enumerate-combinations

Purpose

Construct combinations across declared dimensions and values without prematurely judging them.

Input contract

required: [dimensions, value_sets, combination_policy]
optional: [exclusion_constraints, sampling_limit, random_seed]
constraints: [every emitted combination records its source values]

Procedure

1. Validate dimensions, values, and exclusions. 2. Generate the Cartesian, constrained, or sampled combinations requested. 3. Preserve provenance of each component and mark omitted combinations. 4. Return the neutral combination set for downstream evaluation.

Output contract

produces: [combination_set, component_provenance, exclusions, omitted_space]
delta_fields: [findings, open_questions]

Quality gates

  • No combination is scored or filtered unless policy explicitly requests it.
  • Exclusions are recorded with reasons.
  • Sampled enumeration reports sampling rule and coverage limits.

Parameterization

Caller supplies dimension schema, value sets, combination mode, exclusions, and sampling policy.

Failure and counterexamples

Reject combinations with missing components, hidden exclusions, or premature quality judgments.

Provenance map

  • concept: creative-ideation/matrix-construction
  • concept: creative-ideation/recombination-generation
  • concept: creative-ideation/combination-generation
Read more
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
499
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
5h ago
Last commit
7mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine