User Guide

The User Guide is the day-to-day operating manual for everyone who works in Open Digital Product Factory (DPF). These pages are bundled into the portal’s in-app help, so the guidance in the repository and the guidance available from the product stay together.

DPF is a local-first operating environment for one organization. Use this guide to understand the job you are doing, the part of the platform that supports it, and where to go next. If you are brand new, begin with Getting Started.

Choose your path

flowchart LR
    Learn["Learn: New to DPF"] --> Start["Getting Started"]
    Operate["Operate: Customer or company work"] --> JobGuides["Job guides below"]
    Supervise["Supervise: AI or platform duty"] --> Govern["Governance guides"]
    Change["Change: Product change"] --> Build["Build Studio or contributor setup"]
    class Learn,Operate,Supervise,Change path
    class Start,JobGuides,Govern,Build destination
    classDef path fill:#eef2ff,stroke:#6366f1,color:#0f172a
    classDef destination fill:#f8fafc,stroke:#94a3b8,color:#0f172a
    linkStyle default stroke:#64748b

Text alternative: New users start with Getting Started. Day-to-day operators use the job guides below. People supervising AI or platform services use the governance guides. People changing DPF use Build Studio or the contributor setup.

Find a guide quickly

Use Search docs in the guide sidebar when you know the task or outcome but not its area. Search ranks page titles first, then the page summary, then the workflow body. Results show a short description so you can choose the right page before opening it. Terms from later sections such as recovery, verification, or evidence are searchable too; they are not limited to the opening paragraph.

Quick paths by responsibility

Start here

Changing DPF’s own source code is a separate job with a separate setup. Use Contributing & Dev Setup for the complete contributor path and Development Workspace for the worktree, branch, and verification model.

Serve customers and deliver work

Use these guides when the work begins with a customer need and ends with a delivered product, service, or operating outcome.

Run the company

Use these guides for the internal systems that keep the organization healthy, accountable, and investable.

Supervise the platform

Use these guides when you are responsible for AI behavior, platform services, access, security, or governed knowledge.

Change the platform

DPF supports more than one governed development surface. Choose the path that matches the work rather than treating any one interface as mandatory.

Architecture and standards

The Enterprise Architecture guide explains how operators model their own organization inside DPF. For DPF’s runtime architecture, Trusted AI Kernel (TAK), Global AI Agent Identification & Governance (GAID) standard, and platform conformance assessment, continue to the contributor Architecture section. Those pages explain the platform’s design and governance; they are not required for ordinary day-to-day operation.

Specifications and plans

Long-form design specs, audits, and implementation plans are kept in the source repository under docs/superpowers/. They are historical records of how each capability was built, not onboarding material. Use them when you need the rationale behind a design decision; you do not need them to operate the platform.

Documentation freshness

Documentation is part of DPF’s delivery definition of done. Build Studio and external Claude, Codex, and Grok implementation threads update the user guide, public site, architecture docs, AGENTS.md, or implementation history when a change affects those audiences. When a change does not need documentation, the build or pull request records a concrete reason.