OKF Workbench

0001 โ€” Build a workbench, not a standalone viewer

0001 โ€” Build a workbench, not a standalone viewer

Context

The initial concept was a VS Code-compatible extension that renders an OKF bundle as a 3D graph. A viewer assumes that a bundle already exists and is sufficiently well maintained. New users also need initialization, concept templates, validation, and index maintenance.

The canonical OKF repository already demonstrates a graph consumer, and the early ecosystem includes separate CLI and browser tools for validation and visualization. Graph rendering alone is therefore not a strong product boundary.

Decision

Build OKF Workbench around the full local authoring loop:

initialize -> create -> edit -> validate -> explore -> repair

The 3D graph remains a headline feature, but it is one derived view within a broader workbench.

Consequences

Positive:

Costs: