A TPM/EPM-style execution repo that demonstrates how to plan, run, and de-risk an NPI program across:
This repository is intentionally artifact-forward (charter, WBS, IMS, RAID, change control, gates, weekly exec updates).
Use synthetic/anonymized data if you publish externally.
1) Start with the Charter: docs/charter/PROGRAM_CHARTER.md
2) Stand up governance: docs/governance/OPERATING_RHYTHM.md + docs/governance/RACI.md
3) Build your integrated plan:
docs/plans/WBS.mddata/sample/ims_tasks.csvpython src/schedule/critical_path.py data/sample/ims_tasks.csv4) Run execution:
docs/raids/RAID_LOG.mddocs/raids/CHANGE_CONTROL.mddocs/reports/WEEKLY_EXEC_UPDATE_TEMPLATE.mddocs/reports/WEEKLY_EXEC_UPDATE_2026-01-01.mddocs/evidence/critical_path_output.md, docs/evidence/readiness_score_output.mdThis repo treats the program as an integration of three readiness streams.
flowchart LR
HW[Hardware Readiness] --> INT[Integration / Bring-up]
SW[Controls / Software Readiness] --> INT
FAC[Facilities Readiness] --> INT
INT --> VAL[Validation / Qualification]
VAL --> RAMP[Ramp / Handoff]
Every gate has explicit entry/exit criteria, owner, and evidence.
docs/gates/GATE_MODEL.mddocs/gates/checklists/docs/
charter/
governance/
plans/
gates/
raids/
reports/
evidence/
data/
sample/
src/
schedule/
metrics/
.github/
ISSUE_TEMPLATE/