story-yolo

/home/avalon/.hermes/skills/software-development/story-yolo/SKILL.md · raw

/story-yolo — Autonomous Story Director

Overview

/story-yolo is the no-questions version of /story. Alex can send a vibe, a sentence, or a pile of Telegram references; Hermes decides the story, visual language, character usage, scene structure, and repair strategy.

Rules

Workflow

  1. Extract all creative signal from text and images.
  2. Decide the missing pieces yourself.
  3. POST multipart to http://localhost:4015/api/hermes/projects/create-and-run with bearer $HERMES_AUTOMATION_TOKEN, field prompt, field auto_yolo=true, and field images for every relevant local reference path. This attaches references before generation starts.
  4. Poll project/run status until the first reviewable export exists or a failure needs repair.
  5. POST /api/hermes/projects/:id/assemble-directors-cut and poll /api/hermes/projects/:id/directors-cut.
  6. Report project URL, director's cut URL/path, and a scene/shot review key.

Prompt Requirements for create-and-run

The payload prompt should include:

Failure Handling

If a scene fails generation, use /api/hermes/projects/:id/repair with a directive such as:

{
  "instructions": "Repair failed or visually inconsistent shots. Keep the same character identity and setting from uploaded references. Simplify motion if needed.",
  "scene_numbers": [2],
  "regenerate_frames": true,
  "regenerate_video": true,
  "lipsync": true,
  "directors_cut": true
}

Verification Checklist