What problem does it solve?
Over time, an AI research harness accumulates friction: bad default parameters, repeated tool failures, and manual user corrections that signal gaps in skill prompts. This Skill closes that loop by analyzing logged usage events and proposing concrete, evidence-backed patches to the harness itself.
Core Features & Use Cases
- Usage Pattern Analysis: Computes frequency, failure, convergence, and human-intervention statistics from the
.aris/meta/events.jsonl event log.
- Patch Generation: Produces minimal, one-change-at-a-time diffs for SKILL.md files and workflow defaults, each annotated with the log data justifying it.
- Cross-Model Review: Sends every proposed patch to an external model (GPT-5.4 via MCP) for adversarial review before recommending it.
- Use Case: After two weeks of running research workflows, you notice users keep overriding the review score threshold. Run this Skill to confirm the pattern from logs, get a reviewed patch changing the default from 6/10 to 7/10, and apply it with backups.
Quick Start
Ask the assistant to run the meta-optimize analysis on all skills to review accumulated usage logs and propose harness improvements.