Agent people ops desk
The people function has a large administrative layer that decays
quietly: onboarding checklists go stale, policies contradict practice,
and review cycles start from a blank page. Agents maintain that layer
well. Everything involving a judgement about a person stays with a
person, without exception.
Team
- Onboarding maintainer: keeps role-specific ramp paths current
against the systems and docs that actually exist.
- Policy librarian: tracks policy documents, flags contradictions
and out-of-date references.
- Review preparer (
giving-feedback, one-on-one-meetings):
assembles factual inputs a manager uses to write a review.
Shape: standing maintenance on a cadence, plus per-cycle preparation.
Method
- Keep onboarding as a living checklist per role. Access, tools,
first tasks, and who to meet, verified against reality rather than
copied from the last hire (see mentoring-engineers).
- Detect policy drift by comparison. Compare policy text against
current practice and other policies, flagging contradictions for a
human to resolve rather than editing policy autonomously.
- Prepare review inputs from facts, not opinions. Shipped work,
documented contributions, and stated goals, assembled and cited. The
assessment itself is the manager's to write.
- Never let an agent evaluate a person. No scoring, ranking, or
recommendation about individuals. This is a hard line, both for
fairness and because it is regulated in many jurisdictions.
- Track the calendar of obligations. Probation dates, review
cycles, training renewals, and right-to-work checks, surfaced ahead
of time.
- Keep personal data tightly scoped. People data is sensitive by
default, so access is narrow, retention is defined, and agents see
the minimum needed (see data-classification, data-minimization).
- Escalate anything with a human consequence. Performance
concerns, complaints, and conflicts go to a person immediately and
are never processed by an agent.
Run it
In Claude Code, run the maintainers on a schedule over your internal
docs directory, writing findings for a human to action, and run the
review preparer per cycle producing an input pack per person that only
their manager reads. Keep people data out of shared contexts. Port to
CrewAI as scheduled maintenance tasks with a strict human gate.
Signals it works
- New joiners follow a checklist that matches reality.
- Policy contradictions surface before someone hits them.
- Managers start reviews from assembled facts, never from a draft
assessment.
Boundaries
This desk maintains process and assembles facts. It does not evaluate,
rank, hire, discipline, or terminate, and it does not advise on
employment law, which varies by jurisdiction and needs qualified input.
Automated decision-making about people carries legal restrictions in
many places. Employee data is sensitive, and complaints or grievances go
straight to a human.
1---2name: agent-people-ops-desk3description: Support the recurring people function with agents that maintain onboarding paths, keep policy documents current, prepare review inputs, and flag gaps, while every human decision stays human. Use when a growing team keeps reinventing process.4---56# Agent people ops desk78The people function has a large administrative layer that decays9quietly: onboarding checklists go stale, policies contradict practice,10and review cycles start from a blank page. Agents maintain that layer11well. Everything involving a judgement about a person stays with a12person, without exception.1314## Team1516- **Onboarding maintainer**: keeps role-specific ramp paths current17 against the systems and docs that actually exist.18- **Policy librarian**: tracks policy documents, flags contradictions19 and out-of-date references.20- **Review preparer** (`giving-feedback`, `one-on-one-meetings`):21 assembles factual inputs a manager uses to write a review.2223Shape: standing maintenance on a cadence, plus per-cycle preparation.2425## Method26271. **Keep onboarding as a living checklist per role.** Access, tools,28 first tasks, and who to meet, verified against reality rather than29 copied from the last hire (see mentoring-engineers).302. **Detect policy drift by comparison.** Compare policy text against31 current practice and other policies, flagging contradictions for a32 human to resolve rather than editing policy autonomously.333. **Prepare review inputs from facts, not opinions.** Shipped work,34 documented contributions, and stated goals, assembled and cited. The35 assessment itself is the manager's to write.364. **Never let an agent evaluate a person.** No scoring, ranking, or37 recommendation about individuals. This is a hard line, both for38 fairness and because it is regulated in many jurisdictions.395. **Track the calendar of obligations.** Probation dates, review40 cycles, training renewals, and right-to-work checks, surfaced ahead41 of time.426. **Keep personal data tightly scoped.** People data is sensitive by43 default, so access is narrow, retention is defined, and agents see44 the minimum needed (see data-classification, data-minimization).457. **Escalate anything with a human consequence.** Performance46 concerns, complaints, and conflicts go to a person immediately and47 are never processed by an agent.4849## Run it5051In Claude Code, run the maintainers on a schedule over your internal52docs directory, writing findings for a human to action, and run the53review preparer per cycle producing an input pack per person that only54their manager reads. Keep people data out of shared contexts. Port to55CrewAI as scheduled maintenance tasks with a strict human gate.5657## Signals it works5859- New joiners follow a checklist that matches reality.60- Policy contradictions surface before someone hits them.61- Managers start reviews from assembled facts, never from a draft62 assessment.6364## Boundaries6566This desk maintains process and assembles facts. It does not evaluate,67rank, hire, discipline, or terminate, and it does not advise on68employment law, which varies by jurisdiction and needs qualified input.69Automated decision-making about people carries legal restrictions in70many places. Employee data is sensitive, and complaints or grievances go71straight to a human.