# Triz Design Audit

> Reviews a proposed design or module to surface hidden contradictions and map them to GoF and TRIZ principles.

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

---


## When to invoke
Invoke this skill to review a new architecture, a design document, or an existing module to identify latent trade-offs and suggest improvements using TRIZ and GoF patterns.

## Inputs needed
A path to a design document, a module path, or a natural language description of an architecture.

## Reference data used
- `reference/principles.md`
- `reference/matrix.json` (when the audit surfaces a candidate contradiction)

## Procedure
1. Receive the design document, module path, or description.
2. Scan the provided design context to enumerate suspected hidden contradictions or trade-offs.
3. For each suspected contradiction, look up the relevant parameters and check `reference/matrix.json`.
4. Identify candidate principles and corresponding GoF patterns (if a correlation exists).
5. Stop. Ask the user to confirm the audit findings and recommended next steps. Do not proceed until they reply.
6. Produce a final audit report. Do not execute code edits unless the user explicitly requests a refactor as a follow-up.

## Output format
An audit report listing the hidden contradictions found, the TRIZ principles considered, the GoF patterns applicable, and recommended next steps.

