Rocket Launch → Reel
A launch → a 30–45s vertical reel package.
Purpose
The short-form sibling of ../../media/rocket-launch-to-youtube.
Built for speed and the vertical feed: a strong hook, tight narration, beat-synced
captions, and the footage credit — grounded in verified mission facts.
When it fires
- Keyword triggers:
launch reel, rocket short, launch recap short,
reel from launch
- File triggers:
reels/**
- Command triggers:
/rocket-launch-to-reel
Inputs
| Input |
Required |
Notes |
mission |
yes |
Vehicle, payload, provider, date, outcome (+ source). |
length |
no |
Target seconds, default 35. |
voice |
no |
starlight (default), arcanea, frankx. |
Workflow
- Verify the launch — vehicle, payload, outcome from a cited source. ✅ Check:
outcome confirmed.
- Hook (0–3s) — the single most striking true fact (payload, milestone, scale).
- Narration — timed to
length at ~2.5 words/sec; every claim verified.
- Beat captions — ≤7-word on-screen lines synced to launch phases.
- Footage credit — credit agency/provider footage; flag any reuse limits.
Output contract
{
"hook": "string",
"script": "string",
"captions": ["string"],
"rights_line": "string",
"duration_sec": "number"
}
Tools & MCP
- Tools:
WebSearch, WebFetch, Read. MCP: none required.
Quality bar
Example
Input: "Falcon Heavy, [payload], [date], successful" → a 35s reel with a
scale-driven hook, beat captions, and a footage-credit line.
Built on SIP — Starlight Intelligence Protocol
Substrate: starlightintelligence.org/protocol v1.1.0
Layers used: [file-contract, attestation, sovereignty]
Vertical: starlight-agent-skills · portable capability layer
1---2name: rocket-launch-to-reel3description: Turn a rocket launch into a short vertical reel — punchy hook, 30–45s narration, beat-synced captions, and a footage-credit line. Use when making a launch reel/short (not a long-form YouTube video), or a quick social recap of a launch.4---56# Rocket Launch → Reel78> A launch → a 30–45s vertical reel package.910## Purpose1112The short-form sibling of [`../../media/rocket-launch-to-youtube`](../../media/rocket-launch-to-youtube).13Built for speed and the vertical feed: a strong hook, tight narration, beat-synced14captions, and the footage credit — grounded in verified mission facts.1516## When it fires1718- Keyword triggers: `launch reel`, `rocket short`, `launch recap short`,19 `reel from launch`20- File triggers: `reels/**`21- Command triggers: `/rocket-launch-to-reel`2223## Inputs2425| Input | Required | Notes |26|-------|----------|-------|27| `mission` | yes | Vehicle, payload, provider, date, outcome (+ source). |28| `length` | no | Target seconds, default `35`. |29| `voice` | no | `starlight` (default), `arcanea`, `frankx`. |3031## Workflow32331. **Verify the launch** — vehicle, payload, outcome from a cited source. ✅ Check:34 outcome confirmed.352. **Hook (0–3s)** — the single most striking true fact (payload, milestone, scale).363. **Narration** — timed to `length` at ~2.5 words/sec; every claim verified.374. **Beat captions** — ≤7-word on-screen lines synced to launch phases.385. **Footage credit** — credit agency/provider footage; flag any reuse limits.3940## Output contract4142```json43{44 "hook": "string",45 "script": "string",46 "captions": ["string"],47 "rights_line": "string",48 "duration_sec": "number"49}50```5152## Tools & MCP5354- Tools: `WebSearch`, `WebFetch`, `Read`. MCP: none required.5556## Quality bar5758- [ ] Launch facts/outcome verified and cited.59- [ ] Narration fits `length`; hook is true, not hyped.60- [ ] Footage credit present.6162## Example6364Input: "Falcon Heavy, [payload], [date], successful" → a 35s reel with a65scale-driven hook, beat captions, and a footage-credit line.6667---6869Built on SIP — Starlight Intelligence Protocol70Substrate: starlightintelligence.org/protocol v1.1.071Layers used: [file-contract, attestation, sovereignty]72Vertical: starlight-agent-skills · portable capability layer