# Agent Prompt + Workflow Recipe

## Agent Goal

Review the employee onboarding request and return predictable fields that Jodoo can store.

## Required Output Fields

- `employee_name`
- `role`
- `department`
- `manager`
- `start_date`
- `location`
- `equipment_needs`
- `access_needs`
- `onboarding_status`
- `readiness_risk`
- `assigned_owner`
- `missing_information`
- `recommended_next_action`

## Pipedream Setup

- Trigger: HTTP trigger
- Action: API request step
- Endpoint: `/jodoo/pipedream/employee-onboarding-task-handoff`
- Expected response: `ok`, `jodoo_data_id`, `record_anchor`

## Prompt Skeleton

Return only structured JSON for this employee onboarding review. Include risk, owner, status, and the next action. Do not return a loose paragraph.
