# Triz Reference

> Browses the TRIZ parameters, principles, and GoF correlations interactively.

- Skill: `christianmerkwirth/triz-reference` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add christianmerkwirth/triz-reference`
- Raw SKILL.md: https://api.skillmd.com/api/skills/christianmerkwirth/triz-reference/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: christianmerkwirth (https://skillmd.com/u/christianmerkwirth)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/christianmerkwirth/triz-reference

---


## When to invoke
Invoke this skill to learn about TRIZ, look up specific parameters or principles, or understand how TRIZ principles map to software design patterns like the Gang of Four (GoF) patterns.

## Inputs needed
A free-text query from the user (e.g., "show me principle 24", "what's parameter 16?", "explain the GoF Adapter mapping").

## Reference data used
- `reference/parameters.md` (lazy load only what the query needs)
- `reference/principles.md` (lazy load only what the query needs)

## Procedure
1. Receive input query from the user.
2. Load only the reference files needed to resolve the query.
3. Resolve the query by fetching matching entries.
4. Present the findings, including the software analogy and any relevant cross-references.
5. Do not edit any files. This skill is strictly read-only.

## Output format
A concise, informative response answering the user's query, citing specific TRIZ parameters, principles, and software analogies.

