Sequential AgentPeople Opsintermediate

HR Policy Explainer

Acts as · HR Policy Advisor

Answers an employee's question grounded strictly in the company policy text you paste in. Quotes the relevant clauses, separates what the policy clearly says from what it does not cover, flags ambiguity that needs a human HR decision, and drafts an escalation note when the policy does not answer the question. Pure standalone, no tools or tables required.

A single-purpose agent that runs an ordered list of tasks against your tools, knowledge and tables, the same way every run.

Official~2 min setupby Akshay Gupta
How it works

Inputs in, an ordered run, a result out.

A Sequential Agent takes typed inputs, runs its tasks top to bottom against your tools and tables, and returns a structured result, the same way on every run.

Typed inputs
Values you pass in, validated before the run spends anything.
2 tasks
Each task runs in order, passing its output to the next.
Runs standalone
No external tools or tables needed.
Result + trace
A structured output, with every step recorded.
The run loop
ReadPlanActCheckWriteTracerepeats until done

What's inside

Everything this template installs, by name.

Tools & tables
Runs standalone, no external tools or tables required
Tasks
2 ordered tasks

What it takes in

The inputs you provide on each run, validated before anything executes.

InputTypeRequired
Policy TextpolicyTextLong textRequired
Employee QuestionemployeeQuestionLong textRequired
The work, step by step

2 tasks, run in order.

Each task passes its result to the next. Here's what each does and what it produces.

  1. 01
    Answer the question from the policy only. Read {{policyText}} and answer {{employeeQuestion}} using ONLY what the policy actually says. Quote the relevant clauses verbatim, citing their section names or numbers where the text provides them. Clearly separate what the policy clearly states from what it does not cover or only partially addresses. Never invent policy, fill gaps with assumptions, or generalize from common HR practice; if the policy is silent on part of the question, state that explicitly. Present readably, never JSON.
    Expected output
    A readable, grounded answer with no JSON and no code blocks containing: Answer (a direct response to the question based strictly on the policy), Relevant Clauses (verbatim quotes with section references where available), What The Policy Clearly Says (bullets), and What The Policy Does Not Cover (bullets naming any part of the question the text is silent or only partial on, or a note that the policy fully answers the question).
  2. 02
    Wrap up with guidance. Using the answer from Task 1, produce the employee-facing wrap-up: a plain-English summary of the answer in two to four sentences, a list of any ambiguity in the policy that needs a human HR judgment call (with a one-line explanation of why each is ambiguous), and, if the policy did not fully answer {{employeeQuestion}}, a short ready-to-send escalation note the employee can email to HR that states the question, what the policy says, and exactly what clarification is needed. If the policy fully answered the question, say so and skip the escalation note. Present readably, never JSON.
    Expected output
    A readable wrap-up with no JSON and no code blocks containing: Plain-English Summary (2 to 4 sentences), Needs Human Judgment (bullets listing each ambiguity and why it requires HR's call, or a note that nothing is ambiguous), and Suggested Escalation Note (a short ready-to-send email with a Subject line and body, included only if the policy did not fully answer the question).

Related templates