Are you the author? Sign in to claim
AI builds faster than anyone, with no skin in the game and no memory of yesterday. How do you govern that? With X2, deci
Something strange happened to software in the last few years, and almost nobody outside the industry noticed.
For half a century, the most valuable thing a software company owned was its code, the written instructions its programs run on. Code was slow and expensive to produce. Companies guarded it like gold, because rewriting it could take years and cost millions.
Then AI learned to write it.
Today, an AI assistant can write, and rewrite, working code in minutes. An entire section of a program can be regenerated faster than a person could read it. Overnight, code went from the most expensive thing a company owns to the cheapest. And anything that can be remade on demand is no longer a treasure.
So what is the treasure now?
The decisions. The things no AI can invent for you:
A banking app can be rebuilt in an afternoon. The decision that no customer's balance may ever silently change cannot be rebuilt by anyone but the people responsible for it.
X2 is a method for building software that takes this reversal seriously. It was created for teams who let AI do the building, and it answers one uncomfortable question: how do you stay in control of a builder that works faster than you can watch?

Imagine hiring a builder who works a hundred times faster than anyone alive, but who forgets everything between jobs and has no personal stake in whether the work is any good.
You could hand that builder your rules on paper. It would read them, then forget or ignore them on the very next task. This is not a hypothetical; it is how AI coding assistants actually behave. A rule that nobody actively checks is only a suggestion.
X2 sorts everything into three piles and puts each one where it cannot go wrong.
The unbreakable rules go into the machinery. Instead of living on paper, they are built into the automated checks that every piece of work must pass before it ships. Break a rule and the work simply fails, no matter what the AI claims. A machine enforces them, so they cannot be forgotten.
The decisions stay with people. They live in a handful of short documents that humans own and humans change. This is the treasure, and it is kept deliberately small.
The code becomes disposable. It is regenerated from the decisions whenever needed, like printing a fresh copy from a master document. Nobody mourns it.
The result: nothing important depends on the AI remembering anything.
In the method's own vocabulary the three piles are the invariants, the decisions and the
consequences. X2.md walks through all three, and the reasoning behind them.
The AI does the building, but a person decides at three checkpoints:
Between checkpoints, the AI must stop and ask whenever it hits a question no document answers.
And "finished" is never taken on the builder's word. Work counts as done only when a report, verified by someone who did not build it, shows it was genuinely tested and genuinely works. Nobody grades their own homework. The failure this guards against even has a name inside the method: green-but-wrong, a build where every light is green while the product is quietly not what was decided.
For decades, software teams have run on trust in people: their memory, their habits, their honesty. That worked because people were doing the building.
The builders are no longer people. X2's wager is that the trust which must never slip should move into machinery that cannot forget and cannot fudge, while everything requiring real judgment stays with humans.
If AI ends up building most of the world's software, and it is heading that way, then the interesting question is no longer who writes the code. It is who makes the decisions, and how those decisions are protected from a workforce that never remembers yesterday. X2 is one answer.
learn.reqwiseconsulting.com is a free seven-lesson prompt
course with an AI trainer that marks your work. X2 built it in 2 days, six slices, idea to
production. Every moment a person had to step in was logged as it happened and published in
record/metrics.md, which is the part most methods cannot show you.
Every time a person steps in, the moment is logged and classified: a decision only a person could take, or a defect in the method or its tooling. The count of those turns per shipped slice is the method's price tag, and the goal is to bring it down.
At project close, x2:extract mines that log with two lenses. The defect lens catches what
bit. The churn lens catches what quietly resisted: decisions that never failed a test yet kept
costing attention, the failure no retrospective surfaces because nothing ever went red. Findings
change the method only through a human ruling; the sanitized results are published in
record/, and the next project starts by reading them. Each project is meant to make
the next one cheaper, and the record shows whether it did.
In the industry's terms, X2 is an agentic software engineering method: AI agents do the building, the build enforces the rules that must always hold, a person decides only at the gates, and the method measures its own cost in human turns. Beneath the vocabulary it is a control system more than a coding technique: the point is not to write code better, it is to keep people in charge of software produced faster than they can read it.
To Agile. X2 keeps Agile's engine: thin working slices, requirements that stay open, change kept cheap. But every Agile guarantee is carried by human discipline: memory, habit, self-report. An AI has none of those and no stake in the outcome. So X2 takes each rule Agile trusts a person to hold and hands it to something that cannot forget or fudge: the build.
| Agile carries it with people | X2 carries it with a mechanism | |
|---|---|---|
| Standards | Heads, wikis, review habits: rules that decay | Compiled into the kernel; a breach fails the build, not a review |
| "Done" | A checklist the team grades itself on | A report audited by someone who didn't build it |
| Quality | Review and pairing, after the code exists | Checks that gate every change, before merge |
| Acceptance | Criteria hand-written per story | Tests derived from the locked prototype |
| The asset | The working code | The decisions; code is regenerated from them |
| Progress | Story points: output, estimated | Human turns per slice: cost, measured |
| Improvement | Retrospectives: opinions, remembered | Extraction: measured churn and defect share, ruled into the method |
| Coordination | Ceremonies keep the team in step | The agent builds; a person decides at the gates |
Agile moved trust from documents to people. X2 moves the part of that trust that must never vary
from people to the build, and leaves the rest with people, where it belongs. For how X2 answers
the Agile Manifesto's 4 values, see X2.md.
To the other AI methods. Two families dominate agentic development today, and X2 belongs to neither. Agent-team methods, BMAD foremost, simulate a human team: role agents (analyst, product manager, architect, developer, tester) plan a PRD and an architecture document, then shard them into story files an implementing agent executes. Spec-driven tools (Spec Kit, Kiro, OpenSpec) put a specification ahead of every feature: requirements, design and tasks written first, code generated against them.
Both families answer the forgetful builder with documents: write everything down and have the AI read it back on every task. X2's answer is mechanism, because prose that nothing checks is a suggestion, however good the template that produced it. That difference shows in three places: a rule breach fails the build instead of slipping past a reader, "done" is judged from outside instead of self-declared, and the method measures its own cost and learns from its own record.
| Agent-team methods (BMAD) | Spec-driven tools (Spec Kit, Kiro, OpenSpec) | X2 | |
|---|---|---|---|
| Rules live in | Personas, templates, checklists: prose, re-read each task | A constitution or steering files: prose, re-read each task | The kernel; a breach fails the build |
| The specification | PRD and architecture doc, sharded into stories | Requirements, design and tasks per feature | Epic stories plus the locked design prototype |
| Acceptance | Criteria hand-written into each story | Criteria hand-written per requirement | Tests derived from the locked prototype |
| "Done" | The agent team checks its own work | Tasks complete against the spec | An exit report audited outside the builder's context |
| The asset | The documents | The specs | The decisions; code and tests are regenerated |
| The team | Simulated: agents role-play the job titles | One agent walking the spec | Contexts split by incentive: the builder never grades its own record |
| Cost | Unmeasured | Unmeasured | Human turns per shipped slice, logged and classified |
| Improvement | New templates and modules, by hand | New specs, by hand | Extraction: measured churn and defect share, ruled into the method |
The last two rows are the deepest difference. No other method measures what a project cost in human attention, so none can show it is getting cheaper, and none has a mechanism that learns from its own record.
The honest converse: BMAD and the spec-driven tools are broader today. They run on many stacks and many agents, and their communities are large. X2 ships one edition, has run end to end on 2 projects, and says so.
One test cuts through the whole comparison: swap the AI for a better one and see what survives. Everything X2 adds, the enforced rules, the derived tests, the outside audit, the logged cost, survives that swap unchanged. A method should outlive its generator; a code generator is what just got replaced.
X2 is overkill for a throwaway prototype, and says so. It earns its keep where the rules are non-negotiable and an unwatched builder is most dangerous:
The claims catalog leans the same way: its deepest families are tenancy, security and the AI trust boundary, the places where "the model probably got it right" is not an answer anyone will accept. And the claims have already been checked against the control regimes auditors actually use (the ASD Essential Eight, SOC 2), so when the evidence question comes, the answer is a mapping, not a scramble.
The invariants come from 2 production systems. The method itself has now run end to end on 2 projects, every human turn logged, classified and audited. The second is public and running at learn.reqwiseconsulting.com.
Its first headline figure (25 human turns for the pilot's first slice) is retired, by the
method's own extraction ruling: it mixed counting rules and scopes. The metric history lives in
record/metrics.md under one counting rule. What travels across projects:
Treat those numbers the way the method itself demands:
The kernel, the skills, the acceptance test, an invariants review and the first extraction pass
have all landed; the open experiments are listed in X2.md under "What remains open".
You need:
Install the plugin once, from inside Claude Code:
/plugin marketplace add teklabsdigital/x2-method
/plugin install x2@x2
The first command registers this repo as a plugin marketplace; the second installs the 12 skills,
namespaced under x2:, so they are available in every project, including the new repo the method
creates for you. Type /x2: in Claude Code to see them listed.
Invoke a skill:
/x2:stories.Ask for /x2:help at any time to see what to run next. Migrating an existing project? Use
/x2:adopt instead of the flow below.
To work on the method itself, clone the repo and symlink skills/* into Claude Code's personal
skills folder instead; installed that way the skills appear unscoped (/stories, /seed, and so
on) rather than under x2:.
X2 works in slices: thin pieces of the product that each work end to end. Start Claude Code and describe your product idea. Then follow the flow. You approve at 3 gates and answer the odd question; the agent does the rest.
Then run it: the edition's README has a "Running it" section
that starts the app locally. Deployment is per project: the CI loop gates every merge, and you
attach your own release step to it.
Repeat steps 5 to 8 for each next slice. At project close, x2:extract runs the extraction loop described above, so what the ledger recorded feeds the method.
The shipped .NET 9 and React edition is the reference: a working demonstration, not a limit.
The claims are written to be technology-neutral. One edition exists so far, so neutrality is a design goal until a second edition tests it.
To build on another stack, create a new edition that realises the same claims. Each claim file
names the harm, the mechanism and its limits; your edition supplies that mechanism for your stack.
Start from kernel/claims/ and the shipped edition's conformance table.
If you build one, please contribute it back as a pull request.
X2.md: the full method, and the reasoning behind each part of it.GLOSSARY.md: the record codes (X-8, MET-07, INV-10) the skills and claims cite,
each defined in one line.kernel/claims/: the 69 technology-neutral invariants. One file per claim:
the harm it prevents, the mechanism that enforces it, and that mechanism's honest limits.kernel/dotnet-react/: a working .NET 9 and React edition that
enforces the claims, with the steps to start a new project on it.skills/: the 12 agent skills that run the method, from working out the problem
through to a slice that is done and the extraction that follows the project.record/: the published extraction record: the metric history, candidate rules,
confirmations, and the negative-space register with its cross-project churn table.X2 is a sample of two and says so. The feedback worth the most:
X2.md.Issues and pull requests are welcome.
X2 is free to use, commercially or otherwise. Credit is the one condition.
kernel/dotnet-react/: MIT.⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming