Program Truth gathers and synthesizes execution-level evidence from available sources into a canonical, machine-readable status artifact; Truth Tools performs a deterministic review of the supplied artifact.
Truth Tools is the deterministic review tool for a supplied StatusArtifact. Its result covers the artifact's structure, claims, health assessment, consistency, and findings; it does not determine real-world program health or establish source truth.
Built for mid-flight programs where trackers disagree, parent-ticket status looks cleaner than the actual work, and leadership updates need evidence instead of optimism.
- Does: source discovery, workspace bootstrap, evidence gathering, reconciliation, and synthesis into a
status-artifact.jsonplus a human-readablestatus-report.md. - Does not: deterministically review supplied artifacts, parse timelines, or run quality checks — that is Truth Tools, invoked with
truth-tools review --input <path>. Truth Tools reviews the supplied artifact; it does not determine real-world program health or establish source truth. - Does not: bundle or implement connectors. Program Truth guides the connectors already available in your client (Atlassian MCP, Notion MCP, or equivalent) but ships none.
- Does not: write to external systems. Every Jira, Confluence, or Notion write waits for your explicit confirmation.
Program Truth (gathers + synthesizes evidence) -> StatusArtifact -> Truth Tools (deterministically reviews the supplied artifact)
npm install -g program-truth@0.3.1
program-truth install codex # or: claude, all
program-truth doctorRequires Node 22 or newer. See INSTALL.md for PowerShell variants, verification, and troubleshooting.
Paste this into the chat with one real artifact (a Jira key, Confluence page, Notion database, or local status note):
Use program-truth init from Jira DEMO-1234 to inspect this workspace, identify the real source set, and write the minimum useful context files.
Deterministic fallback:
program-truth bootstrap --anchor DEMO-1234 --system jira --dry-runUse program-truth status
Every status-critical action (status, daily, archaeology, review, deps, risks) produces:
- Canonical artifact —
status-artifact.jsonconforming toschemas/status-artifact.schema.json; see the full example atexamples/status-artifact.json. - Human report — Markdown companion; see
examples/status-report.md.
Then run the deterministic review:
truth-tools review --input status-artifact.jsonThe pinned Truth Tools review is authoritative only for the deterministic review result of the supplied StatusArtifact—including artifact quality, claim/health consistency, and review findings. It does not determine real-world program health or source truth. The shipped examples cover both a clean on_track result and a clean blocked result; the local deterministic smoke also resolves active risk/unknown signals conservatively and reports unsupported or missing health assessments for review.
## Data Source
- Systems queried: Jira, Confluence, local status notes
- Query level: task / action item
- Caveats: Notion unavailable; one status page last updated 2026-03-14
## Current Truth
- Release is yellow because provider work is complete but consumer rollout tasks are still open.
- Jira epic status is green, but task-level evidence does not support a green release call.
## Open Unknowns
- Owner for the migration fallback test is missing.
- No dated confirmation of staging sign-off after 2026-03-20.- Jira is not treated as truth unless the query reaches the task level.
- The artifact is the canonical
StatusArtifactv2 contract shared with Truth Tools (kind,schema_version: 2.0.0,as_of,initiative,policy,sources, explicithealth_assessment, reviewedclaimswith locators); no bespoke machine fields. - Parent (tracker) status is reported separately from functional status in the human report; tracker optics cannot overwrite lower-level execution data.
- Facts, inferences, and unknowns stay separate in the report; unknowns stay visible instead of becoming confident prose.
- Every blocker has an owner and date; every risk has a mitigation and owner.
- Every external write requires explicit confirmation, recorded in the report.
- Evaluation summary — honest framing of what has and has not been proven.
- Historical A/B case study — the one live scenario that exists, with raw outputs and all limitations preserved.
- Blinded human review template — the review procedure to use for future evaluations.
The release fixtures exercise both supported outcomes: examples/status-artifact.json reviews as pass + blocked, while examples/status-artifact-on-track.json reviews as pass + on_track.
- SKILL.md — operating contract for the skill (full action list, context pack, artifact contract)
- INSTALL.md — setup, verification, and adapter reference
- references/framework.md — operating rules and reusable templates
- CHANGELOG.md — release history
- MIGRATION.md — upgrading from 0.1.x through 0.3.1
- SECURITY.md — vulnerability reporting
- docs/release-process.md — how releases are cut and published
Releases are published by the trusted OIDC workflow after a GitHub release is published for the matching version tag. A manual workflow dispatch is also available with a required tag. Both paths check out the exact tag, run the complete verification sequence, and publish without an npm token. See docs/release-process.md for the sequence and rollback procedure.
This is an experimental public release, published for use and reference while the workflow continues to be validated.
- Clone it, copy it into your local skills directory, and adapt it for your environment.
- Contributions should preserve the canonical artifact contract, evidence-first methodology, and explicit external-write confirmation posture. Open an issue before substantial changes.
- Support and fixes are best-effort.
SKILL.md: operating contract for the skillINSTALL.md: cross-platform setup, verification, and adapter referencebin/program-truth.js: npm CLI entrypointlib/bootstrap.js: deterministic Node bootstrap helperlib/install.js: installer and doctor supportschemas/: canonicalStatusArtifact2.0.0 contract — byte-exact copies of the flagship truth-tools schemas (source,source-ref,claim,status-artifact,health-assessment,timeline-item,truth-review), drift-checked against the sibling repository byscripts/check-syntax.jsandscripts/contracts-verify.jsexamples/status-artifact.json,examples/status-report.md: canonical artifact + human report example pairscripts/check-syntax.js: syntax, JSON, and schema-drift checks (npm run check)scripts/contracts-verify.js: artifact contract and documentation checks (npm run contracts:verify)test/: unit and contract tests (npm test)case-studies/: historical A/B case studyevaluation/: blinded human review template and evaluation guide.github/workflows/quality.yml: clean-install, tests, contracts, package, markdown, link, and encoding checks.github/workflows/release.yml: trusted publishing to npmreferences/framework.md: templates and operating rulesreferences/init-bootstrap.md: guidedinitworkflow for connectors and workspace bootstrapreferences/archaeology-workflow.md: step-by-step reconstruction playbookreferences/source-ranking-and-reconciliation.md: conflict resolution rulesreferences/notion-adapter.md: Notion-specific caveatsexamples/example-INITIAL-CONTEXT.md: minimum source pack for the first useful runexamples/example-WORKSPACE.md: generic workspace templateexamples/example-CLAUDE.md: Claude-oriented compatibility noteexamples/example-startup-single-tpm.md: startup scenarioexamples/example-mid-size-multi-squad.md: mid-size multi-squad scenarioexamples/example-large-platform-heavy-org.md: large-org scenario