| name | brand_film_60s |
| kind | play |
| version | 1.0.0 |
| description | From one idea to a brand system, generated assets, narration, and a 60s film manifest |
| inputs | {"idea":{"type":"string","max_length":500,"description":"One-sentence company idea"},"founder_voice_id":{"type":"string","optional":true,"description":"Enrolled voice profile for narration"},"visual_direction_hint":{"type":"enum","options":["cyberpunk","minimal","organic","playful","corporate","retro","futurist"],"optional":true}} |
| outputs | {"brand_md":{"type":"file","path":"company/BRAND.md","mime":"text/markdown"},"logo":{"type":"file","path":"company/assets/logo.svg","mime":"image/svg+xml"},"palette":{"type":"file","path":"company/assets/palette.json","mime":"application/json"},"film":{"type":"file","path":"company/film_60s.mp4","mime":"video/mp4"},"landing":{"type":"file","path":"company/landing/index.html","mime":"text/html"},"bgm":{"type":"file","path":"company/audio/bgm.wav","mime":"audio/wav"}} |
| budget | {"duration_s":300,"cost_usd":5,"alert_at_pct":80} |
| required_skills | ["image_pipeline.generate","video_pipeline.plan","video_pipeline.render","video_pipeline.compose","audio_pipeline.generate","voice_realtime.synthesize_narration","mesh_pipeline.from_image","content_store.write"] |
| required_plays | ["one_pager"] |
| sub_agents | [{"role":"brand_strategist","allowed_skills":["llm_gateway.complete","content_store.write"]},{"role":"visual_designer","allowed_skills":["image_pipeline.generate","mesh_pipeline.from_image","content_store.write"]},{"role":"video_director","allowed_skills":["video_pipeline.plan","video_pipeline.render","video_pipeline.compose"]},{"role":"music_composer","allowed_skills":["audio_pipeline.generate"]},{"role":"narrator","allowed_skills":["voice_realtime.synthesize_narration"]},{"role":"web_builder","allowed_skills":["play_loader.run"]}] |
| depends_on_plays | [] |
| checkpoints | [{"after_step":"brand_distillation"},{"after_step":"visual_direction"},{"after_step":"assets_generated"},{"after_step":"video_rendered"},{"after_step":"final_compose"}] |