Probe
A temporary answer to one question.
Research-stage method
Build a small probe. See what it teaches you. Let a person decide what the product should do. Then protect that decision with tests and an independent check.
01 · Why
An AI coding agent can build an example before a team fully understands the right behavior. That speed is useful for discovery. But the first example also contains guesses and accidents.
IDD is designed to keep the learning and add a human decision before an accident can become a lasting product promise.
02 · The method
Each step has one job. A working implementation cannot skip the decision in the middle.
Write one question and the safety limits before you build.
Keep it temporary, isolated, and focused on that one question.
Keep examples, measurements, failures, and newly found assumptions.
Accept, reject, combine, or ask for another probe.
Write tests, contracts, or evaluations, then write or revise the official implementation to pass them.
Use a fresh reviewer or a separate, repeatable check before delivery.
03 · State
A temporary answer to one question.
Worth studying, not yet a promise.
A person decided and a durable check records it.
Independent and risk-based checks passed.
04 · Safety
Authorization, payments, destructive data changes, production migrations, cryptography, and private information need stricter rules before implementation.
IDD may help later inside a safe sandbox. It is not permission to experiment on people or production systems.
Read the safety boundaries05 · Choose the right route
Yes
You do not need a probe to rediscover a decision you already made.
Not yet
Keep it isolated. Gather evidence. Decide before you promote it.
06 · Use it with your agent
IDD 0.1.0-draft includes one reusable skill, a structural probe-manifest validator, and packaging for major coding agents. Runtime behavior remains platform-dependent and unvalidated.
Claude Code plugin
/plugin marketplace add SoliEstre/idd
/plugin install idd@idd
Invoke /idd:idd when product behavior is uncertain and an isolated probe can produce useful evidence.
Shared skill package
The principle