Harness Engineering Playbook

Gerüstet AGENTS.md, harness scripts und CI, damit Agenten repos zuverlässig ausführen

von broomva · broomva/harness-engineering

Getestet · Funktioniert ★ 9.2/10

Harness Engineering Playbook — Gerüstet AGENTS.md, harness scripts und CI, damit Agenten repos zuverlässig ausführen

Was es kann

Implements OpenAI's Harness Engineering practices by scaffolding a repo with AGENTS.md, PLANS.md, deterministic smoke/test/lint/typecheck scripts, a Makefile.harness, architecture und observability docs, und a CI workflow, then auditing them. Wird ausgelöst, wenn setting up agent-first workflows, adding harness commands, oder hardening a repo for reliable autonomous agent runs.

Testbericht

Führte den gebündelten wizard live (python3 harness_wizard.py init --profile control) against a fresh repo aus: it scaffolded 17 files including AGENTS.md, PLANS.md, Makefile.harness und language-auto-detecting smoke/test/lint/typecheck scripts, und the paired audit command then passed green. The generated smoke.sh genuinely branches on Cargo/npm/pytest presence. That ist a complete, gated harness a no-skill baseline would only approximate ad hoc.

Getestet am: 2026-07-20 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/broomva/harness-engineering
mkdir -p ~/.claude/skills
cd harness-engineering && cp -r .skills/harness-engineering-playbook ~/.claude/skills/harness-engineering-playbook

Befehle & Beispiel-Prompts

  • /harness-engineering-playbookGerüstet AGENTS.md, harness scripts und CI, damit Agenten repos zuverlässig ausführen

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Scaffold AGENTS.md and CI so agents can run this repo reliably
  • Set up deterministic smoke and lint scripts for agent workflows
  • Harden this repo for autonomous agent runs with a harness setup