AgentSkillsCN

triz

结合AI增强提示,运用TRIZ系统化创新方法论。适用于以下场景:(1) 技术矛盾——在提升A的同时避免B恶化;(2) 物理矛盾——同时需要截然相反的属性;(3) 通过FOS/MOS实现跨行业解决方案;(4) 预测技术演进趋势;(5) 解决复杂的工程难题。触发关键词包括:“TRIZ”、“矛盾”、“发明性”、“权衡取舍”、“在不恶化的情况下改进”、“ข้อขัดแย้งทางเทคนิค”(泰语中意为“技术矛盾”)、“创新突破”。

SKILL.md
--- frontmatter
name: triz
description: |
  TRIZ systematic innovation methodology with AI-enhanced prompts. Use when: (1) Technical contradiction - improve A but B worsens, (2) Physical contradiction - need opposite properties, (3) Cross-industry solutions via FOS/MOS, (4) Technology evolution prediction, (5) Complex engineering problems. Triggers: "TRIZ", "contradiction", "inventive", "trade-off", "improve without worsening", "ข้อขัดแย้งทางเทคนิค", "innovation breakthrough"

TRIZ Skill

Systematic innovation via Theory of Inventive Problem Solving. AI-enhanced.

Problem Routing

Problem TypeToolReference
"Improve A but B worsens"Contradiction Matrix40-principles.md
"Need opposite properties"Separation PrinciplesBelow
"System not working"Su-Field Analysisadvanced.md
"How will tech evolve?"Evolution Trendsadvanced.md
"What do others do?"FOS (cross-industry)ai-prompts.md
"Very complex problem"ARIZ Algorithmai-prompts.md

6-Step Process

code
1. DEFINE IFR    → "The [system] ITSELF [does X] WITHOUT [cost/harm]"
2. IDENTIFY      → What contradiction? (Technical or Physical)
3. MAP           → Which of 39 parameters? [39-parameters.md]
4. RETRIEVE      → Matrix suggests which principles?
5. GENERATE      → Apply each principle specifically
6. EVALUATE      → Feasibility? Implementation?

Step 1: Ideal Final Result (IFR)

"The [object] ITSELF [performs function] WITHOUT [cost/harm/complexity]"

Formula: Ideality = Benefits / (Cost + Harm)

Examples:

  • "The pipe itself prevents leaks" (not: add sensors)
  • "The code itself fixes bugs" (not: add more tests)

Step 2: Identify Contradiction

Technical: Improving A worsens B

code
"If we [improve A], then [B gets worse]"
→ ถ้าเราทำให้รถเร็วขึ้น, ประสิทธิภาพน้ำมันแย่ลง

Physical: Same element needs opposite properties

code
"[Element] must be [Property] for X AND [Opposite] for Y"
→ API ต้อง complex (power users) AND simple (beginners)

Step 3: Map to 39 Parameters

See 39-parameters.md. Common ones:

#ParameterSoftware Equivalent
9SpeedPerformance, latency
27ReliabilityUptime, MTBF
33Ease of operationUX, usability
36ComplexityCode complexity
39ProductivityThroughput

Step 4: Top 10 Principles

#PrincipleModern Example
1SegmentationMicroservices
2Taking OutSeparation of concerns
10Preliminary ActionCaching
13The Other Way RoundEvent-driven vs polling
15DynamicsAdaptive algorithms
24IntermediaryMiddleware, adapters
25Self-ServiceSelf-healing systems
35Parameter ChangesTransform data format

Full list: 40-principles.md

Step 5: Physical Contradiction → Separation

SeparationStrategyExample
In TimeDifferent timesLanding gear: extend/retract
In SpaceDifferent locationsPencil: hard core, soft eraser
In ConditionDifferent conditionsSmart glass: transparent/opaque
In ScaleDifferent levelsWater: liquid macro, molecules nano

Creative Mode: FOS/MOS

Function Oriented Search (FOS): Find how OTHER industries solve same function.

code
1. ABSTRACT → "Remove ice" → "Separate materials"
2. SEARCH → Find 5+ industries with similar function
3. TRANSFER → Adapt mechanism to your problem

Method Oriented Search (MOS): Apply known method to NEW domains.

See ai-prompts.md for detailed prompts.

Output Format

markdown
## Problem: [Restated]

## IFR: "The [system] itself [does X] without [cost/harm]"

## Contradiction:
- Type: Technical / Physical
- Improving: Parameter #__
- Worsening: Parameter #__

## Principles: [#, #, #]

## Solutions:
### Principle #X: [Name]
- Application: [How]
- Idea: [Concrete solution]
- Feasibility: High/Medium/Low

## Next Steps:
1. [Prototype which solution]
2. [Validation approach]

References

TypeFileContent
Core40-principles.mdAll 40 principles + examples
Core39-parameters.mdAll 39 parameters
Advancedadvanced.mdSu-Field, 76 Standards, ARIZ, Evolution
AIai-prompts.mdReady-to-use prompt templates
AImethodology.mdTRIZ + LLM integration
Examplesexamples.mdCase studies (Samsung, SpaceX, Netflix)

Related Skills

  • /generate-creative-ideas — Complement with broader brainstorming
  • /deep-research — Research cross-industry solutions (FOS/MOS)
  • /boost-intel — Evaluate trade-offs systematically
  • /problem-solving — Structure the problem before applying TRIZ