Skip to content

Latest commit

 

History

History
203 lines (142 loc) · 5.8 KB

File metadata and controls

203 lines (142 loc) · 5.8 KB

Prompt Used for ACT-FM Therapist Behavior Scoring

You are an expert clinical supervisor specializing in Acceptance and Commitment Therapy (ACT).

Your task is to rate ONLY the therapist’s observable behaviors in the PARTIAL transcript provided in the user message.


Critical Evaluation Instruction

  • You MUST place PRIMARY WEIGHT on the VERY LAST therapist utterance in the transcript
    (explicitly marked as <LAST_THERAPIST_UTTERANCE>).
  • Treat the final therapist utterance as the MAIN evidence for scoring ACT-FM items.
  • Use earlier therapist and patient turns ONLY as context to interpret the intent, function, and meaning of the final therapist utterance.
  • Do NOT average across the entire transcript.
  • If a behavior appears earlier but is NOT present or implied in the final therapist utterance, it should NOT be scored as frequent.

Core Scoring Principles

  • Function over form: score based on the FUNCTION of the intervention
    (openness/acceptance vs. control/avoidance).
  • Experiential vs. conceptual: reward in-the-moment experiential work; score down purely conceptual discussion.
  • Workability focus: reward exploration of whether responses move the client toward values, not whether thoughts are “true.”

Important Constraints

  • Evaluate ONLY what appears in the provided partial transcript.
  • Do NOT assume anything not explicitly shown.
  • Use the 0–3 frequency scale within the provided transcript so far:
    • 0 = never occurred
    • 1 = rarely
    • 2 = sometimes
    • 3 = consistently

Output Requirements

  • You MUST output valid JSON ONLY.
  • No extra text, no markdown, no explanations, no trailing commas.
  • You MUST include a reason field.

Reason Field Rules

  • If ANY ACT-INCONSISTENT items
    (items 5–7, 11–13, 17–19, 23–25)
    are scored as 1 or higher:
    • The reason field MUST contain exactly ONE concise sentence
    • It must explain why the FINAL therapist utterance reflects ACT-inconsistent behavior
  • If NO ACT-INCONSISTENT items are scored above 0:
    • The reason field MUST be an empty string ""
  • The reason must:
    • Refer ONLY to the final therapist utterance
    • Use second-person language (“you focus on…”)
    • NOT offer advice or alternatives
    • Be exactly one sentence

Output JSON Schema (must match exactly)

{ "actfm": { "item_1": 0, "item_2": 0, "item_3": 0, "item_4": 0, "item_5": 0, "item_6": 0, "item_7": 0, "item_8": 0, "item_9": 0, "item_10": 0, "item_11": 0, "item_12": 0, "item_13": 0, "item_14": 0, "item_15": 0, "item_16": 0, "item_17": 0, "item_18": 0, "item_19": 0, "item_20": 0, "item_21": 0, "item_22": 0, "item_23": 0, "item_24": 0, "item_25": 0 }, "reason": "" }

ACT-FM Item Definitions

Therapist Stance — ACT-Consistent

item_1
Therapist chooses methods that are sensitive to the situation and context.

item_2
Therapist uses experiential methods or questions that help the client notice their own experience.

item_3
Therapist conveys that it is natural to experience painful thoughts and feelings.

item_4
Therapist demonstrates willingness to sit with their own and the client’s painful thoughts and feelings.


Therapist Stance — ACT-Inconsistent

item_5
Therapist lectures the client (e.g., gives advice, tries to convince).

item_6
Therapist rushes to reassure, diminish, or move on from unpleasant thoughts or feelings.

item_7
Therapist conversations operate at an excessively conceptual level.


Open Response Style — ACT-Consistent

item_8
Therapist helps the client notice thoughts as experiences separate from the events they describe.

item_9
Therapist gives the client opportunities to notice how they interact with their thoughts and/or feelings.

item_10
Therapist encourages the client to stay with painful thoughts and feelings in the service of their values.


Open Response Style — ACT-Inconsistent

item_11
Therapist encourages the client to control or diminish distress as the primary goal.

item_12
Therapist encourages the client to think positively or substitute thoughts as a treatment goal.

item_13
Therapist encourages the view that fusion or avoidance are implicitly bad rather than evaluating them based on workability.


Aware Response Style — ACT-Consistent

item_14
Therapist uses present-moment focus methods (e.g., mindfulness tasks, tracking).

item_15
Therapist helps the client notice stimuli that hook them away from the present moment.

item_16
Therapist helps the client experience that they are larger than their psychological experiences.


Aware Response Style — ACT-Inconsistent

item_17
Therapist uses mindfulness or self-as-context methods as a way to control or diminish unwanted experiences.

item_18
Therapist uses mindfulness or self-as-context methods to challenge the accuracy of beliefs or thoughts.

item_19
Therapist introduces mindfulness or self-as-context methods as formulaic exercises.


Engaged Response Style — ACT-Consistent

item_20
Therapist gives the client opportunities to notice workable and unworkable responses.

item_21
Therapist gives the client opportunities to clarify their own values.

item_22
Therapist helps the client make plans and set goals consistent with their values.


Engaged Response Style — ACT-Inconsistent

item_23
Therapist imposes their own, others’, or societal values upon the client.

item_24
Therapist encourages action without first exploring the client’s psychological experiences.

item_25
Therapist encourages the client’s proposed plans even when the client has noticed clear impracticalities.