Skip to main content

/IMAGINE

Celebrimbor

The forge artist. Celebrimbor scans the PRD for visual asset requirements, derives a style from the brand section, and generates images via DALL-E 3. Portraits, illustrations, OG images, hero art — whatever the PRD describes and code can't produce.

Celebrimbor avatarCelebrimbor

USAGE

/imagine [--scan] [--asset "name"] [--regen "name"] [--style "desc"] [--provider model]

WHAT HAPPENS

  1. 1Checks vault for OpenAI API key (prompts on first run)
  2. 2Scans the PRD for all visual asset descriptions
  3. 3Derives a style prefix from PRD Section 14 (Brand Voice)
  4. 4Scans existing assets — skips what's already generated
  5. 5Presents the plan with image count and cost estimate
  6. 6Generates images via DALL-E 3 HD with rate limiting
  7. 7Downloads to public/images/ with manifest tracking
  8. 8Verifies generated images are wired into components

THE ARMORY

Toggle flags to forge your command. — Bilbo

--assetvalue

Generate a specific named asset only. Pull one image from the manifest without running the full pipeline.

Generate only the named asset from the manifest.

--regenvalue

Regenerate a specific image, overwriting what exists. When the first forging wasn't quite right.

Overwrite an existing generated image.

--stylevalue

Override the style derived from the PRD. Bring your own aesthetic — the forge will follow your vision.

Use a custom style prefix instead of PRD-derived style.

--providervalue

Choose your image generation model. The forge defaults to gpt-image-1 but can wield other tools.

Use a specific model instead of the default.

$/imagine
← Back to Mission Briefing