← Back to resources
Template pack · 9 files

Harness Engineering Starter Kit

Copy-ready templates for repository instructions, persistent progress, bounded features, evidence-based completion, and browser verification.

Updated 18 Aug 2026· no account required

Instructions, tools, environment, state, and feedback connected around a coding model
Adoption rule

Start with three files, not nine.

Copy `AGENTS.md`, `PROGRESS.md`, and `feature-list.json` first. Replace the placeholders, define one bounded task, and name the command or browser procedure that proves it works. Add the audit and specialized checklists when a repeated failure shows where the harness is weak.

minimal repository harness
project/
|-- AGENTS.md
|-- PROGRESS.md
|-- feature-list.json
|-- src/
`-- tests/
Copy-ready templates

What is inside the starter kit?

Suggested workflow

Use the kit as a feedback loop.

  1. 01

    Map the repository

    Fill in the purpose, exact toolchain, important directories, standard commands, and hard boundaries in AGENTS.md.

  2. 02

    Bound one task

    Write the outcome, allowed scope, non-goals, acceptance criteria, and required evidence in feature-list.json.

  3. 03

    Execute and observe

    Let the agent work through the real project tools. Use tests, browser behavior, network requests, logs, and the diff as feedback.

  4. 04

    Verify before completion

    Run the selected definition-of-done checks and record evidence. A created file or rendered page is not enough.

  5. 05

    Leave a clean handoff

    Update PROGRESS.md with verified work, incomplete work, decisions, failures, and one next bounded action.

Practical recommendation

Measure whether the basic loop removes a real failure before adding reviewers, schedulers, or multi-agent coordination.

Sources and further reading