SIGMA Project Knowledge Graph

This document is a maintainer map for understanding the repository quickly. It does not add proprietary data or replace the canonical dataset. The source of truth remains RESEARCH_PROJECT_PLAN_Global_Standards_Index.md and docs/superpowers/plans/2026-05-02-roadmap-to-100-percent-global-standards-index.md.

1. Core Nodes

NodeTypeRepository pathRole
Research PlanSource of truthRESEARCH_PROJECT_PLAN_Global_Standards_Index.mdCanonical 24-month phase structure, methodology, schema, governance, and domain strategy
Roadmap to 100 PercentSource of truthdocs/superpowers/plans/2026-05-02-roadmap-to-100-percent-global-standards-index.mdDetailed remaining-work execution plan from current MVP to v1.0
Gap AnalysisExternal feedbackdocs/SIGMA_GAP_ANALYSIS_AND_ENHANCEMENT_PLAN.mdFriend-reviewed gap report incorporated into roadmap checkpoints and research tasks
Project Status ReportStatus reportdocs/PROJECT_STATUS_REPORT_2026-05-02.mdDated journey summary, accomplishments, current metrics, challenges, strategies, best practices, and next steps
SchemaContractSCHEMA.mdPublished 22-field master-entry contract
Domain TaxonomyReference datadata/reference/domain_taxonomy.csvCanonical 40-domain registry
Source RegistryReference datadata/reference/source_registry.csvPublic source map and source status table
Research TasksReference datadata/reference/research_tasks.csvMachine-readable task matrix for phases, domains, and priorities
Processed DataCanonical data layerdata/processed/Normalized source-backed records used by release builds
RelationshipsGraph edge layerdata/relationships/Relationship edges between standards, bodies, domains, and source records
ReportsGenerated report layerdata/reports/ and docs/Quality, domain coverage, and task coverage summaries
Static SitePublication layerscripts/build_static_site.py and public/GitHub Pages site generated from release artifacts, searchable record pages, and documentation
Pagefind SearchPublication layerpublic/search.html, public/search-records/, public/pagefind/Static full-text search surface for the generated Pages site

2. Pipeline Edges

FromRelationshipTo
Research PlandefinesDomain Taxonomy
Research PlandefinesResearch Tasks
Roadmap to 100 PercentprioritizesResearch Tasks
Gap Analysisadds accepted enhancement tasks toResearch Tasks
Project Status Reportsummarizes current progress towardRoadmap to 100 Percent
Source Registryauthorizes source families forProcessed Data
Raw DatafeedsProcessing Scripts
Reference DatafeedsProcessing Scripts
Processing ScriptsgenerateProcessed Data
NIST Priority Sourcesfeedscripts/process_nist_priority.py
scripts/process_nist_priority.pygeneratesdata/processed/nist_priority_standards.csv
W3C Priority Sourcesfeedscripts/process_w3c_priority.py
scripts/process_w3c_priority.pygeneratesdata/processed/w3c_standards.csv
ITU Priority Sourcesfeedscripts/process_itu_priority.py
scripts/process_itu_priority.pygeneratesdata/processed/itu_recommendations.csv
ETSI Priority Sourcesfeedscripts/process_etsi_priority.py
scripts/process_etsi_priority.pygeneratesdata/processed/etsi_standards.csv
OASIS/Ecma/GS1 Priority Sourcesfeedscripts/process_open_ict_priority.py
scripts/process_open_ict_priority.pygeneratesdata/processed/open_ict_standards.csv
IEC Priority Sourcesfeedscripts/process_iec_priority.py
scripts/process_iec_priority.pygeneratesdata/processed/iec_standards.csv
Space Priority Sourcesfeedscripts/process_space_priority.py
scripts/process_space_priority.pygeneratesdata/processed/space_standards.csv
IAEA Priority Sourcesfeedscripts/process_iaea_priority.py
scripts/process_iaea_priority.pygeneratesdata/processed/iaea_safety_standards.csv
Culture Priority Sourcesfeedscripts/process_culture_priority.py
scripts/process_culture_priority.pygeneratesdata/processed/culture_heritage_standards.csv
Sports Priority Sourcesfeedscripts/process_sports_priority.py
scripts/process_sports_priority.pygeneratesdata/processed/sports_recreation_standards.csv
UN Treaty Priority Sourcesfeedscripts/stage_un_treaties.py
scripts/stage_un_treaties.pygeneratesdata/staging/un_treaty_candidates.csv
Processed Datavalidates againstSchema
Processed DatasupportsRelationships
Relationshipsvalidates againstProcessed Data
Processed DatabuildsRelease Bundle
ReportsexplainRelease Bundle
Release Bundlepublishes throughStatic Site
Release BundlefeedsPagefind Search
Documentationrenders throughStatic Site

3. Command Graph

CommandInputsOutputs
make validatereference data, processed data, relationships, staging fixtureschema checks, relationship checks, quality gate, generated task docs
make nist-prioritydata/reference/nist_priority_sources.csvdata/processed/nist_priority_standards.csv
make w3c-prioritydata/reference/w3c_priority_sources.csvdata/processed/w3c_standards.csv
make itu-prioritydata/reference/itu_priority_sources.csvdata/processed/itu_recommendations.csv
make etsi-prioritydata/reference/etsi_priority_sources.csvdata/processed/etsi_standards.csv
make open-ict-prioritydata/reference/open_ict_priority_sources.csvdata/processed/open_ict_standards.csv
make iec-prioritydata/reference/iec_priority_sources.csvdata/processed/iec_standards.csv
make space-prioritydata/reference/space_priority_sources.csvdata/processed/space_standards.csv
make iaea-prioritydata/reference/iaea_priority_sources.csvdata/processed/iaea_safety_standards.csv
make culture-prioritydata/reference/culture_priority_sources.csvdata/processed/culture_heritage_standards.csv
make sports-prioritydata/reference/sports_priority_sources.csvdata/processed/sports_recreation_standards.csv
make un-treaties-stagedata/reference/un_treaty_priority_sources.csvdata/staging/un_treaty_candidates.csv
make releasevalidated processed data and relationshipsdist/ release bundle
make siterelease bundle and documentationpublic/ GitHub Pages output
make pagefind-searchstatic site outputpublic/pagefind/ static search bundle
make cleangenerated local artifactsremoves dist/, public/, caches, build outputs
GitHub Actions ci.ymlrepository checkout and installed packagemake validate and pytest status on push and pull request

4. Stewardship Rules

  1. Treat the research plan and roadmap as the navigation source of truth.
  2. Keep source evidence in reference tables before promoting processed rows.
  3. Keep broad harvesters in staging until filters are proven.
  4. Keep generated files reproducible from scripts.
  5. Avoid committing temporary downloads, caches, local virtual environments, and one-off conversion files.
  6. Use GitHub Issues as the public contact and contribution intake path.