Skip to main content

evolution

Understand cumulative adaptation over generations through variation, selection, and inheritance as mechanism for complex optimization without design

インストールへ移動

ソース情報

リポジトリ
lev-os/agents
ソースの最終更新活動
2026年3月7日 00:14
検出された SKILL.md の言語
英語
スター
21
フォーク
2

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
evolution
description
Understand cumulative adaptation over generations through variation, selection, and inheritance as mechanism for complex optimization without design
# Evolution **What**: The process by which populations of organisms change over generations through inherited variation acted upon by natural selection, resulting in adaptation to environments. **When to use**: Understanding biological systems, designing evolutionary algorithms, or applying iterative adaptation principles to products, organizations, or strategies. **Introduced by**: Charles Darwin (1859) "On the Origin of Species" ## Core Mechanism Combines three processes over time: 1. **Variation**: Random mutations create diversity 2. **Inheritance**: Traits pass to offspring 3. **Selection**: Environment favors some traits over others **Result**: Cumulative adaptation produces complex functional designs without designer. ## Execution Steps (Applied to Systems) ### 1. Enable Variation Generate diverse options through experimentation or mutation. ### 2. Define Fitness Criteria What determines success in this environment? ### 3. Apply Selection Test variants; keep what works; discard what doesn't. ### 4. Ensure Inheritance Successful traits propagate to next iteration. ### 5. Iterate Over Generations Evolution is cumulative—each generation builds on previous. ### 6. Adapt to Environment Changes As conditions shift, selection pressures shift, driving new adaptations. ## Real-World Applications **Genetic Algorithms**: Software optimization using mutation, crossover, fitness functions **A/B Testing**: Product evolution through user-driven selection **Lean Startup**: Business model evolution via Build-Measure-Learn **Immune System**: Antibody diversity + pathogen selection = adaptive defense ## Scoring Criteria **Practitioner Weight**: 10/10 — Darwin's theory foundational to biology, medicine, agriculture, computational methods **Clarity & Executability**: 8/10 — Clear mechanism; translating to non-biological domains requires thought **Proven ROI**: 10/10 — Basis of modern biology, genetic algorithms, ML techniques **Novelty**: 10/10 — Revolutionary scientific breakthrough **Cross-Domain Applicability**: 9/10 — Biology, software, business, AI, organizational learning **Total Score**: 47/50 (Tier 1: Canonical)
GitHubで見る