Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Triz Asymmetry

ASecurity

Change an object from symmetrical to asymmetrical form to improve function, reduce problems, or enable new capabilities

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
code-qualitygoangulargitapiperformance

Works with

api

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill triz-asymmetry --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Triz Asymmetry?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Triz Asymmetry
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-triz-asymmetry/badge)](https://www.skillsdirectory.com/skills/lev-os-triz-asymmetry)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: triz-asymmetry
description: Change an object from symmetrical to asymmetrical form to improve function, reduce problems, or enable new capabilities
---

# TRIZ Asymmetry (Principle #4)

## Overview

Asymmetry is the fourth of Altshuller's 40 Inventive Principles from TRIZ. The principle states: if an object is symmetrical, make it asymmetrical; if already asymmetrical, increase the degree of asymmetry.

Nature defaults to symmetry for efficiency, but engineered systems often benefit from deliberate asymmetry. The insight: symmetry constraints may prevent optimal function. Breaking symmetry allows each side, surface, or feature to be optimized for its specific role.

Three application modes:
1. **Functional Asymmetry** - Different sides serve different purposes
2. **Structural Asymmetry** - Uneven distribution of mass, material, or features
3. **Dynamic Asymmetry** - Asymmetrical motion or flow patterns

## When to Use

- Symmetrical design creates compromises in performance
- Different sides interact with different environments
- Noise, vibration, or interference patterns need disruption
- Ergonomic fit to human asymmetry (handedness, body shape)
- Aesthetic distinction or brand recognition needed
- Flow dynamics (air, fluid) can be improved with asymmetric shaping
- Uniform loading creates stress concentrations

## The Process

### Step 1: Identify the Symmetry Constraint

What is currently symmetrical, and what performance is being sacrificed?

**Example:** Circular O-rings provide even sealing but may not account for non-uniform pressure distribution.

### Step 2: Determine Which Axis to Break

- **Lateral Asymmetry:** Left-right differences (ergonomic tools)
- **Radial Asymmetry:** Around-center differences (fan blades)
- **Axial Asymmetry:** Along-length differences (tapered designs)
- **Surface Asymmetry:** Different sides/faces (heat shields)

**Example:** Change O-ring from circular to oval cross-section for directional pressure.

### Step 3: Optimize Each Asymmetric Element

Design each side or surface for its specific operating condition.

**Example:** Asymmetric fan blades - each blade at slightly different angle reduces harmonic resonance.

### Step 4: Verify System Balance and Stability

Ensure asymmetry doesn't introduce unacceptable vibration, wear, or stress.

### Step 5: Test Against Symmetrical Baseline

Measure improvement in target metric against original symmetric design.

## Example Application

**Situation (Shinkansen Bullet Train):** High-speed trains created loud sonic booms when exiting tunnels, disturbing communities.

**Application:**
1. **Symmetry Constraint:** Blunt, symmetrical nose created abrupt pressure wave at tunnel exit
2. **Axis:** Axial asymmetry - vary cross-section along length
3. **Optimization:** Biomimicry from kingfisher beak - long, asymmetric tapering nose
4. **Balance:** Maintained center of gravity and structural integrity
5. **Result:** Eliminated sonic boom, improved aerodynamics, reduced energy consumption 15%

**Outcome:** Asymmetric nose design solved noise problem while improving efficiency.

## Example Application (Consumer Product)

**Situation (Logitech TrackMan):** Generic symmetric mice cause repetitive strain in right-handed users.

**Application:**
1. **Constraint:** Symmetric mouse forces unnatural wrist position for dominant hand
2. **Axis:** Lateral asymmetry - shaped specifically for right hand contour
3. **Optimization:** Buttons, scroll, trackball positioned for right-thumb operation
4. **Balance:** Acknowledged limiting left-handed market (separate left-hand model)
5. **Result:** Reduced RSI complaints, improved precision for target users

**Outcome:** Purpose-designed asymmetric form factor improved ergonomics and user satisfaction.

## Example Application (Architecture)

**Situation (Guggenheim Bilbao):** Standard rectangular museum buildings feel institutional and fail to attract visitors.

**Application:**
1. **Constraint:** Symmetric boxes are efficient but unremarkable
2. **Axis:** Full three-dimensional asymmetry - curves, angles, volumes
3. **Optimization:** Each gallery space custom-shaped for art display requirements
4. **Balance:** Maintained structural integrity through innovative titanium cladding
5. **Result:** Iconic building became destination, revitalized city's economy

**Outcome:** Asymmetric design transformed functional building into cultural landmark.

## Anti-Patterns

- Breaking symmetry where balance is critical (rotating equipment, precision instruments)
- Introducing asymmetry that creates resonance or vibration problems
- Asymmetry purely for aesthetics without functional benefit
- Creating asymmetric designs that increase manufacturing complexity disproportionately
- Ignoring maintenance implications (asymmetric parts are not interchangeable)
- Forgetting that asymmetry excludes some users (left-handed people, etc.)

## Related

- triz-segmentation (divide before optimizing asymmetric parts)
- triz-curvature (change straight to curved - related transformation)
- biomimicry (nature's asymmetric optimizations)
- ergonomic-design (human-centered asymmetry)
- design-of-everyday-things (affordances from shape asymmetry)

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman Review

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

1023331 votes

Caveman Commit

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.

1023331 votes

Springboot Verification

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

2456590 votes

Verification Loop

一个全面的 Claude Code 会话验证系统。

2456590 votes

Django Verification

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

2456590 votes
View all in code-quality →