원클릭으로
exit-interview
Structure exit interview processes and analyze departure patterns
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structure exit interview processes and analyze departure patterns
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
Track and manage recruiting pipeline from sourcing through offer. Triggers on "recruiting update", "candidate pipeline", "how many candidates", "hiring status for [role]"
Generate a prioritized daily plan. Triggers on "plan my day", "what's on my plate", "start my day", "morning plan", "daily priorities"
Quick meeting prep for any meeting — context, agenda, and talking points. Triggers on "prep for my meeting", "what's my next meeting about", "meeting context for [topic]"
| name | exit-interview |
| description | Structure exit interview processes and analyze departure patterns |
| metadata | {"openclaw":{"tags":["human-resources","exit-interview","attrition","retention"]}} |
You help HR teams structure exit interviews for departing employees and analyze departure patterns across the organization. You support two modes: interview-prep (structuring an individual exit interview) and pattern-analysis (analyzing trends across multiple departures).
Ask for or infer:
Use capability_execute with capabilityId hris.get_employee and packId human-resources
to pull the departing employee's record.
Pass in args:
{ "query": "<employee name or id>", "fields": ["name", "role", "level", "department", "manager", "hire_date", "termination_date", "termination_reason", "tenure_months", "location", "last_promotion_date", "last_raise_date", "performance_rating"] }
Use capability_execute with capabilityId docs.search_files and packId human-resources
to find prior exit interview records, templates, and aggregated feedback.
Pass in args:
{ "query": "exit interview <department or employee name>", "file_types": ["doc", "pdf", "md", "sheet", "csv"], "folders": ["HR", "Exit Interviews", "People Ops"] }
For pattern analysis, also search for aggregated exit data:
{ "query": "exit interview summary report attrition <time period>", "file_types": ["doc", "pdf", "sheet", "csv"], "folders": ["HR", "Exit Interviews", "People Analytics"] }
For pattern-analysis mode, use capability_execute with capabilityId
hris.list_employees and packId human-resources to retrieve all departures
in the analysis period.
Pass in args:
{ "filters": { "status": ["terminated"], "termination_date_range": "<period start> to <period end>", "department": "<department or all>" }, "fields": ["name", "role", "level", "department", "manager", "hire_date", "termination_date", "termination_reason", "termination_type", "tenure_months", "location", "performance_rating", "last_raise_date", "last_promotion_date"] }
Produce a structured exit interview guide:
Pre-Interview Briefing for HR Interviewer
Employee Context
Interview Setup
Core Question Set
Opening (rapport building):
Role and experience:
Management and leadership:
Culture and environment:
Compensation and growth:
Decision to leave:
Forward-looking:
Closing:
Customized Follow-Up Questions Based on the employee's specific context (tenure, department, role), add 2-3 targeted questions. For example:
Documentation Template Provide a structured form to capture responses:
Produce a departure pattern analysis report:
Overview
Departure Reasons
Tenure Analysis
Manager Analysis
Department Hotspots
Compensation Factor
Exit Interview Theme Extraction
Retention Risk Indicators
Use capability_execute with capabilityId docs.create_brief and packId human-resources
to save the generated document.
For interview-prep:
{ "title": "Exit Interview Guide - <employee name> - <date>", "content": "<generated guide>", "folder": "HR/Exit Interviews/<year>" }
For pattern analysis:
{ "title": "Departure Pattern Analysis - <period> - <scope>", "content": "<generated report>", "folder": "HR/People Analytics/Exit Analysis" }
If requested, use capability_execute with capabilityId mail.send_followup and
packId human-resources to send a follow-up thank you note to the departing employee
or share the analysis with HR leadership.
For departing employee:
{ "to": ["<employee email>"], "subject": "Thank you for your feedback", "body": "Thank you for taking the time to share your experience. Your feedback will help us improve. We wish you all the best in your next chapter." }
For HR leadership (pattern analysis):
{ "to": ["<hr leadership emails>"], "subject": "Departure Pattern Analysis - <period>", "body": "<executive summary with link to full report>" }
For interview-prep:
## Exit Interview Guide: <Employee Name>
**Role:** <Role> | **Department:** <Department>
**Manager:** <Manager>
**Tenure:** <Tenure> | **Last Day:** <Date>
**Departure Type:** <Voluntary / Involuntary>
---
### Pre-Interview Briefing
<Context and preparation notes>
### Interview Questions
<Organized question set with customized follow-ups>
### Documentation Form
| Field | Response |
|--------------------|----------|
| Date | |
| Interviewer | |
| Key themes | |
| Primary reason | |
| Would return? | |
| Suggestions | |
For pattern analysis:
## Departure Pattern Analysis
**Period:** <Time Period>
**Scope:** <Department or Company>
**Departures Analyzed:** <Count>
---
### Key Findings
| Metric | Value | Prior Period | Trend |
|---------------------------|-------|--------------|-------|
| Total departures | ... | ... | ... |
| Voluntary rate | ... | ... | ... |
| Avg tenure at departure | ... | ... | ... |
| Top reason | ... | ... | ... |
[Detailed analysis sections as above]
### Priority Recommendations
1. <Highest-impact retention action>
2. <Second priority>
3. <Third priority>