meta-optimize

Analyze ARIS execution logs to propose structural optimizations for skill prompts and workflow defaults.

1|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/dogekiki/SP-test --skill meta-optimize-dogekiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-optimize
Source: https://github.com/dogekiki/SP-test/tree/main/.trae/skills/meta-optimize
Command: npx skills add https://github.com/dogekiki/SP-test --skill meta-optimize-dogekiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the stagnation of research harnesses by analyzing execution logs to identify bottlenecks, redundant scaffolding, and inefficient workflow defaults.

Core Features & Use Cases

  • Usage Pattern Analysis: Evaluates event logs to identify high-frequency skill invocations, common failure points, and user intervention patterns.
  • Harness Dieting: Proposes the removal of outdated model-compensation scaffolding when newer models render them unnecessary.
  • Bottleneck Identification: Synthesizes data to pinpoint the single most limiting stage in the research pipeline, such as planning or verification quality.

Quick Start

Run the meta-optimize skill to analyze your recent ARIS usage logs and generate a report on potential harness improvements.

Frequently Asked Questions about meta-optimize

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

FAQPage Schema
How do I optimize research harness performance using execution logs?

Optimize research harness performance by analyzing accumulated ARIS execution logs to identify workflow bottlenecks, redundant model-compensation steps, and inefficient defaults. The analysis targets structural improvements for skill prompts and harness scaffolding to resolve pipeline stagnation issues.

What is harness dieting and when do I need to remove model-compensation scaffolding?

Harness dieting is the process of proposing the removal of outdated model-compensation scaffolding from research workflows. You need it when newer models render specific compensation steps unnecessary, allowing the harness to operate more efficiently without redundant instructions.

How do I identify bottlenecks in an ARIS research pipeline?

Identify ARIS research pipeline bottlenecks by synthesizing event log data to pinpoint the single most limiting stage, such as planning or verification quality. The analysis evaluates usage patterns, high-frequency skill invocations, and common failure points to isolate the constraint.

Can I analyze ARIS usage logs if my events.jsonl file is missing or empty?

Analyzing ARIS usage logs requires access to the .aris/meta/events.jsonl file to process execution data with Bash and Python. If the events.jsonl file is missing or empty, the log analysis cannot be performed and no optimization report can be generated.

What's the best way to analyze high-frequency skill invocations and user intervention patterns?

The best way to analyze skill invocations and user intervention patterns is to evaluate accumulated event logs using Python for data synthesis and Bash for log processing. This usage pattern analysis reveals common failure points and highlights potential structural optimizations for prompts.

Why does my research workflow stagnate and how can log analysis resolve it?

Research workflow stagnation happens when inefficient defaults and redundant scaffolding accumulate over time. Log analysis resolves it by evaluating event logs to identify performance bottlenecks and propose structural optimizations for skill prompts and harness scaffolding.