Workflow #signals #routing

Buying Window Signal Workflow

Workflows Free, ungated

This repository packages a signal-routing workflow for B2B SaaS teams that want better timing across outbound, ABM, LinkedIn warming, and monitor states. It turns buying-window signals into operational decisions with clear scoring, routing, and first-action rules.

What's inside

FileWhat it does
.agents/skills/SKILL.mdOrchestrator and routing logic
.agents/skills/signal-scoring-router.mdScores signals using a fixed decision model and assigns route by confidence and fit.
.agents/skills/champion-job-change-play.mdRuns the champion move workflow and outputs the first action path by account state.
.agents/skills/new-executive-reset-play.mdQualifies executive-hire signals and routes execution based on support context.
.agents/skills/intent-signal-play.mdHandles first-party and third-party intent events with route logic and message angles.
.agents/skills/minimal-stack-operator.mdDefines the minimum stack to run the workflow before adding extra tooling.

Prerequisites

  • Claude Code installed and running
  • CRM access (HubSpot or Salesforce)
  • Enrichment layer access (Clay or equivalent)
  • At least one signal source (Sales Navigator, visitor ID, or intent provider)
  • Sequencer access for outbound routing

Installation

Cursor, Windsurf, or Generic AI IDE

  1. Clone the repo: git clone https://github.com/forma-norden/buying-window-signal-workflow
  2. Copy the .agents/skills/ directory into your project's .agents/skills/ folder.

Claude Code

  1. Clone the repo: git clone https://github.com/forma-norden/buying-window-signal-workflow
  2. Copy the .agents/skills/ directory into your project's .claude/skills/ folder.

Usage

Load the scoring and routing skill before evaluating any signal:

Read .agents/skills/signal-scoring-router.md

Signal type: New Executive Hire
Account context: [firmographic data]
Supporting context: [hiring, traffic, stack change, or none]
Return route: outbound, ABM, LinkedIn warm, or monitor.

Expected output:

  • signal score with reason
  • route decision with owner
  • first move and message angle

Running tests

Use the prompt tests in tests/ to validate expected behavior and edge cases before deployment.

  • tests/README.md in buying-window-signal-workflow
  • Load each skill and run the corresponding test prompt
  • Compare output against the validation checklist before rollout

Who this is for

GTM engineers, RevOps leads, VP Sales, and founders at B2B companies with 50 to 500 employees who are building or consolidating their outbound infrastructure and want to reduce tool sprawl through better-engineered GTM systems.

Ecosystem connections

This repository is designed to work as part of the Forma Norden open-source GTM ecosystem.

Works with

RepoRelationshipWhen to use together
signal-based-list-building-workflowUpstreamSignals feeds produce the events this repo scores and routes
cold-email-copy-playbookDownstreamSignal type and timing determine email copy angle
clay-claude-code-skill-packDownstreamScored signals feed into Clay for enrichment
n8n-gtm-workflow-packParalleln8n automates signal capture and routing
linkedin-claude-code-workflowDownstreamLinkedIn engagement signals route through this system

Suggested skill chains

  1. Signal detection to outreach: signal-based-list-building-workflow (capture) > buying-window-signal-workflow (score and route) > clay-claude-code-skill-pack (enrich) > cold-email-copy-playbook (write)
INSTALL COMMAND
$ npx skills add forma-norden/buying-window-signal-workflow
View on GitHub