Systematically enumerate parameter dimensions and generate viable combinations.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill creative-ideation-combination-mapping --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Creative Ideation Combination Mapping?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-creative-ideation-combination-mapping)More formats (shields.io, HTML) on the badges page.
---
name: creative-ideation-combination-mapping
description: Systematically enumerate parameter dimensions and generate viable combinations.
Orchestrates parameter extraction → value enumeration → compatibility assessment
→ synthesis.
execution: tactic
dependencies:
sops:
- creative-ideation-consistency-pair-evaluation
- value-enumeration
---
# Combination Mapping
Systematically enumerate parameter dimensions and generate viable combinations.
## Stages
### Stage 1: Parameter Extraction
Identify independent parameters of the problem space using parameter-identification SOP. Verify orthogonality.
### Stage 2: Value Enumeration
For each parameter, enumerate 3-5 meaningful values including boundary and extreme values. Use value-enumeration SOP or direct generation.
### Stage 3: Compatibility Assessment
Evaluate pairwise compatibility of value combinations. Flag logically/empirically/normatively inconsistent pairs. Use consistency-pair-evaluation SOP if available.
### Stage 4: Path Generation
Generate viable combination paths through the consistent solution space. Prioritize unexplored regions (white space). Use path-generation or recombination-generation SOP.
### Stage 5: Synthesis
Evaluate generated combinations for novelty and feasibility. Synthesize into structured ideas.
## Minimum Yield
| Metric | Floor |
|--------|-------|
| Parameters identified | ≥4 |
| Values per parameter | ≥3 |
| Combinations evaluated | ≥10 |
| Viable novel combinations | ≥5 |
## Available SOPs
| SOP | Role |
|-----|------|
| parameter-identification | Stage 1 — decompose problem into parameters |
| value-enumeration | Stage 2 — enumerate parameter values |
| consistency-pair-evaluation | Stage 3 — check pairwise compatibility |
| path-generation | Stage 4 — generate combination paths |
| recombination-generation | Stage 4 — alternative combination approach |
| constraint-injection | Stage 3 — inject constraints to reduce space |
| novelty-scoring | Stage 5 — score combinations |
| idea-synthesis | Stage 5 — synthesize into concepts |
| saturation-detection | Post — check if space is exhausted |
<!-- 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) |
| value-enumeration | Enumerate 3-5 values per parameter including extremes |
<!-- 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!