Intent-first development. WHAT / WHY is the source of truth — HOW is generated, disposable.
This README was generated via IKDD / Intent OS (id: Generate_README). Some documents are currently written in Japanese. English migration is in progress.
IKDD (Instrumental Knowledge Driven Development) and Intent OS define a new development style:
✅ Write Intent (WHAT/WHY) ✅ Generate HOW (implementation) automatically ✅ Keep Intent as the single source of truth
Implementation is not authored manually. It is derived from Intent.
| Layer | Responsibility |
|---|---|
| Intent (WHAT / WHY) | Goal, purpose, invariants, constraints |
| Runtime / Kernel | Plan, derive, validate, track state (Before/After) |
| Implementation (HOW) | Generated artifact (code/script/workflow) and replaceable |
Intent is stable. Implementation is disposable.
Traditional development mixes WHAT and HOW, producing:
- Meaning drift (semantic drift, context loss)
- Manual implementation divergence ("it worked yesterday, now broken")
- Complexity driven by code, not by intent
Intent OS reverses the direction:
Intent is the asset. Implementation is a byproduct.
1. Write Intent (WHAT/WHY, no code)
2. Let Runtime generate HOW
3. Validate Before/After state
No manual HOW writing.
No code required in README. (HOW belongs to /runtime or /docs.)
id: InsertNullAsParent
Intent: Insert a Null as a new parent of the selected models,
without changing world transform.(Full Intent and implementation are intentionally not shown here. README.md must not contain HOW.)
The repository includes multiple Runtime prototypes.
| Runtime | Status | Link |
|---|---|---|
v0.1 |
OUTDATED | /runtime/v0_1 |
v0.2 |
OUTDATED | /runtime/v0_2 |
v0.3 |
Active prototype | /runtime/v0_3 |
Runtime directories exist for reproducibility, but implementation details (HOW) are not included here.
- IKDD Whitepaper
- IKDD Safety Declaration
- Intent OS Concept
- Intent OS — Architecture
- Intent OS Architecture — Overview
- IKDD/CDD Concept
- RKD Concept
- IKDD Core Policy
- IKDD Tool Principles
- Why Definition-First?
IKDD Runtime / Intent OS consists of multiple independent published artifacts.
| Artifact | DOI |
|---|---|
| IKDD Unified Rule Set (v0.4) | https://doi.org/10.5281/zenodo.17572373 |
| Intent OS Concept Paper | https://doi.org/10.5281/zenodo.17564294 |
Cite according to your research or publication policy.
This README was generated via IKDD / Intent OS (id: Generate_README). No manual edits. WHAT/WHY lives here. HOW lives in
/docsand/runtime.