From worker
Use when user needs to find a person of contact for any type of request - reimbursement approvals, PTO requests, team questions, customer contacts, vendor contacts, budget approvals, or any "who should I ask" type questions. NOT for code review - use swe:find-code-reviewer for that.
How this skill is triggered — by the user, by Claude, or both
Slash command
/worker:find-pocThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find the appropriate person to contact for any type of request across the organization.
Find the appropriate person to contact for any type of request across the organization.
DO NOT USE for code review - use swe:find-code-reviewer instead.
If the request type is unclear, ask clarifying questions:
Map the request to a POC type:
| Request Type | Search For |
|---|---|
| Reimbursement/Expenses | Finance team, expense approvers, managers |
| PTO/Time Off | HR, manager, PTO policy |
| Customer/Client | Account manager, customer success, sales |
| Vendor/Supplier | Procurement, vendor manager |
| Budget/Approval | Finance, department head, budget owner |
| Team Question | Team lead, subject matter expert |
| Security/Security | Security team, IT |
| IT/Technical | IT support, tech lead |
REQUIRED SUB-SKILL: Use worker:search-memory to find team and role information.
Search for:
memory/teams/roles/)Memory search patterns by POC type:
memory/teams/*/roles/* - Role-based contactsmemory/teams/*/poc/* - Point of contact filesmemory/corps/tools/* - Company-wide tool contactsmemory/projects/*/contacts* - Project contactsLook for structured role-based directories:
memory/teams/roles/approvers/ - Approval POCsmemory/teams/roles/finance/ - Finance team contactsmemory/teams/roles/hr/ - HR contactsmemory/corps/policies/ - Policy documents with POC infoBased on findings, determine:
Format the results:
# Person of Contact
**Type:** [Reimbursement/PTO/Customer/Team Question/etc.]
**Name:** [Name]
**Role:** [Role]
**Best Contact:** [Slack/Teams/Email]
**Why:** [Why they're the right person]
If no clear POC found:
npx claudepluginhub peiyuanqi/work-like-me --plugin workerFinds employees, team members, org structure, and experts using Glean tools like employee_search for roles/teams and code_search for contributions. Applies skepticism tests for evidence, recency, and availability.
Routes people/HR requests to specialists: recruiting, HR operations, compensation, talent development, HRIS, payroll. Activates on hire, interview, salary, onboarding queries.
Looks up and explains company policies on PTO, benefits, remote work, travel, and conduct in plain language. Auto-activates on questions like 'what's our PTO policy'; invoke via /policy-lookup.