Skip to content

English Resource Library

This folder turns the course methods into copy-ready templates and compact references you can use in a real repository.

When To Use It

Start here when you want Codex, Claude Code, or another coding agent to work across multiple sessions without constantly re-deriving setup, status, and scope.

It is especially useful when:

  • work spans multiple sessions
  • features are numerous and easy to leave half-finished
  • agents tend to declare victory too early
  • startup steps are rediscovered every time

Start Here

For a minimal setup, begin with:

Then add:

If you want the fuller OpenAI-style repository structure from the "Harness engineering" post, use the advanced pack:

Library Structure

  • templates/: templates to copy into a real repo
  • reference/: method notes, startup flow, and failure-mode maps
  • openai-advanced/: advanced repo skeleton, system-of-record docs, and agent-first governance templates
  • AGENTS.md or CLAUDE.md
  • feature_list.json
  • claude-progress.md
  • init.sh

Those four files are enough to make most agent workflows noticeably more stable.

When the repo grows into a longer-running system with multiple domains, active plans, quality scoring, and reliability policies, move up to the openai-advanced/ pack instead of stretching the minimal pack too far.