/normalize-signals
Processes enriched datasets into unified schemas with identity resolution and tagging.
$ npx -y skills add gtmagents/gtm-agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/normalize-signals
Context preview
What this command does when you run it.
Processes enriched datasets into unified schemas with identity resolution and tagging.
Command definition
normalize-signals.mdname: normalize-signals
description: Processes enriched datasets into unified schemas with identity resolution and tagging.
usage: /data-signal-enrichment:normalize-signals --source warehouse --outputs crm,cdp --taxonomy intent_v2
Command: normalize-signals
Inputs
- **source** – data origin (warehouse, csv, api, webhook).
- **outputs** – comma-separated destinations (crm, cdp, lake, orchestration).
- **taxonomy** – schema/taxonomy version to enforce.
- **window** – time window or batch ID to process.
- **dry-run** – true/false toggle for validation-only runs.
Workflow
1. **Schema Detection** – inspect incoming fields, compare to taxonomy, flag gaps. 2. **Identity Resolution** – match accounts/contacts/opps using rules + heuristics. 3. **Normalization** – standardize values, units, topics, and metadata. 4. **Tagging & Scoring** – add freshness, confidence, and signal-type tags. 5. **Distribution** – publish to requested destinations with lineage + control tables.
Outputs
- Normalized dataset (per destination) with schema compliance report.
- Identity resolution summary (matches, conflicts, unresolved records).
- Taxonomy drift log + remediation checklist.
Agent/Skill Invocations
- `signal-integrator` – runs normalization + distribution.
- `data-quality-steward` – validates schema + scores.
- `provider-ops-lead` – supplies provider metadata for lineage.
- `signal-taxonomy` skill – enforces schema + naming rules.
- `identity-resolution` skill – handles matching heuristics.
---
Read more
name: normalize-signals description: Processes enriched datasets into unified schemas with identity resolution and tagging. usage: /data-signal-enrichment:normalize-signals --source warehouse --outputs crm,cdp --taxonomy intent_v2
Command: normalize-signals
Inputs
- **source** – data origin (warehouse, csv, api, webhook).
- **outputs** – comma-separated destinations (crm, cdp, lake, orchestration).
- **taxonomy** – schema/taxonomy version to enforce.
- **window** – time window or batch ID to process.
- **dry-run** – true/false toggle for validation-only runs.
Workflow
1. **Schema Detection** – inspect incoming fields, compare to taxonomy, flag gaps. 2. **Identity Resolution** – match accounts/contacts/opps using rules + heuristics. 3. **Normalization** – standardize values, units, topics, and metadata. 4. **Tagging & Scoring** – add freshness, confidence, and signal-type tags. 5. **Distribution** – publish to requested destinations with lineage + control tables.
Outputs
- Normalized dataset (per destination) with schema compliance report.
- Identity resolution summary (matches, conflicts, unresolved records).
- Taxonomy drift log + remediation checklist.
Agent/Skill Invocations
- `signal-integrator` – runs normalization + distribution.
- `data-quality-steward` – validates schema + scores.
- `provider-ops-lead` – supplies provider metadata for lineage.
- `signal-taxonomy` skill – enforces schema + naming rules.
- `identity-resolution` skill – handles matching heuristics.
---
Free AI automation for sales, marketing, and growth teams. No coding required.
Other commands on gtm-agents.
- /monitor-abm
Builds an ABM operations dashboard + action plan for engagement, pipeline, and experiment tracking.
Open command - /plan-plays
Produces an ABM playbook roadmap with offers, channels, and timelines aligned to tiers.
Open command - /target-accounts
Generates a prioritized ABM target list with tiering, buying committees, and activation triggers.
Open command - /build-success-plan
Produces a joint success plan with milestones, KPIs, stakeholders, and expansion hooks.
Open command - /plan-qbr
Generates an executive-ready QBR/EBR agenda with data narratives, proof points, and follow-up actions.
Open command - /run-account-review
Produces a structured account review packet with health signals, risks, and expansion plays.
Open command

