research / principia / pipeline
Pipeline status
Honest pre-data snapshot. Schema extraction (ASN-1013) blocks first construct-family survey from completing in canonical-typed form; tier-1 families queued; database build follows extraction.
Editor Mike West
Principia·Pipeline·source: people-analyst/principia/docs/research/PIPELINE_STATUS.md
Principia — pipeline status
Hand-curated snapshot of running / queued / blocked / recently completed / coming soon. Updated when state changes.
As of: 2026-05-20
Running
- Research automation loop (PRN-023).
@people-analyst/literature+npm run loop:tick+npm run curator:digest. Consensus MCP configured for curator tasks. Vision + assignment queue:docs/specification/loop/research-ingestion-vision.md, PRN-024..035 indocs/AGENT-ASSIGNMENTS.md. Curator policy locked 2026-05-20:docs/specification/loop/curator-policy.md(digest hybrid, hold verified intake, rejected status, proposals-only automation). - Engineering substrate.
@measurement/coreis live (v0.4.0) with the full canonical vocabulary — Construct, Instrument, Item, Measure, Model, EffectSize, Publication, Citation (with library_id + library_path), Evidence, DeploymentEvidence, CanonicalSurveyItem, ValidityEvidence, CulturalAdaptation, UsageRestriction, asset-id types, variable-code helpers. Principia consumes it viafile:dep;src/types/index.tsre-exports the canonical primitives.npm run typecheckis clean. - Engineering scaffold.
~/meta-factory/packages/measurement-ingest/(v0.1.0) is scaffolded as the producer-side ingest layer. First adapter (constructs) exists as a typed stub; lift fromscripts/extract-variables-to-taxonomy.tsis the next pass.
Queued
- First construct-family survey: engagement. Tier 1, position 1 in
PROGRAM.md. Blocked on@measurement/coreschema extraction (see Blocked below). Survey scope: UWES, Gallup Q12, MEI, JES, plus the Kahn-tradition qualitative measurement work. The methodology proof-of-method. - Construct-family ordering re-confirmation. The roadmap in
PROGRAM.mdis the v1 sequence. Before the engagement survey kicks off, the ordering should be re-confirmed against any external pull from the People Analytics Platform's Calculus, AnyComp, or Reincarnation work. ~one work session. - Initial database schema design (Postgres / Supabase). Once
@measurement/corelands, a queryable schema is defined forConstruct,Instrument,Item,Measure,Model,EffectSize,Publication. Optimized for "find all r values between construct X and construct Y where N>100 and quality_grade ≥ B" queries. Estimated one to two work sessions once unblocked. - Verification-log surface. A small admin/contributor surface showing every extracted row, its verification status, and links to the source paragraphs the verifier used. Required before the engagement survey ships, because the survey's published novelty-verification log is a load-bearing part of the methodology.
Blocked
Schema extraction.UNBLOCKED 2026-05-18. ASN-1013 landed (meta-factory@measurement/corehas not yet been extracted from meta-factory'spackages/core/.64102e1); tight-coupling primitives followed 2026-05-19 (b355bdb); decisions schema + v0.3.0 (791d224); v0.4.0 with ValidityEvidence + CulturalAdaptation (this commit). All four jurisdictions typecheck clean against@measurement/core.Database build. Blocked on schema extraction.UNBLOCKED. Postgres / Drizzle schema can now be designed against the canonical types. PRIN-PRINCIPIA-05 in~/meta-factory/docs/principia/handoff-principia-repo.md.Sibling-app subscriptions.UNBLOCKED. meta-factorypackages/core/consumes via workspace symlink; principia + people-analytics-toolbox consume viafile:deps; PA-site assignment PA-PRINCIPIA-01 ships next.
Recently completed
- 2026-05-19.
@measurement/corev0.4.0 — addedValidityEvidence(convergent / divergent / predictive / concurrent / content / face / structural sub-types) andCulturalAdaptation(instrument × locale records) per SPEC §4 gaps #4 and #5. Closes the v1 entity surface. - 2026-05-19. Six cross-doc decisions resolved (brand = "Principia" + peopleprincipia.com; HR-metrics: ingest both with
entity_kind; flip-per-construct-family; external posture confirmed; closedUsageRestrictionvocabulary applied toCitation).@measurement/corev0.3.0 shipped with the schema deltas. - 2026-05-19. Tight-coupling follow-on —
@measurement/corev0.1.1 addedasset-id.ts(AssetDomain, AssetType, Asset, formatAssetId, parseAssetId) and movedvariable-codes.tsfrom meta-factory. Codifies Principia's tight coupling to meta-factory's metadata coding in the type system. Principia's AGENTS.md gained a "Tight Coupling with Meta-Factory" section. - 2026-05-18. ASN-1013 landed —
@measurement/corev0.1.0 extracted from meta-factory'spackages/core/. Seven schemas moved; new types (Publication, EffectSize, Measure, StudyQualityGrade, short canonical aliases); Citation gainedlibrary_id+library_path; SurveyItem gainedreverse_coded+numeric_anchors+norms. Prior 2026-04-29 auto-flip with non-existent ship commitcd42b6a7bwas a false positive; corrected in vela. - 2026-05-18. v0.2.0 added
Evidence,DeploymentEvidence,CanonicalSurveyItemper SPEC §5 deltas — citation-to-claim edges, production psychometrics back-flow, item-level dedup spine aligned 1:1 with Reincarnation's RID. - 2026-04-30. Scaffold v1 — repo initialized at
people-analyst/principia; AGENTS.md, README.md, OVERVIEW.md, methodology.md, PROGRAM.md, this file, bibliography seed, literature map seed all landed. Registered as the sixth product on peopleanalyst.com/research. - 2026-04-30. Reconnaissance pass through meta-factory and people-analytics-toolbox completed; existing measurement schemas inventoried; gap list identified.
Coming soon
The 30 / 60 / 90 horizon, contingent on schema-extraction unblocking:
- 30 days post-unblock. First construct-family survey (engagement) draft v1 in markdown — construct definition, instrument inventory (UWES + Q12 to start), reliability/validity evidence, novelty-verification pass for cited rows. Effect-size table populated for the 8–12 strongest predictor and outcome relations.
- 60 days post-unblock. Engagement survey v1 frozen; second tier-1 family (job satisfaction) draft v1 underway. Database schema designed and migrations applied. Verification-log surface live (basic table view).
- 90 days post-unblock. Three tier-1 families landed (engagement, job satisfaction, organizational commitment). Book introduction chapter draft. First external-reader pass on the methodology document — confirming the rubric, the verification log, and the construct-family ordering meet the standard the methodology section claims.
Process notes
- Updates land in the same commit as the work that triggers them. A construct-family survey ship updates this file in the same push.
- "Blocked" status is honest about what is blocked. If a queued item is blocked on Mike's decision rather than on engineering, the blocker line names that.
- This file is read by the peopleanalyst.com research surface as the canonical pipeline status. Replacing it with vapor-state will surface immediately as a contradiction with the construct-family roadmap in
PROGRAM.md.