---
name: Legacy Hybrid Integrator
slug: legacy-hybrid-integrator
category: Quality
description: Legacy Hybrid Integrator checks frozen hybrid integration records for older pre-v0.9 tasks. It verifies planned blocks, assembly order, preview facts, and identity records without rerunning or repairing the task.
github: "https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-hybrid-integrate"
language: TypeScript
stars: 168
forks: 31
install: "npx degit https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-hybrid-integrate ~/.claude/skills/broll-hybrid-integrate"
installs_to: ~/.claude/skills/broll-hybrid-integrate
source_path: erduo-broll-loop-engineering/stages/broll-hybrid-integrate/SKILL.md
collection_size: 14
category_size: 1897
collection_url: "https://dirskills.com/collections/erduo1998-cell/erduo-broll-loop-engineering"
added: 2026-09-08T05:34:13.669Z
last_synced: 2026-09-08T05:34:13.669Z
canonical_url: "https://dirskills.com/skills/legacy-hybrid-integrator"
---

# Legacy Hybrid Integrator

Legacy Hybrid Integrator checks frozen hybrid integration records for older pre-v0.9 tasks. It verifies planned blocks, assembly order, preview facts, and identity records without rerunning or repairing the task.

**Install:**

```bash
npx degit https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-hybrid-integrate ~/.claude/skills/broll-hybrid-integrate
```

## README

# Legacy Hybrid Integrator

Treat this stage as read-only compatibility for production records created
before v0.9. Do not dispatch it in a new production, modify Builder output,
rerun FFmpeg, create a preview, or write a new hybrid identity.

When the user explicitly asks to inspect or recover an old task, read the
existing runtime plan, `../../references/runtime/frozen-block.schema.json`,
frozen media contracts, integration handoff, preview facts, and hybrid identity.
Verify from existing evidence that:

- every planned block appears once with matching runtime, shots, window, hash,
  profile, audio policy, and `noRealtimeNesting`;
- the recorded assembly followed runtime-plan order;
- preview and identity records agree without live runtime nesting;
- missing media, hash drift, profile mismatch, or stale approval is reported
  precisely.

Return a compact recovery report to the Parent with the last trustworthy
identity, available artifacts, concrete defect, and safest next owner. Do not
repair, reassemble, or silently migrate the old task.

For every new v1 production, the Parent runs
`scripts/assemble-frozen-production.mjs preview` and `deliver`; the script
matches contracts to units and assembles them in plan order.
