Show the input, Actor run, transform, and handoff before adding credentials.
These platform-neutral blueprints and the review-intelligence n8n starter show the weekly job, inputs, Actor sequence, and handoff a buyer can adapt in n8n, Make, Zapier, cron, or an internal queue.
Make the first run feel like a workflow, not a blank scraper.
Each blueprint keeps public-safe sample inputs, relative Store paths, and a clear handoff so approved owned surfaces can help buyers understand what to run next across AI visibility, review intelligence, sourcing, and GTM workflows. The n8n starter adds node-level routing without embedding credentials or private URLs.
| Family | Blueprint | Job | Workflow | First run |
|---|---|---|---|---|
| AI visibility | AI visibility weekly brief blueprint | A platform-neutral automation blueprint for turning weekly buyer prompts into a client-ready GEO brief. | Workflow | First run |
| Review intelligence | Review intelligence action queue blueprint | A platform-neutral automation blueprint for turning weekly review exports into response, proof, and battlecard actions. | Workflow | First run |
| Review intelligence | Review intelligence n8n starter workflow | An n8n-style starter that shows how to route review-analysis rows into response, proof, and battlecard queues. | Workflow | First run |
| Supplier intelligence | Supplier shortlist triage blueprint | A platform-neutral automation blueprint for turning supplier lists into a weekly sourcing shortlist. | Workflow | First run |
| Hiring signals | Job board account signals blueprint | A platform-neutral automation blueprint for turning public job posts into weekly GTM account signals. | Workflow | First run |
The JSON is intentionally small.
It describes the job, not a credentialed customer system. Buyers replace sample inputs and connect the Store paths inside their own automation tool.
{
"name": "AI visibility weekly brief",
"version": 1,
"schedule": "weekly",
"inputs": {
"brandName": "Northstar CRM",
"brandWebsite": "https://www.northstar-crm.example",
"competitors": [
"Acme CRM",
"BrightDesk CRM",
"Pipeline Pilot"
],
"buyerPrompts": [
"best CRM for product-led sales teams",
"HubSpot alternatives for mid-market SaaS"
]
},
"steps": [
{
"name": "Run brand visibility checks",
"actor": "ai-brand-visibility-monitor",
"storePath": "go/ai-brand-visibility-monitor.html",
"output": "Visibility check dataset with brand mentions, competitor mentions, citations, score, and recommendation."
},
{
"name": "Generate client report",
"actor": "ai-visibility-report-generator",
"storePath": "go/ai-visibility-report-generator.html",
"output": "REPORT.md summary with scorecard, competitor table, priority gaps, and next actions."
},
{
"name": "Route publishing actions",
"output": "Send low-score prompts to comparison, citation, or buyer-intent content work."
}
],
"handoff": "Attach REPORT.md to a weekly client update or internal GEO work queue."
}
Show the input, Actor run, transform, and handoff before adding credentials.
Show where the sample data enters, what changes, and who receives the output.
Keep every template placeholder-only until the buyer chooses their own system.
Blocked before the first run?
Choose the matching public-safe request form so sample gaps, setup friction, and missing output handoffs can feed the next measurement window.
No credentials, private URLs, customer data, emails, or sensitive business data.