Mythos Harness banner
BitmapAsset BitmapAsset

Mythos Harness

Development community

Description

A finish-first agent loop for Claude Opus 4.7 — plans, executes, verifies, and ships.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

MYTHOS Harness

MYTHOS Harness — name the target, tag the uncertainty, finish or revert.

**One file. Four rules. Opus 4.7 + MYTHOS Harness won 7 of 8 tasks against base Opus 4.7** in an 8-task pilot. No SDK, no runtime — paste one Markdown file into your coding agent's system prompt.

MYTHOS Harness is a prompt doctrine you paste into a coding agent's system prompt. Four short rules push the agent to **name the target before acting**, **tag claims as known / inferred / guessed**, **resist unrequested abstraction**, and **report what was actually run before declaring done**.

It ships no model, no runtime, and no SDK — just a single Markdown file. The clean proof artifact: **Opus 4.7 + MYTHOS Harness won 7 of 8 tasks (22.88 avg) vs base Opus 4.7 at 1 of 8 (21.00 avg)** in an 8-task run (see `benchmarks/`). The average-score gap is modest; the task-win flip is the louder signal. Small-sample and setup-dependent — re-run on your own suite before relying on it.

Benchmark summary showing base Opus 4.7 at 1 of 8 task wins and Opus 4.7 plus MYTHOS Harness at 7 of 8 task wins, with honest average score bars at 21.00 and 22.88.

Core 8-task run. Same task family, same single-judge setup, same environment. Bronze = Opus 4.7 + MYTHOS Harness. Slate = base Opus 4.7.


Why you might want this

Most coding-agent failures in practice are not reasoning failures. They are:

  • Acting on the wrong target (wrong file, wrong caller, wrong symptom).
  • Upgrading a guessed claim into a confident one by repeating it.
  • Building an abstraction the code did not need.
  • Declaring done on unverified output.

MYTHOS Harness is four short sections that push back on exactly those four patterns. No config, no knobs. Copy the file, paste it in, done.


Quick start (30 seconds)

# Cla