evolve-suggest

Aggregate G2 feedback into per-skill value updates and propose SKILL.md edits.

7|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill evolve-suggest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evolve-suggest
Source: https://github.com/Shiien/Self-Evolved-Research-Framework/tree/main/skills/evolve-suggest
Command: npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill evolve-suggest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates pending G2 feedback into per-skill value updates (Q^L) and the global V^L, then — when signals are strong enough — proposes concrete edits to a skill's SKILL.md. Never auto-applies; a proposal is queued for user approval via evolve-apply.

Core Features & Use Cases

  • Consolidates feedback across skills to compute net deltas and dominant patterns.
  • Updates per-skill scores, maintains a session history, and recomputes the overall governance value.
  • Proposes targeted SKILL.md edits when improvement signals reach thresholds, awaiting user approval.

Quick Start

Run this at the end of a session to prepare evolution proposals for skills with actionables.

Frequently Asked Questions about evolve-suggest

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

FAQPage Schema
How do I automate skill evolution proposals after a session?

You automate skill evolution proposals by running a process at session-close that aggregates pending feedback into per-skill value updates and queues concrete SKILL.md edits for approval. It consolidates feedback-log data to update scores and prepare proposals automatically.

What is the best way to consolidate feedback into skill value updates?

Consolidating feedback into skill value updates involves aggregating pending G2 feedback to compute net deltas and dominant patterns across skills. This process updates per-skill scores, maintains session history, and recomputes the overall governance value.

How do I propose edits to a skill configuration file based on feedback?

Proposing edits to a skill configuration file based on feedback requires aggregating session data until improvement signals reach defined thresholds. Once signals are strong enough, targeted SKILL.md edits are queued as proposals rather than auto-applied.

Does the skill governance update process auto-apply changes to configurations?

No, the skill governance update process never auto-applies changes to configurations. It queues evolution proposals for explicit user approval via an apply step, ensuring you maintain control over any modifications to your skill definitions.

When do I need to run feedback aggregation for skill management?

You need to run feedback aggregation for skill management at the end of a session, specifically after memory-write and memory-consolidate processes. This timing ensures all session feedback is captured to prepare evolution proposals for skills with actionables.

Can I use session feedback to recompute overall governance value?

Yes, you can use session feedback to recompute the overall governance value. The aggregation process consolidates feedback across skills to compute net deltas, updates per-skill scores, and recomputes the global V^L value function.