/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.
CelebrimborUSAGE
/imagine [--scan] [--asset "name"] [--regen "name"] [--style "desc"] [--provider model]WHAT HAPPENS
- 1Checks vault for OpenAI API key (prompts on first run)
- 2Scans the PRD for all visual asset descriptions
- 3Derives a style prefix from PRD Section 14 (Brand Voice)
- 4Scans existing assets — skips what's already generated
- 5Presents the plan with image count and cost estimate
- 6Generates images via DALL-E 3 HD with rate limiting
- 7Downloads to public/images/ with manifest tracking
- 8Verifies generated images are wired into components
THE ARMORY
Toggle flags to forge your command. — Bilbo
--assetvalueGenerate a specific named asset only. Pull one image from the manifest without running the full pipeline.
Generate only the named asset from the manifest.
--regenvalueRegenerate a specific image, overwriting what exists. When the first forging wasn't quite right.
Overwrite an existing generated image.
--stylevalueOverride 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.
--providervalueChoose 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