autoresearch-is-code-metric-optimizer

Clarify when to use the autoresearch workflow for measurable modify-verify optimization loops.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/cajias/claude-skills --skill autoresearch-is-code-metric-optimizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch-is-code-metric-optimizer
Source: https://github.com/cajias/claude-skills/tree/main/plugins/cc-authoring/skills/autoresearch-is-code-metric-optimizer
Command: npx skills add https://github.com/cajias/claude-skills --skill autoresearch-is-code-metric-optimizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill clarifies when to use the base /autoresearch workflow so you can optimize an artifact against a measurable result instead of misusing it for web research or qualitative debate.

Core Features & Use Cases

  • Optimization Loop Guidance: Use it when you can modify code, config, prompts, or datasets and verify improvement with a test, benchmark, backtest, or eval.
  • Use-Case Disambiguation: Distinguishes the base skill from research-oriented or judgment-oriented sub-skills, reducing incorrect tool selection.
  • Workflow Framing: Helps structure problems as modify, verify, keep or discard loops for tasks like trading strategy tuning, prompt iteration, and config search.

Quick Start

Use the autoresearch skill to help me decide whether my current task should be run as a measurable modify-verify optimization loop or handed off to a research or debate-oriented sub-skill.

Frequently Asked Questions about autoresearch-is-code-metric-optimizer

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

FAQPage Schema
How do I set up an automated optimize and verify loop for code and config tuning?

An optimize and verify loop requires a modifiable artifact, such as code or config, and a deterministic evaluation method to score results. You modify the artifact, run the evaluation, and keep or discard changes based on the measured outcome.

Can I use iterative backtesting for prompt and dataset optimization?

Iterative backtesting applies to prompt and dataset optimization when you have a deterministic evaluation method to score results. You modify the prompt or dataset, run the evaluation, and keep or discard the changes based on the measured score.

What is a measurable modify-verify iteration workflow?

A measurable modify-verify iteration workflow is a process for tuning artifacts against a testable benchmark. It involves modifying an artifact, verifying its performance with a deterministic eval, and keeping or discarding the modification based on the result.

When should I use an automated optimization loop instead of qualitative debate?

Use an automated optimization loop when your task has a deterministic evaluation method to score results. If your task lacks measurable verification and relies on subjective judgment, use a qualitative debate or research-oriented approach instead.

Does iterative optimization work without a deterministic evaluation method?

Iterative optimization does not work without a deterministic evaluation method. The workflow requires a measurable verify function to score changes, ensuring you can objectively decide whether to keep or discard each modification.

What is the best way to structure trading strategy tuning for measurable gains?

The best way to structure trading strategy tuning for measurable gains is a modify-verify-keep-or-discard loop. You modify the strategy, backtest it deterministically, and keep the changes only if the backtest shows an improvement.