← ClaudeAtlas

okhp3-handoff-packaginglisted

Assemble all validated BP-SKILL process artifacts into a publication-ready bundle with a manifest, approvals record, and completeness check. Use this skill when the user is ready to publish or hand off a complete process documentation set; when they ask to package the process docs, create a handoff bundle, publish the process artifacts, or generate a release package. Requires a passing validation report (Band A or B) before bundling. Produces a MANIFEST.yaml, APPROVALS.yaml, and a ZIP-ready directory structure.
OKHP3/skillz · ★ 3 · Data & Documents · score 75
Install: claude install-skill OKHP3/skillz
# okhp3-handoff-packaging **OverKill Hill P³** · [overkillhill.com](https://overkillhill.com) · [github.com/OKHP3](https://github.com/OKHP3) ## Purpose Assemble all validated process artifacts into a publication-ready bundle. The bundle includes a machine-readable manifest, an approvals record for ISO 9001 §7.5.3 document control, and a structured directory suitable for archiving, sharing, or committing to a repository. --- ## When to use this skill - `validation-report.yaml` exists with `ready_for_publication: true` (Band A or B) - User is ready to hand off the process documentation to stakeholders or a document management system - User wants to create a release package for audit, certification, or onboarding ## When NOT to use this skill - Validation report is missing or `ready_for_publication: false` — run `process-validation-and-quality-scoring` first - Only a subset of artifacts is ready — wait until all required artifacts pass validation --- ## Required Bundle Contents The following artifacts must be present and validated before bundling: | Artifact | Source skill | Required | |---|---|---| | `pir.yaml` | process-intake-and-scope | **yes** | | `pns.yaml` | process-narrative-authoring | **yes** | | `bpmn-beta.mmd` | visual-process-modeling | **yes** | | `sop.md` | sop-and-work-instruction-generation | **yes** | | `validation-report.yaml` | process-validation-and-quality-scoring | **yes** | | `stakeholder-register.yaml` | stakeholder-and-role-mapping | recomme