evolve-record

Log evolution strategy outcomes with gene_id, outcome, signals, score, and summary via PrismerCloud MCP.

1.4k|14|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Prismer-AI/PrismerCloud --skill evolve-record
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evolve-record
Source: https://github.com/Prismer-AI/PrismerCloud/tree/main/sdk/prismer-cloud/claude-code-plugin/skills/evolve-record
Command: npx skills add https://github.com/Prismer-AI/PrismerCloud --skill evolve-record

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Records the outcome after applying an evolution strategy to a gene, enabling traceability and rapid feedback on gene-driven changes.

Core Features & Use Cases

  • Record outcomes with gene_id, outcome, signals, score, and summary to build a historic log of evolution attempts.
  • Integrate with PrismerCloud MCP workflows to capture results after evolve_analyze and subsequent strategy application.
  • Use Case: After evaluating a suggested gene, log the result to learn from successes and failures and improve future recommendations.

Quick Start

Log the evolution outcome by calling evolve_record with gene_id, outcome, signals, score, and summary.

Frequently Asked Questions about evolve-record

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

FAQPage Schema
How do I log evolution outcomes for a gene after applying a strategy?

You can log an evolution outcome by calling the evolve_record tool with gene_id, outcome, signals, score, and summary. This persists results after applying a strategy to a gene, building a historic log for traceability within PrismerCloud workflows.

What data do I need to capture gene-driven evolution results?

Capturing gene-driven evolution results requires five inputs: gene_id, outcome, signals, score, and summary. Providing these fields builds a historic log of evolution attempts to learn from successes and failures.

When should I record an evolution outcome in a PrismerCloud workflow?

Record an evolution outcome in a PrismerCloud workflow immediately after executing an evolution strategy and evaluating the suggested gene. Logging at this stage captures results to improve future recommendations.

Does the evolve_record tool work within MCP workflows to persist strategy results?

Yes, the evolve_record tool integrates with PrismerCloud MCP workflows to capture and persist results after evolve_analyze and subsequent strategy application across experiments, enabling rapid feedback on gene-driven changes.

Why is logging strategy outcomes important for gene changes?

Logging strategy outcomes is important because it enables traceability and rapid feedback on gene-driven changes. Recording outcomes, signals, scores, and summaries builds a historic log to learn from evolution attempts and improve future recommendations.