agentsclimarketplace

Triz design audit

Skill christianmerkwirth/triz-skills/skills/triz-design-audit

TRIZ (Theory of Inventive Problem Solving) Agent Skills for Software Engineering workflows.

Install
npx -y skills add christianmerkwirth/triz-skills --skill triz-design-audit

Assembled 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.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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.