Agent skill
routing-logic
Use when defining or adjusting marketing-to-sales assignment rules.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/marketing/routing-logic-gtmagents-gtm-agents
SKILL.md
Routing Logic Blueprint Skill
When to Use
- Designing new lead assignment models (round-robin, territory, pod-based).
- Troubleshooting misrouted or unassigned leads.
- Simulating capacity scenarios before changing SLAs.
Framework
- Qualification Criteria – map scoring thresholds, enrichment fields, and required consent.
- Owner Model – hierarchy (account owner, named AE, SDR pod), fallback logic, and tie-breakers.
- Capacity Modeling – lead volume forecasts vs available headcount, backlog thresholds.
- Automation Flow – MAP/CRM steps, dedupe rules, webhook/API dependencies.
- Monitoring & Audits – logging, reconciliation jobs, sample QA cadence.
Templates
- Routing matrix (segment → owner → conditions → escalation).
- Capacity calculator (leads/day vs SLA vs reps).
- QA checklist for automation updates.
Tips
- Keep logic declarative (YAML/JSON) for easier audits and version control.
- Add synthetic leads to test every path before go-live.
- Coordinate with data enrichment to ensure required fields populate upstream.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?