deltadotta
v0.1.2
Published
Turn scattered organizational knowledge into shared, reviewed AI context, so teams get consistent, company-aware answers from Claude and ChatGPT without weeks of manual setup.
Maintainers
Readme
Companies often use Claude and ChatGPT in isolated sessions, forcing every employee to rebuild company context from scratch. DeltaDotta turns scattered organizational knowledge into a shared, reviewed AI context package so teams can get consistent, company-aware answers without weeks of manual setup.
Quick start
Requires Node.js 22.13 or later.
cd /path/to/company-folder
npx --yes deltadottaDeltaDotta scans the current folder locally and writes the package to:
.deltadotta/onboarding/Nothing is uploaded automatically.
Demo
It shows how documents, code, database evidence, and tribal knowledge become reviewed roles, skills, authority boundaries, and Claude or ChatGPT Project files. It ends with the exact instructions and knowledge files to upload.
Generated organization map
This is the actual organization-map.html produced from a reviewed company
workspace with 13 roles, 22 sources, and no unresolved conflicts.
How it works
Scan Read selected documents, code, database knowledge, Git repositories, and HTTPS sources.
Map Create a draft organization map with roles, ownership, authority, handoffs, escalation paths, source evidence, and fingerprints.
Review A human confirms the organization and resolves gaps or conflicting sources.
Install Add the reviewed instructions and knowledge files to a Claude or ChatGPT Project.
Review and validate
The first package is expected to report needs-review.
Edit:
.deltadotta/onboarding/review/organization.review.jsonThen run:
npx --yes deltadotta refine --package .deltadotta/onboarding
npx --yes deltadotta validate --package .deltadotta/onboardingWhen validation reports ready, start the guided provider setup:
npx --yes deltadotta install \
--provider chatgpt \
--package .deltadotta/onboardingUse --provider claude for Claude Projects.
What it creates
- A reviewable organization map
- Role-specific skills and authority boundaries
- Source evidence with content fingerprints
- Gaps, conflicts, and readiness reports
- Claude and ChatGPT project packages
- A portable local ZIP archive
Supported knowledge
- Documents, spreadsheets, presentations, PDFs, Markdown, CSV, JSON, and YAML
- Source code, configuration, workflows, ownership files, and runbooks
- SQL, Prisma, DBML, DDL, and SQLite schemas
- Selected read-only PostgreSQL and MySQL query results
- HTTPS documents, ZIP exports, and Git repositories
Safety
- Inferred roles and authority remain drafts until reviewed by a human.
- Local sources stay local unless a user explicitly uploads reviewed files.
- Potential credential patterns block package creation by default.
- Database collection is limited to schemas and explicitly selected read-only rows.
- DeltaDotta describes permissions but does not enforce provider or tool access.
Commands
Run npx --yes deltadotta --help for the complete command and option reference.
Documentation
License
Apache License 2.0. See LICENSE.
