Workflow blueprints / 2026-05-20

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.

Conversion asset

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.

FamilyBlueprintJobWorkflowFirst run
AI visibilityAI visibility weekly brief blueprintA platform-neutral automation blueprint for turning weekly buyer prompts into a client-ready GEO brief.WorkflowFirst run
Review intelligenceReview intelligence action queue blueprintA platform-neutral automation blueprint for turning weekly review exports into response, proof, and battlecard actions.WorkflowFirst run
Review intelligenceReview intelligence n8n starter workflowAn n8n-style starter that shows how to route review-analysis rows into response, proof, and battlecard queues.WorkflowFirst run
Supplier intelligenceSupplier shortlist triage blueprintA platform-neutral automation blueprint for turning supplier lists into a weekly sourcing shortlist.WorkflowFirst run
Hiring signalsJob board account signals blueprintA platform-neutral automation blueprint for turning public job posts into weekly GTM account signals.WorkflowFirst run
Preview

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."
}
Decision workflow

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.

Workflow request

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.