NPI_Program_Management_Playbook

NPI Program Playbook — Hardware + Controls + Facilities

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.


Quick start

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:

4) Run execution:


Execution Artifacts


What “good” looks like (at a glance)

Cross-domain dependency model

This 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]

Gate philosophy

Every gate has explicit entry/exit criteria, owner, and evidence.


Repo map

docs/
  charter/
  governance/
  plans/
  gates/
  raids/
  reports/
  evidence/
data/
  sample/
src/
  schedule/
  metrics/
.github/
  ISSUE_TEMPLATE/