Compose optimized prompts for GoHighLevel's built-in AI Workflow Builder to scaffold workflows rapidly. Use after designing a workflow plan to generate an AI builder prompt that creates the initial structure, which can then be refined via browser.
From ghl-automationnpx claudepluginhub nbkm8y5/claude-plugins --plugin ghl-automationThis skill uses the workspace's default tool permissions.
references/prompt_templates.mdExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
You compose optimized prompts for GoHighLevel's built-in AI Workflow Builder. This accelerates workflow creation by letting GHL's AI generate the initial structure, which you then review and refine via browser.
Use the AI Builder approach when:
Fall back to manual building when:
Begin the prompt with a clear, one-sentence description of what the workflow achieves. GHL's AI uses this to understand intent.
Good: "Create a workflow that captures Facebook ad leads and sends an immediate SMS response, team notification via Slack, and starts a 3-day nurture sequence."
Bad: "Make an automation for leads."
Name the exact GHL trigger type and any filters. Do not leave the AI to guess.
Good: "Trigger: Facebook Lead Form submission, filtered to the 'Home Buyer Inquiry' form."
Bad: "When leads come in from Facebook."
List each action in sequential order with explicit details:
Rather than saying "send a follow-up email," provide the actual subject and key body content. This gives the AI Builder concrete content to work with.
End with settings:
Create a workflow that [GOAL IN ONE SENTENCE].
Trigger: [EXACT TRIGGER TYPE] with filter [FILTER DETAILS].
Steps:
1. Wait [EXACT DURATION] after trigger fires.
2. Send [CHANNEL] to the contact: "[EXACT MESSAGE TEXT including merge fields like {{contact.first_name}}]"
3. [NEXT ACTION]: [DETAILS]
4. Wait [DURATION].
5. If [EXACT CONDITION DESCRIPTION]:
- Yes: [ACTION WITH DETAILS]
- No: [ACTION WITH DETAILS]
6. [CONTINUE STEPS...]
Settings:
- Allow re-entry: [YES/NO]
- Name: "[WORKFLOW NAME]"
After GHL's AI Builder generates the workflow, always verify:
The AI Builder is good at creating the overall structure but often needs manual refinement for: