meta-evolve

Evolve AI agent prompts using genetic algorithms and telemetry-driven evaluation.

2|3|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/psd401/psd-claude-coding-system --skill meta-evolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-evolve
Source: https://github.com/psd401/psd-claude-coding-system/tree/main/plugins/psd-claude-coding-system/skills/meta-evolve
Command: npx skills add https://github.com/psd401/psd-claude-coding-system --skill meta-evolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the systematic evolution of AI agent prompts using evolutionary strategies and telemetry data, reducing manual tuning time and improving agent performance over generations.

Core Features & Use Cases

  • Evolutionary search: generate multiple prompt variants, evaluate them on historical issue data, and identify top performers.
  • Telemetry-driven evaluation: leverage past issues, performance metrics, and reviewer feedback to drive continual improvements.
  • Safe promotion workflow: maintain version backups, execute crossover and mutation steps, and promote winning variants to production with traceable records.
  • Use Case: a software team wants to optimize a workflow agent by testing 5 variants per generation across 50 historical issues, selecting the best variant for deployment.

Quick Start

Run the evolution workflow to optimize agent prompts and produce a report:

  • /meta-evolve --agents all --generations 10 --output meta/evolution-report.md
  • You can also target a specific agent, e.g. /meta-evolve --agents general-purpose --generations 15

Frequently Asked Questions about meta-evolve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI agent prompt optimization using genetic algorithms?

AI agent prompt optimization using genetic algorithms automates variant generation, evaluates them on historical issue data and telemetry, and promotes top performers to production with traceable version backups across multiple generations.

How does telemetry-driven evaluation work for evolving agent prompts?

Telemetry-driven evaluation for evolving agent prompts leverages past issues, performance metrics, and reviewer feedback to compare prompt variants, continually driving improvements and identifying the best candidates for deployment.

Can I run prompt evolution workflows targeting a specific AI agent?

You can run prompt evolution workflows targeting a specific AI agent by using command flags to designate the agent name and generation count, producing an evolution report with optimized variants.

What is the best way to test multiple prompt variants against historical software issues?

Testing multiple prompt variants against historical software issues is best handled by evolutionary search, generating variants per generation, evaluating them on issue data, and selecting winners through crossover and mutation steps.

Does evolutionary prompt tuning maintain version backups during promotion?

Evolutionary prompt tuning maintains version backups during promotion by executing a safe promotion workflow that preserves prior versions and records traceable histories when deploying winning variants to production.

When should I not use genetic algorithms for agent prompt tuning?

Genetic algorithms for agent prompt tuning may not suit workflows lacking sufficient historical issue data or telemetry, as evaluation depends on past performance metrics and reviewer feedback to compare variants effectively.