Sf event reason decision tree
Skill SahirVhora/sf-agent-skills/skills/sf-event-reason-decision-tree
AI skills for SAP SuccessFactors consultants: configuration health, migration readiness, and HR transformation workflows
npx -y skills add SahirVhora/sf-agent-skills --skill sf-event-reason-decision-treeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when you need to validate hire, rehire, transfer, promotion, termination, and job-change event reason logic before it breaks downstream processes.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.4 KB, as published. Nobody here has run it
EC Event Reason Decision Tree
Audits Employee Central event and event reason configuration so every hire, rehire, termination, transfer, promotion, leave, and data correction follows a defensible decision path. Detects duplicate event reasons, missing scenarios, wrong event categories, workflow trigger mismatches, payroll-impacting event errors, and integration mappings that rely on outdated eventReason values.
When to Use
- Validate hire, rehire, transfer, promotion, termination, and job-change event reason logic before it breaks downstream processes.
- Client needs a practical review in the Employee Central area
- Preparing a release, audit, workshop, UAT pack, or remediation plan
- Translating SF configuration risk into business language
Prerequisites
- Inputs: Event reason list, event derivation rules, workflow triggers, payroll/integration mappings
- Expected outputs: Decision tree, conflict report, missing event reason map, UAT scenarios
- Confirm tenant/snapshot date and audience before analysis
- Do not store credentials, employee-sensitive data, or tenant exports in the repo
Workflow
- Inventory - gather evidence, assess impact, and produce the client-safe artefact.
- Decision Tree - gather evidence, assess impact, and produce the client-safe artefact.
- Conflict Check - gather evidence, assess impact, and produce the client-safe artefact.
- UAT Pack - gather evidence, assess impact, and produce the client-safe artefact.
Analysis Checklist
- Capture configuration evidence and source date
- Separate expected variation from defects
- Link every finding to business impact: payroll, compliance, hiring, reporting, integration, or employee experience
- Group repeated findings into themes
- Produce remediation actions with owner, effort, dependency, and validation step
- Flag internal-only observations separately from client-ready narrative
Edge Cases
- Rehire with new employment vs rehire on old employment: validate explicitly and decide whether it is expected design or defect
- Data correction using business event reason: validate explicitly and decide whether it is expected design or defect
- Promotion plus transfer in same effective-dated change: validate explicitly and decide whether it is expected design or defect
- Global assignment start/end events: validate explicitly and decide whether it is expected design or defect
- Termination followed by rescind or no-show: validate explicitly and decide whether it is expected design or defect
- Country-specific event reason overrides: validate explicitly and decide whether it is expected design or defect
Example Prompt
Build an EC event reason decision tree and show where our hire, rehire, transfer, promotion, and termination logic conflicts.
Example Output Shape
92 event reasons reviewed. CRITICAL: 4, HIGH: 9. Top issue: promotion and transfer both map to DATACHG for payroll export, making downstream payroll unable to distinguish salary-impacting changes. Decision tree created with 37 valid paths and 6 missing event reasons.
Common Pitfalls
- Treating all mismatches as defects: Some differences are intentional by country, worker type, or process design.
- Ignoring effective dates: Many SF issues only appear when future-dated and retroactive changes are included.
- Missing downstream systems: Check payroll, onboarding, reporting, integrations, and approvals before recommending a fix.
- No owner or success metric: A finding without owner, effort, and validation is not actionable.
- Using technical language with business stakeholders: Translate every issue into risk, cost, time, or compliance impact.
Verification Checklist
- Source evidence and snapshot date captured
- Edge cases reviewed explicitly
- Findings scored by severity and business impact
- Remediation plan includes owner, effort, dependency, and validation step
- Client-safe summary produced
- Internal-only notes separated
- UAT or follow-up validation pack included