# AI Coding Agent Run Log Template

Use this free run log when an AI coding agent changes files, runs commands, opens a pull request, edits a website, or produces a release artifact.

## Minimal Fields

| Field | What To Record | Example |
| --- | --- | --- |
| Run ID | Short stable identifier | `2026-05-21-codex-buy-page` |
| Agent | Tool and model family | `Codex`, `Claude Code`, `Cursor` |
| Objective | One measurable sentence | `Add checkout readiness copy` |
| Scope | Allowed files or modules | `public-launch/*.html` |
| Stop Condition | Exact point where work should stop | `Stop after Pages returns HTTP 200` |
| Inputs Read | Source files, docs, logs, issues, or screenshots | `README.md`, `GOAL_STATUS.md` |
| Changed Files | Files actually changed | `buy.html`, `catalog.json` |
| Verification | Exact command, URL, screenshot, digest, or review evidence | `curl -fsSL ... returned expected H1` |
| Result | `passed`, `blocked`, `needs review`, or `reverted` | `passed` |
| Follow-up | One concrete next action | `Monitor order-request issues` |

## Copy/Paste Markdown Row

```markdown
| Run ID | Agent | Objective | Scope | Stop Condition | Inputs Read | Changed Files | Verification | Result | Follow-up |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|  |  |  |  |  |  |  |  |  |  |
```

## Copy/Paste CSV Header

```csv
run_id,agent,objective,scope,stop_condition,inputs_read,changed_files,verification,result,follow_up
```

## Strong Run Brief

```text
Objective:
Allowed scope:
Do not touch:
Inputs to read first:
Expected artifact:
Verification command:
Stop condition:
```

## Verification Rules

- Prefer exact commands over vague statements.
- For UI work, include a screenshot or rendered URL.
- For release work, record the release URL and artifact digest.
- For code changes, list the tests that cover the changed behavior.
- If verification could not run, mark the run as blocked instead of done.
- If the agent created a workaround, record the risk and the next real fix.

## When A Run Is Not Done

Do not mark a run complete when:

- a payment, payout, tax, legal, or identity setup step is still missing;
- the output exists locally but is not published where users can reach it;
- the verification command only checked a narrow part of a broader claim;
- the agent changed files outside the requested scope;
- the result depends on a user action that has not happened.

## Full Template Pack

Agent Ops Command Center expands this free run log into a full Notion-ready workspace with run logs, prompt history, verification ledgers, cost tracking, failure modes, handoff notes, release gates, and revenue proof.

- Run log page: https://ivelly42.github.io/agent-ops-command-center/ai-agent-run-log-template.html
- Primary $203 team request: https://ivelly42.github.io/agent-ops-command-center/team-request-url.html
- Buy page: https://ivelly42.github.io/agent-ops-command-center/buy.html
