genart.dev

apply-design-theory

MCP prompt for applying design theory concepts to improve a sketch

apply-design-theory

Structured prompt template that guides an AI agent through applying design theory concepts to improve or evolve an existing sketch.

Arguments

ArgumentTypeRequiredDescription
sketchIdstringyesID of the sketch to improve
theorystringyesDesign theory to apply

Available theories

TheoryDescription
golden-ratioApply golden ratio proportions to composition
rule-of-thirdsAlign elements to thirds grid
complementaryUse complementary color harmony
analogousUse analogous color harmony
triadicUse triadic color harmony
visual-balanceBalance visual weight across the composition
symmetryApply symmetrical or asymmetrical balance
contrastIncrease contrast in value, color, or scale

Behavior

The prompt guides the agent through:

  1. Load the design skill — retrieve the relevant skill knowledge
  2. Analyze the current sketch — identify how the theory applies
  3. Modify the algorithm — update the code to incorporate the theory
  4. Adjust parameters — set parameter values that reflect the theory
  5. Update colors — apply color theory if applicable

Example usage

Use the apply-design-theory prompt with:
  sketchId: "spiral-particles"
  theory: "golden-ratio"

Output

The prompt guides the agent to use MCP tools in sequence:

  1. load_skill — load the relevant design skill
  2. open_sketch — load the target sketch
  3. update_algorithm — modify the algorithm to apply the theory
  4. set_parameters / set_colors — adjust values
  5. save_sketch — persist the changes