study-reference
MCP prompt for analyzing reference images and creating inspired generative studies
study-reference
Structured prompt template that guides an AI agent through analyzing a reference image and creating generative art studies inspired by it.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
referenceId | string | yes | ID of the reference to study |
focus | string | no | What to study: composition, palette, rhythm, technique, or all |
Behavior
When invoked, the prompt provides the AI agent with a structured study workflow:
- Analyze — Use
analyze_referenceto get the image with a structured analysis framework - Study — Fill in the analysis: composition structure, color palette, visual rhythm, mood, and technique
- Save analysis — Use
update_reference_analysisto persist the structured analysis - Extract palette — Use
extract_paletteto identify dominant colors - Create studies — Create 2-3 generative sketches inspired by specific qualities from the reference
- Compare — Evaluate how well each study captures the reference's key qualities
Example usage
Use the study-reference prompt with:
referenceId: "monet-water-lilies"
focus: "palette"Output
The prompt guides the agent to use MCP tools in sequence:
analyze_reference— get reference with analysis frameworkupdate_reference_analysis— save structured observationsextract_palette— identify dominant colorscreate_sketch(repeated) — create inspired studiescompare_sketches— evaluate studies against each other
Related
- add_reference — import reference images
- analyze_reference — analysis framework
- extract_palette — color extraction
- develop-artistic-concept — full concept development