Quick start¶
1. Copy the bundled AI instruction¶
- Open Vibe Blueprints.
- Press Copy AI instruction.
- Paste the instruction into your AI assistant.
The instruction is bundled with the installed plugin so it stays aligned with that plugin release.

2. Export selected nodes¶
- Open a Blueprint graph.
- Select the nodes to review or modify.
- Select Round-trip.
- Press Selected to AI.
- Press Copy to clipboard in the AI text header.

3. Ask the AI for importable output¶
Example request:
Follow the Vibe Blueprints instruction already provided.
Fix the invalid-reference risk in this Blueprint logic.
Preserve all existing user-defined names.
Return one complete importable document beginning with # VibeBP.
Then paste the exported VibeBP text.
4. Generate Blueprint nodes¶
- Paste the AI response into AI text.
- Press Generate & copy nodes.
- Return to the target graph.
- Paste with
Ctrl+V.
5. Repair after paste¶
Keep the newly pasted nodes selected and press Repair imported assets.
Repair may:
- create missing normal member variables;
- restore Timeline data;
- refresh nodes;
- compile the Blueprint;
- resolve supported deferred Custom Event calls;
- format selected nodes.
Review placeholders
A placeholder means the plugin intentionally refused to guess a base event, Blueprint component, or unsupported operation. Replace it manually before using the graph.
Logic review without import¶
Choose AI Debug when the goal is to find defects or understand behavior without generating replacement nodes.