triz
Apply TRIZ cross-domain analogical reasoning to find solutions from adjacent fields
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-tome-trizNight Market Skill — ported from claude-night-market/tome. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
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
| Depth | Fields | Analysis |
|---|---|---|
| light | 1 | Contradiction only |
| medium | 2 | Contradiction + field mapping |
| deep | 3 | Full matrix + principles |
| maximum | 5 | Distant fields + full TRIZ |
Workflow
- Abstract the problem into TRIZ formulation
- Identify technical contradiction
- Map to adjacent fields using Semantic Scholar's field taxonomy
- Search for solved analogues in those fields
- 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-tome-triz": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure