// TEMPLATES · WORKING INDEX

Tools you can take with you.

Packets, prompts, checklists, profiles, and technical recipes gathered from the Deep Dives. Each one starts with its job and returns to the guide that explains the method.

19 reusable artifacts9 source guides1 direct download

01 / 5 artifacts

Plan and transfer

Brief the work, preserve the state, and give the next reader a safe place to begin.

05 · Packet

Five-line verification handoff

Close a small implementation loop with the outcome, changed surfaces, proof, open edge, and safest continuation.

02 / 5 artifacts

Verify and review

Turn confidence into explicit claims, observable proof, and a useful second opinion.

01 · Checklist

Seven-question disclosure gate

Review prose, screenshots, metadata, and generated output for details that do not belong in a public artifact.

02 · Contract

Compact acceptance contract

Turn a vague request into a falsifiable outcome with explicit scope, protected behaviour, and evidence.

03 · Checklist

Narrow verification pass

Prove the exact edited path in a production build and real browser before widening the test surface.

04 · Rule

Positive completion proof rule

Require an observed end-to-end result before an agent is allowed to claim that a change works.

05 · Prompt

Adversarial second-review prompt

Give a fresh reviewer the diff and ask it to find the input or assumption that makes the change wrong.

03 / 5 artifacts

Configure agents

Give tools durable rules, suitable operating profiles, and enough context to orient before acting.

01 · Template

Canonical agent context file

Keep shared project rules in one owned file and mirror them into the filenames each coding agent reads.

02 · Prompt

Fresh-repository orientation prompt

Make a new agent read the rules and project overview, then identify current state and risk before editing.

04 · Config

Local model client configuration

Point an OpenAI-compatible client at a local server while keeping the request and tool-call shape unchanged.

05 · Template

Durable knowledge note

Capture one non-obvious fact, its reason, and the never-again lesson in a small greppable reference file.

04 / 4 artifacts

Ship and recover

Keep public changes coherent, recover missing state, and divide wide checks into tractable passes.

01 · Recipe

Cache-bust blast-radius check

Find every consumer of an immutable asset and prove that exactly one version string remains after an edit.

02 · Recipe

CSP inline-script hash command

Recompute the exact SHA-256 allow-list value after changing an inline script under a strict content policy.

03 · Recipe

Deployed-site configuration recovery

Mirror a static site's served files and reconstruct its security and cache configuration from live response headers.

04 · Recipe

Site-wide fan-out sweep

Chunk a large audit into parallel reading passes that return only violations for one ranked, deduplicated result.