/decision-trees
Use when designing branching logic, eligibility rules, and fallback paths.
$ npx -y skills add gtmagents/gtm-agents --skill decision-trees --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/decision-trees
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when designing branching logic, eligibility rules, and fallback paths.
SKILL.md
decision-trees.SKILL.mdname: decision-trees
description: Use when designing branching logic, eligibility rules, and fallback paths.
Personalization Decision Trees Skill
When to Use
- Planning logic for dynamic experiences across web, in-app, email, or sales plays.
- Auditing existing decision flows for complexity, coverage, or compliance gaps.
- Simulating new branches before deploying rule or model updates.
Framework
1. **Objective Mapping** – tie each node to business KPIs and user intents. 2. **Signal Hierarchy** – prioritize deterministic signals (consent, account tier, lifecycle) before behavioral or predictive ones. 3. **Fallback Design** – ensure every branch has a safe default when data is missing or risk flags appear. 4. **Experiment Hooks** – embed test slots at key decision points with guardrail metrics. 5. **Monitoring** – log path selections, success rates, and anomaly alerts for continuous tuning.
Templates
- Decision tree canvas (node, condition, action, fallback, owner).
- Signal priority matrix (signal → freshness → reliability → privacy risk).
- Simulation checklist (scenarios, expected path, validation steps).
Tips
- Keep trees shallow where possible; offload complexity to scoring models or external services.
- Version control decision logic alongside content assets for traceability.
- Pair with `governance` skill to log approvals for high-impact branches.
---
Read more
name: decision-trees description: Use when designing branching logic, eligibility rules, and fallback paths.
Personalization Decision Trees Skill
When to Use
- Planning logic for dynamic experiences across web, in-app, email, or sales plays.
- Auditing existing decision flows for complexity, coverage, or compliance gaps.
- Simulating new branches before deploying rule or model updates.
Framework
1. **Objective Mapping** – tie each node to business KPIs and user intents. 2. **Signal Hierarchy** – prioritize deterministic signals (consent, account tier, lifecycle) before behavioral or predictive ones. 3. **Fallback Design** – ensure every branch has a safe default when data is missing or risk flags appear. 4. **Experiment Hooks** – embed test slots at key decision points with guardrail metrics. 5. **Monitoring** – log path selections, success rates, and anomaly alerts for continuous tuning.
Templates
- Decision tree canvas (node, condition, action, fallback, owner).
- Signal priority matrix (signal → freshness → reliability → privacy risk).
- Simulation checklist (scenarios, expected path, validation steps).
Tips
- Keep trees shallow where possible; offload complexity to scoring models or external services.
- Version control decision logic alongside content assets for traceability.
- Pair with `governance` skill to log approvals for high-impact branches.
---
Free AI automation for sales, marketing, and growth teams. No coding required.
Other skills on gtm-agents.
- /account-tiering
Use when defining ABM tiers, scoring logic, and coverage rules.
Open skill - /personalization
Use when crafting tiered ABM messaging, offers, and creative variants.
Open skill - /signal-intel
Use when consolidating intent, product usage, and third-party signals
Open skill - /account-health-framework
Use to score accounts, flag risks, and standardize remediation triggers.
Open skill - /exec-briefing
Use to craft concise executive updates, agendas, and follow-up logs for
Open skill - /expansion-playbook
Use to package upsell, cross-sell, and advocacy motions tied to customer
Open skill

