Skip to main content

Guardian Trajectory Analysis User

ACCUMULATED CONTEXT FROM ENTIRE SESSION

This shows the agent's FULL journey. You MUST extract:

  • The overall goal being worked toward throughout the session
  • ALL constraints and rules mentioned (they persist until explicitly lifted)
  • What "this/it/that" refers to when mentioned
  • Any standing instructions that apply across messages

Overall Goal: {overall_goal} Done Definition: {done_definition} Session Duration: {session_duration} Step Count: {step_count}

Persistent Constraints (STILL ACTIVE)

{constraints}

Lifted Constraints (NO LONGER APPLY)

{lifted_constraints}

Standing Instructions

{standing_instructions}

PAST GUARDIAN SUMMARIES (showing trajectory)

These summaries show how the agent's work has evolved: {past_summaries}

PHASE CONTEXT (HIGH-LEVEL INSTRUCTIONS)

The agent is working within a specific phase. You MUST ensure the agent is following ALL phase requirements and hasn't forgotten any steps.

{phase_context}

CRITICAL: If the agent is skipping required phase steps or has forgotten phase instructions, you MUST steer them back. The phase context contains the high-level workflow the agent must follow.

CURRENT TASK DETAILS

Task Goal: {task_goal} Done Definition: {done_definition} Task ID: {task_id} Agent ID: {agent_id}

RECENT CONVERSATION (Agent's Reasoning & Communication)

This shows what the agent is thinking and saying. Use this to understand their reasoning:

{conversation_messages}

RECENT AGENT STEPS (last {step_window} tool calls)

{recent_steps}

{rules_of_engagement}