AI HR and back office

Starter catalog for personnel and other background-organization processes. Biased toward scaling without matching headcount growth. Depends on the generic pack; does not replace it.

Document information
FieldValue
Canonical URL/docs/07_ai-agents-and-mcp/model_skills/60_ai_adoption/ai-hr-backoffice
Version (published date)2026-08-27
Tagsai, skills, playbooks, hr

Kind

Resource / catalog (used during discovery and assessment).

Depends on

ai-adoption-data-model, ai-discovery.

Prerequisites

idquestionsearchif_missing_or_ambiguousdefault_to_proposebinds_to
as_is_processes_schemaAs-is processes schemaai-adoption-data-modelImport firstas_is_processesTenant SKILL.md

Import contract

FieldValue
suggested_skill_idai-hr-backoffice
version1.0.0
capabilities.toolsquery_datapool, insert_datapool_rows, request_human_input

Catalog (prompt the advisor; do not invent volume)

Typical processes to ask about:

AreaExample processExample capability types
PeopleEmployee onboarding / offboardingworkflow_automation, document_ai
PeopleTime and absenceworkflow_automation, decision_support
PeopleRecruitment screeningdocument_ai, decision_support
PeopleAccess requestsworkflow_automation
Finance opsInvoice / AP capturedocument_ai, data_integration
Master dataEmployee or vendor master updatesdata_integration, workflow_automation
Shared servicesPolicy Q&Aconversational_agent

Confirm each process exists before writing as_is_processes. PII and employment regulation raise risk_score.

Tenant SKILL.md (copy this body)

# AI HR and back office

Use this catalog while running `ai-discovery` / `ai-opportunity-assessment` against `{{as_is_processes_schema}}`.

## Sequence

1. Walk the catalog with the advisor. Skip areas they do not own.
2. For each confirmed process, capture volume and scale pressure (growth without headcount).
3. Prefer HITL-first experiments where PII or employment decisions are involved.

## Stop

- Do not assume every catalog row exists in this tenant.
- Do not create platform implementation resources.

Optional skill.json

{
  "name": "ai-hr-backoffice",
  "version": "1.0.0",
  "description": "HR and back-office process catalog for AI-adoption discovery.",
  "capabilities": {
    "prompt": ["Catalog is a prompt list. Confirm processes exist. Watch PII."],
    "resources": [],
    "tools": ["query_datapool", "insert_datapool_rows", "request_human_input"]
  }
}

See also