Agent Plugins Marketplace
All plugins

triz

v0.1.0

TRIZ for engineering trade-offs, at two depths in one skill. The short route states the problem as a contradiction, maps it to Altshuller's 39 engineering parameters, reads the classic contradiction matrix for the inventive principles it recommends, and adapts them to the system at hand. A physical contradiction goes to the separation principles instead. The long route, for a problem the short one did not crack, is ARIZ-85C, Altshuller's nine-part algorithm, walked step by step with the user. The matrix ships as a plain-text reference with one line per cell, which the agent searches for one line. The parameters, principles and ARIZ steps are references beside it, each with its provenance. No script, no dependency, no network, no credentials.

Claude CodeAgent Plugins1 Skill

By Alexander KurganovLicense: MIT1 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install triz for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install triz@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Akurganow/ai-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/triz/.

Plugin files

plugins/triz/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/triz/SKILL.md

Included Skills1

trizskills/triz/SKILL.md

TRIZ for engineering trade-offs in software. The short route restates the problem as a contradiction, maps it to Altshuller's 39 parameters, reads the classic contradiction matrix and adapts the principles it recommends. A physical contradiction goes to the separation principles. A problem the short route did not crack goes to ARIZ-85C, walked part by part. Use when improving one thing worsens another, or when two requirements seem incompatible. Use when a compromise is the only option on the table. Use when one element must have two opposite properties, or when a hard problem keeps coming back after ordinary fixes.

Plugin manifests2

plugins/triz/.claude-plugin/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "triz",
  "version": "0.1.0",
  "description": "TRIZ for engineering trade-offs, at two depths in one skill. The short route states the problem as a contradiction, maps it to Altshuller's 39 engineering parameters, reads the classic contradiction matrix for the inventive principles it recommends, and adapts them to the system at hand. A physical contradiction goes to the separation principles instead. The long route, for a problem the short one did not crack, is ARIZ-85C, Altshuller's nine-part algorithm, walked step by step with the user. The matrix ships as a plain-text reference with one line per cell, which the agent searches for one line. The parameters, principles and ARIZ steps are references beside it, each with its provenance. No script, no dependency, no network, no credentials.",
  "author": {
    "name": "Alexander Kurganov",
    "url": "https://github.com/Akurganow"
  },
  "homepage": "https://github.com/Akurganow/ai-plugins/tree/main/plugins/triz",
  "repository": "https://github.com/Akurganow/ai-plugins",
  "license": "MIT",
  "keywords": [
    "triz",
    "contradiction-matrix",
    "inventive-principles",
    "ariz",
    "ariz-85c",
    "altshuller",
    "trade-offs",
    "problem-solving",
    "agent-skills"
  ]
}
plugins/triz/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "triz",
  "version": "0.1.0",
  "description": "TRIZ for engineering trade-offs, at two depths in one skill. The short route states the problem as a contradiction, maps it to Altshuller's 39 engineering parameters, reads the classic contradiction matrix for the inventive principles it recommends, and adapts them to the system at hand. A physical contradiction goes to the separation principles instead. The long route, for a problem the short one did not crack, is ARIZ-85C, Altshuller's nine-part algorithm, walked step by step with the user. The matrix ships as a plain-text reference with one line per cell, which the agent searches for one line. The parameters, principles and ARIZ steps are references beside it, each with its provenance. No script, no dependency, no network, no credentials.",
  "author": {
    "name": "Alexander Kurganov",
    "url": "https://github.com/Akurganow"
  },
  "homepage": "https://github.com/Akurganow/ai-plugins/tree/main/plugins/triz",
  "repository": "https://github.com/Akurganow/ai-plugins",
  "license": "MIT",
  "keywords": [
    "triz",
    "contradiction-matrix",
    "inventive-principles",
    "ariz",
    "ariz-85c",
    "altshuller",
    "trade-offs",
    "problem-solving",
    "agent-skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[triz on Agent Plugins Marketplace](https://pluginsmp.com/plugins/triz)