A methodology for AI-mediated work

When code is cheap,
context becomes the craft
and sufficiency becomes
the discipline.

The practice of decomposing AI-mediated work into verifiable moves and giving each move the minimum sufficient context required to succeed.

Read the Manifesto
// Primary artifact — Move Card template
Move Card template
Move:
What is the next verifiable step?
Intent:
Why does this move matter?
Context:
Only what this move requires.
Exclusions:
What should the AI ignore or avoid?
Output:
What artifact should be produced?
Blast Radius:
What could this affect if it is wrong?
Verification:
What proves the move worked?
Capture:
What durable context should be updated?
ConstraintDo only this move.
Worked examples in 04_toolkit.md — software, editorial production, and decision-support analysis.
Governing
question
What is the minimum sufficient context required for the next verifiable move?
// Operating loop
01
Intent
Name the purpose of the work.
02
Sequence
Choose the next verifiable move.
03
Context
Assemble only what that move requires.
04
Generate
Ask the AI.
"Do only this move."
05
Verify
Check against explicit expectations.
06
Refactor
Improve the output or the context.
07
Capture
Preserve what the next cycle needs.
Highlighted: Context / Verify — the sufficiency gates The loop compounds — each cycle improves the system.
// Publication — /docs
/docs/ 01_origin.md
Why it exists

How the methodology emerged from practice. Not from reading about AI workflows — from building, failing, correcting, and capturing what made the difference.

open file
/docs/ 02_manifesto.md
What it believes

Ten principles for AI-mediated work. Context is the craft. Sufficiency beats volume. The move is the unit of work. Verification precedes trust. Humans own intent.

open file
/docs/ 03_guide.md
How to understand it

Move sequencing, decomposition by uncertainty, the Move Card, the three practitioner stances, and how the loop compounds over time.

open file
/docs/ 04_toolkit.md
How to use it

Move Card template, Sufficiency Check, Verification Contract, Context Ledger, Monday-morning checklist, and the anti-patterns to avoid.

open file
Core
doctrine

Context is not storage.
Context is instruction, evidence, boundary, and proof.

Proof
case

Extreme Contexting did not begin as a theory. It emerged from building AI-mediated production systems under real pressure — where briefs mattered, validators mattered, sequencing mattered, and accumulated lessons from prior failures mattered more than the model itself.

Its origin is its first proof case: Extreme Contexting was developed by practicing Extreme Contexting.
// Implementation artifact
Download the Starter Workspace
A Claude Code-ready implementation of Extreme Contexting. P0–P4 priority model, Move Card cockpit, hooks, slash commands, and a complete worked example.
Download v0.1 →