Claude-night-market triz

Apply TRIZ cross-domain analogical reasoning to find solutions from adjacent fields. Use when conventional approaches stall.

install
source · Clone the upstream repo
git clone https://github.com/athola/claude-night-market
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/athola/claude-night-market "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/tome/skills/triz" ~/.claude/skills/athola-claude-night-market-triz && rm -rf "$T"
manifest: plugins/tome/skills/triz/SKILL.md
source content

TRIZ Cross-Domain Analysis

When To Use

  • Stuck on a problem and need perspectives from other domains
  • Exploring cross-domain analogies for inventive solutions

When NOT To Use

  • Standard code search or literature review (use other tome channels)
  • Problems with obvious, well-known solutions

Apply Altshuller's Theory of Inventive Problem Solving to find solutions from adjacent fields.

Depth Levels

DepthFieldsAnalysis
light1Contradiction only
medium2Contradiction + field mapping
deep3Full matrix + principles
maximum5Distant fields + full TRIZ

Workflow

  1. Abstract the problem into TRIZ formulation
  2. Identify technical contradiction
  3. Map to adjacent fields using Semantic Scholar's field taxonomy
  4. Search for solved analogues in those fields
  5. Build bridge mappings with rationale

Field Mapping Strategy

  • Software architecture: civil engineering, biology
  • Data structures: logistics, materials science
  • Algorithms: operations research, genetics
  • Security: military strategy, immunology
  • Financial: game theory, ecology