Triz sprint
TRIZ (Theory of Inventive Problem Solving) Agent Skills for Software Engineering workflows.
npx -y skills add christianmerkwirth/triz-skills --skill triz-sprintAssembled 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
Applies TRIZ in Agile workflows for morphological backlog refinement and prototype effects extraction.
SKILL.md
1.7 KB, as published. Nobody here has run it
When to invoke
Invoke this skill during backlog refinement to generate combined ideas (morphological matrix mode) or during sprint review to extract effects from a completed prototype (effects-extraction mode).
Inputs needed
Either a list of backlog items (for morphological mode) OR a prototype description or completed feature (for effects-extraction mode).
Reference data used
reference/principles.md(for both modes)reference/matrix.json(only when effects-extraction surfaces a contradiction)
Procedure
- Receive inputs and determine the mode.
- For morphological mode (backlog refinement):
- Reframe backlog items as contradictions.
- Enumerate candidate principles per row.
- Generate a bounded set of combined ideas by making one selection per row.
- Name the principles each idea draws from.
- Present the ideas to the user. Do not automatically apply them.
- For effects-extraction mode (sprint review):
- Take the prototype description.
- List the positive effects achieved.
- List the harmful side-effects or unresolved issues.
- Reframe each harmful effect as a fresh contradiction (improving X / worsening Y) for the next sprint backlog.
- Stop. Ask the user to confirm. Do not proceed until they reply.
- Finalize the output based on user feedback. No code edits are performed by this skill.
Output format
- For morphological mode: A small ranked list of combined ideas with principle attributions.
- For effects-extraction mode: An updated contradiction backlog listing positive effects and reframed harmful effects.