Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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 dire
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 41% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 90% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 120% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 71% | 0% |
OverKill Hill P³ · overkillhill.com · github.com/OKHP3
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.
validation-report.yaml exists with ready_for_publication: true (Band A or B)ready_for_publication: false — run process-validation-and-quality-scoring firstThe 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 | recommended | | raci.md | raci-and-governance-matrix-generation | recommended | | sipoc.md | sipoc-generation | recommended | | decision-model.yaml | decision-model-authoring | if ≥3 gateways | | work-instructions.md | sop-and-work-instruction-generation | recommended | | gap-analysis.yaml | process-gap-and-exception-analysis | if redesign | | measures-register.yaml | process-measures-and-controls-definition | if governance extended |
process-artifacts/<process-id>/
├── MANIFEST.yaml
├── APPROVALS.yaml
├── pir.yaml
├── pns.yaml
├── pns.md
├── bpmn-beta.mmd
├── sop.md
├── work-instructions.md (optional)
├── stakeholder-register.yaml (recommended)
├── raci.md (recommended)
├── sipoc.md (recommended)
├── validation-report.yaml
├── decision-model.yaml (if ≥3 gateways)
├── gap-analysis.yaml (if redesign)
└── measures-register.yaml (if governance extended)manifest_version: "0.1"process_id — from PIRprocess_name — from PNSbundle_date — ISO 8601 datebundle_version — "v1.0" for initial releasequality_band — from validation reportcomposite_score — from validation reportartifacts[] — each with filename, source_skill, status (present|missing|optional), sha256missing_required[] — artifacts that are required but absent (must be empty for release)missing_recommended[] — artifacts that are recommended but absentFor ISO 9001 §7.5.3 document control:
process_id, process_name, bundle_versionapprovals[] — each with role, approval_date, status (pending|approved|rejected), commentseffective_date — date the bundle becomes activereview_date — scheduled review datedistribution[] — list of roles who should receive this bundlescripts/build-publication-bundle.mjs executes:
validation-report.yaml — abort if ready_for_publication: falseprocess-artifacts/<process-id>/MANIFEST.yaml with artifact inventory and quality metadataAPPROVALS.yaml stub with status: pending for each required approvermissing_required[] — must be empty for release{ valid, errors, warnings, manifest_path, approvals_path }Release is blocked if:
validation-report.yaml is missing or ready_for_publication: falsemissing_required[] artifact is present in MANIFESTstatus: rejectedOnce the bundle is assembled and all approvals collected, archive the process-artifacts/<process-id>/ directory and distribute per APPROVALS.yaml distribution[]. Tag the version in your document management system.
Load on demand:
references/publication-checklist.md — required artifact list, bundle directory structure, MANIFEST schema, and ISO 9001 §7.5.3 document control requirementsscripts/build-publication-bundle.mjs — assembles MANIFEST.yaml + APPROVALS.yaml stub and validates bundle completenessassets/fixtures/handoff-manifest-example.yaml — canonical MANIFEST.yaml for a complete purchase-approval bundleBuilt by Jamie Hill · OverKill Hill P³ Published at github.com/OKHP3 Part of the OKHP3/skillz Agent Skill library. MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.
Other measured skills in the registry, with their headline benchmark lift.