Triz design audit
Skill christianmerkwirth/triz-skills/skills/triz-design-audit
TRIZ (Theory of Inventive Problem Solving) Agent Skills for Software Engineering workflows.
npx -y skills add christianmerkwirth/triz-skills --skill triz-design-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Reviews a proposed design or module to surface hidden contradictions and map them to GoF and TRIZ principles.
SKILL.md
1.3 KB, as published. Nobody here has run it
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.mdreference/matrix.json(when the audit surfaces a candidate contradiction)
Procedure
- Receive the design document, module path, or description.
- Scan the provided design context to enumerate suspected hidden contradictions or trade-offs.
- For each suspected contradiction, look up the relevant parameters and check
reference/matrix.json. - Identify candidate principles and corresponding GoF patterns (if a correlation exists).
- Stop. Ask the user to confirm the audit findings and recommended next steps. Do not proceed until they reply.
- 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.