Marketplace
decision-trees
Use when designing branching logic, eligibility rules, and fallback paths.
$ 安裝
git clone https://github.com/gtmagents/gtm-agents /tmp/gtm-agents && cp -r /tmp/gtm-agents/plugins/personalization-engine/skills/decision-trees ~/.claude/skills/gtm-agents// tip: Run this command in your terminal to install the skill
SKILL.md
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
- Objective Mapping – tie each node to business KPIs and user intents.
- Signal Hierarchy – prioritize deterministic signals (consent, account tier, lifecycle) before behavioral or predictive ones.
- Fallback Design – ensure every branch has a safe default when data is missing or risk flags appear.
- Experiment Hooks – embed test slots at key decision points with guardrail metrics.
- 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
governanceskill to log approvals for high-impact branches.
Repository

gtmagents
Author
gtmagents/gtm-agents/plugins/personalization-engine/skills/decision-trees
31
Stars
7
Forks
Updated1w ago
Added1w ago