Create LLM prompt package for JSON animation-pack generation #79

Open
opened 2026-05-23 00:47:45 -04:00 by JackFrostbyte · 0 comments

Objective

Create the first prompt package that can be sent to another LLM to generate a RGB Aura JSON animation pack.

The prompt package should give the LLM enough context to produce a valid, safe, data-only animation pack for the current machine.

Scope

Create prompt-package documentation and reusable prompt text.

The package should include:

  • Project purpose.
  • Current device profile.
  • Current aura profile.
  • JSON animation-pack schema.
  • Safety rules.
  • Required output format.
  • Clear instruction that output must be JSON/data only.
  • Clear instruction not to generate Python code.
  • Clear instruction not to use the reserved ARGB zone.
  • Validation expectations.

Required prompt behavior

The prompt should guide the LLM to:

  • Respect the current hardware layout.
  • Use the Thermaltake/front fans as the primary detailed animation area.
  • Keep the motherboard subtle.
  • Keep top Fractal fans mirrored/simple.
  • Use GPU doubled-adjacent green effects for visibility.
  • Keep the visual direction dark blue and green aurora unless the user asks otherwise.
  • Return only the animation-pack JSON when requested.

Out of scope

  • Building a GUI.
  • Automating calls to an LLM API.
  • Supporting every possible machine.
  • Runtime pack loading.
  • External code execution.

Acceptance criteria

  • A prompt package exists in the repository.
  • The prompt package includes the schema, device profile, and aura profile.
  • The prompt clearly requires data-only JSON output.
  • The prompt clearly forbids arbitrary Python/plugin output.
  • The prompt clearly explains safety limits.
  • The prompt is ready to be copied into another LLM chat.
# Objective Create the first prompt package that can be sent to another LLM to generate a RGB Aura JSON animation pack. The prompt package should give the LLM enough context to produce a valid, safe, data-only animation pack for the current machine. # Scope Create prompt-package documentation and reusable prompt text. The package should include: - Project purpose. - Current device profile. - Current aura profile. - JSON animation-pack schema. - Safety rules. - Required output format. - Clear instruction that output must be JSON/data only. - Clear instruction not to generate Python code. - Clear instruction not to use the reserved ARGB zone. - Validation expectations. # Required prompt behavior The prompt should guide the LLM to: - Respect the current hardware layout. - Use the Thermaltake/front fans as the primary detailed animation area. - Keep the motherboard subtle. - Keep top Fractal fans mirrored/simple. - Use GPU doubled-adjacent green effects for visibility. - Keep the visual direction dark blue and green aurora unless the user asks otherwise. - Return only the animation-pack JSON when requested. # Out of scope - Building a GUI. - Automating calls to an LLM API. - Supporting every possible machine. - Runtime pack loading. - External code execution. # Acceptance criteria - A prompt package exists in the repository. - The prompt package includes the schema, device profile, and aura profile. - The prompt clearly requires data-only JSON output. - The prompt clearly forbids arbitrary Python/plugin output. - The prompt clearly explains safety limits. - The prompt is ready to be copied into another LLM chat.
JackFrostbyte added reference develop 2026-05-23 00:49:33 -04:00
Sign in to join this conversation.
No labels
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
JackFrostbyte/rgb-aura#79
No description provided.