# Agent Prompt + Workflow Recipe

## Agent Goal

Review the purchase request request and return predictable fields that Jodoo can store.

## Required Output Fields

- `requester_name`
- `department`
- `item_category`
- `item_description`
- `quantity`
- `estimated_total`
- `budget_code`
- `approval_status`
- `sourcing_status`
- `procurement_owner`
- `approval_route`
- `missing_information`
- `recommended_next_action`

## n8n Setup

- Trigger: Webhook node
- Action: HTTP Request node
- Endpoint: `/jodoo/n8n/purchase-request-approval-routing`
- Expected response: `ok`, `jodoo_data_id`, `record_anchor`

## Prompt Skeleton

Return only structured JSON for this purchase request review. Include risk, owner, status, and the next action. Do not return a loose paragraph.
