Skillquality 0.46

harness-engineering-playbook

Implement OpenAI Harness Engineering practices in any repository — AGENTS.md, PLANS.md, deterministic smoke/test/lint harness commands, strict architecture boundaries, observability from day 1, and entropy-control audits for reliable autonomous agent runs.

Price
free
Protocol
skill
Verified
no

What it does

Harness Engineering Playbook

A skills.sh-compatible skill that operationalizes the practices from OpenAI's Harness Engineering guide. Use it to set up or refactor agent-first workflows so that autonomous runs are repeatable, observable, and safe.

Install

npx skills add broomva/harness-engineering-skill --skill harness-engineering-playbook

What It Does

  • Bootstraps harness artifacts: AGENTS.md, PLANS.md, docs/ARCHITECTURE.md, docs/OBSERVABILITY.md, Makefile.harness, and CI workflows.
  • Wraps deterministic commands behind make smoke, make check, make ci so agents can run them reliably.
  • Enforces strict module boundaries and data-shape contracts.
  • Wires structured observability (correlation IDs, key transitions) from day 1.
  • Adds entropy-control audits and nightly harness checks to prevent docs drift and flaky scripts.

Workflow

  1. Baseline the target repo — detect language, toolchain, and existing CI.
  2. Bootstrap harness artifacts from templates (interactive wizard or shell script).
  3. Apply the nine Harness Engineering practices across repo artifacts.
  4. Validate with audit — treat any MISSING or FAIL as blocking.
  5. Iterate after real agent runs — patch gaps and re-audit.

Quick Start

# Interactive wizard (recommended)
python3 .agents/skills/harness-engineering-playbook/scripts/harness_wizard.py init <repo-path> --profile control

# Shell fallback
./scripts/bootstrap_harness.sh <repo-path>

# Audit
python3 .agents/skills/harness-engineering-playbook/scripts/harness_wizard.py audit <repo-path>

Profiles

ProfileScope
baselineCore harness artifacts only
controlBaseline + control-system primitives
fullControl + entropy controls, nightly audit, CI

Source

OpenAI Harness Engineering guide: https://openai.com/index/harness-engineering/

License

MIT

Capabilities

skillsource-broomvaskill-harness-engineeringtopic-agent-skillstopic-autonomous-agentstopic-bstack-foundationtopic-ci-cdtopic-developer-toolstopic-harness-engineeringtopic-openai-codextopic-skills-sh

Install

Installnpx skills add broomva/harness-engineering
Transportskills-sh
Protocolskill

Quality

0.46/ 1.00

deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 21 github stars · SKILL.md body (2,073 chars)

Provenance

Indexed fromgithub
Enriched2026-04-22 13:02:53Z · deterministic:skill-github:v1 · v1
First seen2026-04-19
Last seen2026-04-22

Agent access