Hao Video Autopilot
Turn a content brief and creator-owned source material into reviewable video
artifacts and publishing packages. The workflow supports long-form video,
YouTube Shorts, Instagram Reels, and reusable image or motion assets. It does
not ship a maintainer profile: voice, face policy, captions, palette, outro,
channel links, performance baselines, and aesthetic choices come from the
active creator configuration or an explicit brief.
Modes
- Plan — clarify the audience promise, evidence, format, platform,
constraints, and packaging hypotheses; produce a script and edit plan.
- Build — inspect authoritative source material, bind every decision to
evidence, apply an audited edit plan atomically, render, and run delivery QA.
- Log Outcome — record human review and comparable platform outcomes in
the creator's protected local state; never treat missing values as zero.
- Optimize Patterns — propose reversible changes from repeated comparable
evidence. A single preference or result cannot become a universal default.
Operating contract
- Discover the project root from its manifest and keep generated work inside
the existing project structure. Do not invent sibling project directories.
- Classify the requested format and load only the references needed for that
route. Treat project media, accounts, drafts, outcomes, and creator profiles
as local data unless the creator explicitly authorizes a separate action.
- Inspect source material before planning. Claims about products, places,
prices, results, licenses, or identities require verifiable evidence.
- Compile decisions into
hao.video-autopilot.edit-plan/v4, audit the plan,
apply it atomically through the workflow contract, and retain immutable
receipts. Older plan versions may be imported for migration but not applied
as the current workflow.
- Programmatic motion uses
hao.motion-composition/v1; effects, tracking,
masks, generated assets, and transitions require a semantic purpose and the
evidence needed by their adapters. Missing evidence falls back to a clean
cut or clean hold rather than a fabricated result.
- Render only after prerequisites pass. Run technical QA, content-integrity
checks, and a human review bundle. Machine checks may block known failures;
they do not certify taste or authorize publication.
- Package platform variants from one verified content truth. Platform copy,
aspect ratio, safe areas, and metadata may differ without changing factual
claims.
The workflow lifecycle is represented by
hao.video-autopilot.workflow-contract/v1 receipts. Interrupted work resumes
from verified state; an unknown apply state must be reconciled before retrying.
Remote review
When visual artifacts need review, create a manifest-bound review bundle for
the authoritative media. Local review is preferred when available. Remote
review may use a temporary secret HTTPS endpoint after verifying the page and
media range response from the public URL. Keep the workstation online while
review is active, share the URL only with the intended reviewer, and stop the
endpoint when review is complete. A review URL is access, not approval.
Release and update
The public project is https://github.com/Hao0321/video-autopilot-kit. Release archives must be
manifest-driven, reproducible, checksummed, and limited to redistributable
files. Exclude creator media, accounts, local profiles, outcomes, credentials,
private paths, and assets without redistribution rights. Updates verify the
release channel and manifest, preserve protected local paths, back up managed
files before replacement, and roll back on failure. Incompatible upgrades
require confirmation; unknown files are never deleted implicitly.
Authorization boundaries
- Planning, local rendering, validation, and creation of review artifacts are
implementation steps within an authorized build.
- Publishing, messaging, spending credits, installing external components,
or exposing a remote endpoint requires the authority appropriate to that
action.
- Generated or illustrative media cannot be presented as documentary proof.
- Human review remains explicit and cannot be inferred from a passing test.
Public references
- Editorial intelligence contract
- Workflow execution
- Plugin automation
- Mobile device binding
- Model and context adaptation
- Script and retention calibration
- Asset workshop
- Publish hub and remix
- Storage lifecycle
- Token budget system
- Open-source release and upgrade
1---2name: video-autopilot3description: Plan, build, review, package, release, and improve long-form videos and vertical shorts with evidence-gated, creator-configurable workflows.4---56# Hao Video Autopilot78Turn a content brief and creator-owned source material into reviewable video9artifacts and publishing packages. The workflow supports long-form video,10YouTube Shorts, Instagram Reels, and reusable image or motion assets. It does11not ship a maintainer profile: voice, face policy, captions, palette, outro,12channel links, performance baselines, and aesthetic choices come from the13active creator configuration or an explicit brief.1415## Modes1617- **Plan** — clarify the audience promise, evidence, format, platform,18 constraints, and packaging hypotheses; produce a script and edit plan.19- **Build** — inspect authoritative source material, bind every decision to20 evidence, apply an audited edit plan atomically, render, and run delivery QA.21- **Log Outcome** — record human review and comparable platform outcomes in22 the creator's protected local state; never treat missing values as zero.23- **Optimize Patterns** — propose reversible changes from repeated comparable24 evidence. A single preference or result cannot become a universal default.2526## Operating contract27281. Discover the project root from its manifest and keep generated work inside29 the existing project structure. Do not invent sibling project directories.302. Classify the requested format and load only the references needed for that31 route. Treat project media, accounts, drafts, outcomes, and creator profiles32 as local data unless the creator explicitly authorizes a separate action.333. Inspect source material before planning. Claims about products, places,34 prices, results, licenses, or identities require verifiable evidence.354. Compile decisions into `hao.video-autopilot.edit-plan/v4`, audit the plan,36 apply it atomically through the workflow contract, and retain immutable37 receipts. Older plan versions may be imported for migration but not applied38 as the current workflow.395. Programmatic motion uses `hao.motion-composition/v1`; effects, tracking,40 masks, generated assets, and transitions require a semantic purpose and the41 evidence needed by their adapters. Missing evidence falls back to a clean42 cut or clean hold rather than a fabricated result.436. Render only after prerequisites pass. Run technical QA, content-integrity44 checks, and a human review bundle. Machine checks may block known failures;45 they do not certify taste or authorize publication.467. Package platform variants from one verified content truth. Platform copy,47 aspect ratio, safe areas, and metadata may differ without changing factual48 claims.4950The workflow lifecycle is represented by51`hao.video-autopilot.workflow-contract/v1` receipts. Interrupted work resumes52from verified state; an unknown apply state must be reconciled before retrying.5354## Remote review5556When visual artifacts need review, create a manifest-bound review bundle for57the authoritative media. Local review is preferred when available. Remote58review may use a temporary secret HTTPS endpoint after verifying the page and59media range response from the public URL. Keep the workstation online while60review is active, share the URL only with the intended reviewer, and stop the61endpoint when review is complete. A review URL is access, not approval.6263## Release and update6465The public project is [https://github.com/Hao0321/video-autopilot-kit](https://github.com/Hao0321/video-autopilot-kit). Release archives must be66manifest-driven, reproducible, checksummed, and limited to redistributable67files. Exclude creator media, accounts, local profiles, outcomes, credentials,68private paths, and assets without redistribution rights. Updates verify the69release channel and manifest, preserve protected local paths, back up managed70files before replacement, and roll back on failure. Incompatible upgrades71require confirmation; unknown files are never deleted implicitly.7273## Authorization boundaries7475- Planning, local rendering, validation, and creation of review artifacts are76 implementation steps within an authorized build.77- Publishing, messaging, spending credits, installing external components,78 or exposing a remote endpoint requires the authority appropriate to that79 action.80- Generated or illustrative media cannot be presented as documentary proof.81- Human review remains explicit and cannot be inferred from a passing test.8283## Public references8485- [Editorial intelligence contract](references/editorial-intelligence-contract.md)86- [Workflow execution](references/editkin-workflow-execution.md)87- [Plugin automation](references/editkin-plugin-automation.md)88- [Mobile device binding](references/editkin-mobile-device-binding.md)89- [Model and context adaptation](references/model-and-context-adaptation.md)90- [Script and retention calibration](references/script-retention-2026.md)91- [Asset workshop](references/asset-workshop.md)92- [Publish hub and remix](references/publish-hub-and-remix.md)93- [Storage lifecycle](references/storage-lifecycle.md)94- [Token budget system](references/token-budget-system.md)95- [Open-source release and upgrade](references/open-source-release-and-upgrade.md)