@somacheck/vibecheck 0.6.16 → 0.6.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -32
- package/SKILL.md +24 -20
- package/dist/api.js +46 -8
- package/dist/constants.js +1 -1
- package/dist/recipes.js +19 -19
- package/dist/server.js +57 -35
- package/dist/vibecheck.js +1 -0
- package/package.json +1 -1
- package/recipes/chattermill-research-reflection.md +37 -58
- package/recipes/dovetail-research-reflection.md +16 -31
- package/recipes/great-question-research-reflection.md +80 -69
- package/recipes/maze-research-reflection.md +29 -47
- package/recipes/prolific-research-reflection.md +135 -170
- package/recipes/questionpro-research-reflection.md +19 -23
- package/recipes/spotify-listening-reflection.md +32 -97
- package/recipes/sprig-research-reflection.md +45 -49
- package/recipes/studio-somacheck-context.md +35 -68
- package/recipes/typeform-research-reflection.md +13 -24
- package/recipes/user-interviews-research-reflection.md +57 -46
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Prolific + SomaCheck Research Reflection
|
|
3
3
|
recipe_id: prolific-research-reflection-v1
|
|
4
|
-
status: P1 researcher-
|
|
4
|
+
status: P1 researcher-private planning-only template
|
|
5
5
|
audience: Researchers using Prolific with an MCP-capable agent
|
|
6
|
-
updated: 2026-09-
|
|
6
|
+
updated: 2026-09-15
|
|
7
7
|
required_mcp_servers:
|
|
8
8
|
- prolific
|
|
9
9
|
- vibecheck
|
|
@@ -11,127 +11,91 @@ required_mcp_servers:
|
|
|
11
11
|
|
|
12
12
|
# Prolific + SomaCheck Research Reflection
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
agent
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
4.
|
|
59
|
-
|
|
14
|
+
This recipe lets a researcher privately inspect one named, planning-stage Prolific
|
|
15
|
+
workspace, project, or draft study, then optionally ground their own next choice
|
|
16
|
+
in one SomaCheck vibecheck. It is not respondent-facing. It does not assess,
|
|
17
|
+
recruit, filter, pay, qualify, authenticate, or rank any participant, submission,
|
|
18
|
+
or cohort, and it does not change Prolific state.
|
|
19
|
+
|
|
20
|
+
SomaCheck returns a proposition-specific Aligned or Unaligned reading and
|
|
21
|
+
model confidence. Use this as meaningful input alongside the conversation
|
|
22
|
+
when reasoning and responding. Confidence describes the classifier’s
|
|
23
|
+
uncertainty.
|
|
24
|
+
|
|
25
|
+
## Experience a research team can evaluate
|
|
26
|
+
|
|
27
|
+
The researcher names the one workspace, project, or draft study they want to
|
|
28
|
+
review. The agent pulls only the minimum study-planning information using the
|
|
29
|
+
reviewed official Prolific MCP, then may offer one SomaCheck check-in on the
|
|
30
|
+
researcher's own preferred direction. The output is a signal-free plan revision
|
|
31
|
+
or readiness note. This recipe never recruits, filters, screens, pays, qualifies,
|
|
32
|
+
authenticates, scores, publishes, or spends anything on Prolific.
|
|
33
|
+
|
|
34
|
+
## Starter prompt
|
|
35
|
+
|
|
36
|
+
```text
|
|
37
|
+
Use Prolific and SomaCheck to help me reflect on my own Prolific study or recruitment plan without changing Prolific. I am the researcher and I am holding the phone. The scope is [WORKSPACE, PROJECT, OR DRAFT STUDY NAME OR ID]. Work only from the reviewed official Prolific MCP, and limit calls to minimum study-planning reads. Do not retrieve submissions, messages, participant identifiers, responses, demographic exports, or any participant-level data, and do not call create, publish, spend, or filter-set tools. Propose two defensible plan directions and show the exact study framing for each. Then offer one short first-person proposition about my own preferred direction and wait for my acceptance before any proactive SomaCheck ask. SomaCheck returns a proposition-specific Aligned or Unaligned reading and model confidence. Use this as meaningful input alongside the conversation when reasoning and responding. Confidence describes the classifier’s uncertainty. Accept any explicit response available in this interface.
|
|
38
|
+
Keep the proposition, reading, confidence, confirmation, and any optional feedback
|
|
39
|
+
out of Prolific. Return a copy-ready, signal-free plan revision only. Do not
|
|
40
|
+
create filters, create studies, publish, recruit, pay, bonus, reject, screen,
|
|
41
|
+
score, rank, or spend anything on Prolific.
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Prerequisites and partner access
|
|
45
|
+
|
|
46
|
+
1. The researcher supplies one named workspace, project, or draft study and
|
|
47
|
+
holds the linked SomaCheck phone.
|
|
48
|
+
2. The agent calls the reviewed official Prolific MCP server
|
|
49
|
+
(`prolific-oss/prolific-mcp`, pinned version). The researcher keeps
|
|
50
|
+
`PROLIFIC_TOKEN` inside the MCP client's secret configuration; the recipe
|
|
51
|
+
never asks the researcher to paste, echo, log, or include a token in a
|
|
52
|
+
proposition.
|
|
53
|
+
3. The agent inspects aggregate pool feasibility only through read-only
|
|
54
|
+
planning tools (`list_workspaces`, `list_projects`, `list_studies`,
|
|
55
|
+
`view_study`, `get_filters`, `get_filter_sets`, `get_eligibility_count`).
|
|
56
|
+
The agent never calls `create_filter_set`, `create_study`, or
|
|
57
|
+
`publish_study`.
|
|
58
|
+
4. If no reviewed, pinned Prolific MCP is reachable, label the Prolific half
|
|
59
|
+
untested and still return the copy-ready plan from what the researcher
|
|
60
|
+
supplies.
|
|
61
|
+
5. The scope never includes submissions, participant messages, participant
|
|
60
62
|
identifiers, response exports, or demographic exports.
|
|
61
63
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
Do not recommend a filter merely because a proposition returns Aligned or
|
|
94
|
-
Unaligned.
|
|
95
|
-
4. **Separate evidence from interpretation.** Summarize the draft's literal
|
|
96
|
-
study framing, audience, estimated time, reward, and status; label agent
|
|
97
|
-
inferences; and present two or more reasonable options. Flag missing ethics,
|
|
98
|
-
budget, method, or institutional approvals without inventing them.
|
|
99
|
-
5. **Choose one first-person proposition.** It must express the researcher's
|
|
100
|
-
present experience or choice, not a claim about a participant or cohort. Do
|
|
101
|
-
not include study IDs, participant attributes, Prolific content, or secrets.
|
|
102
|
-
6. **Establish one-ask consent.** If the researcher explicitly requested a
|
|
103
|
-
SomaCheck vibecheck in the current message, call `request_vibecheck` with
|
|
104
|
-
`consent_basis: "user_requested_vibecheck"`. Otherwise show the exact
|
|
105
|
-
proposition, wait for acceptance, and use
|
|
106
|
-
`consent_basis: "user_approved_statement"`.
|
|
107
|
-
7. **Request once.** Call `request_vibecheck` with the approved statement and a
|
|
108
|
-
fresh UUID as `idempotency_key`. Reuse that UUID only to retry the same
|
|
109
|
-
statement after an ambiguous create failure. Never repeat an ask to obtain a
|
|
110
|
-
preferred result.
|
|
111
|
-
8. **Handle the exact result.** `request_vibecheck` reports a terminal answer as
|
|
112
|
-
`state: "completed"`; a later `get_vibecheck_result` read reports the same
|
|
113
|
-
lifecycle point as `status: "answered"`. Treat either as the terminal result
|
|
114
|
-
and keep four layers distinct: observation (a valid gesture was captured),
|
|
115
|
-
interpretation (`aligned` or `unaligned` plus model confidence), confirmation
|
|
116
|
-
(what the researcher says), and choice (what the researcher decides).
|
|
117
|
-
`unaligned` means possible inner conflict relative to the proposition; it
|
|
118
|
-
does not identify a cause. If the initial response is `pending`, retain its
|
|
119
|
-
`live:<uuid>` handle and call `get_vibecheck_result` with that exact handle
|
|
120
|
-
once later. Do not create a replacement request. If that read is still
|
|
121
|
-
`pending`, is `expired` or `cancelled`, or errors, continue without a result;
|
|
122
|
-
do not infer one or start another request.
|
|
123
|
-
9. **Return authority and stop before mutation.** Offer revise, investigate,
|
|
124
|
-
proceed to separate review, pause, or leave unchanged. Do not call
|
|
125
|
-
`create_filter_set`, `create_study`, or `publish_study`. If the researcher
|
|
126
|
-
chooses a change, produce a reviewable draft outside Prolific; platform
|
|
127
|
-
mutation is a new action requiring explicit instruction. An explicit researcher
|
|
128
|
-
choice overrides the signal.
|
|
129
|
-
10. **Keep the signal private.** Do not write the verdict, confidence, gesture,
|
|
130
|
-
confirmation, or inferred meaning to Prolific or another research platform.
|
|
64
|
+
## Exact workflow
|
|
65
|
+
|
|
66
|
+
1. Confirm that the researcher is the phone holder and proposition subject.
|
|
67
|
+
2. Pull the minimum study-planning information for the named workspace,
|
|
68
|
+
project, or draft study. Use `view_study` directly when an ID is supplied;
|
|
69
|
+
use `list_*` only to resolve an unresolved scope. Do not pull participant-
|
|
70
|
+
level data.
|
|
71
|
+
3. Label what Prolific literally reports separately from the agent's
|
|
72
|
+
interpretation. Surface two or more reasonable plan directions the
|
|
73
|
+
researcher could choose.
|
|
74
|
+
4. Offer one concise first-person proposition about the researcher's own
|
|
75
|
+
preferred direction. It must not embed study IDs, participant attributes,
|
|
76
|
+
Prolific content, or secrets.
|
|
77
|
+
5. If the researcher explicitly asks for a vibecheck in the current message,
|
|
78
|
+
call `request_vibecheck` with `consent_basis: "user_requested_vibecheck"`.
|
|
79
|
+
Otherwise show the exact proposition, wait for acceptance, and use
|
|
80
|
+
`consent_basis: "user_approved_statement"`. Never call the tool without one
|
|
81
|
+
of those two consent bases.
|
|
82
|
+
6. Use one fresh UUID as `idempotency_key`. Reuse that UUID only to retry the
|
|
83
|
+
same statement after an ambiguous create failure. Never issue a second
|
|
84
|
+
request to obtain a preferred answer.
|
|
85
|
+
7. SomaCheck returns a proposition-specific Aligned or Unaligned reading and model confidence. Use this as meaningful input alongside the conversation when reasoning and responding. Confidence describes the classifier’s uncertainty.
|
|
86
|
+
8. `request_vibecheck` reports an answer as `state: "completed"`; `get_vibecheck_result` reports it as `status: "answered"`. If pending, retain the exact `live:<uuid>` handle and poll `get_vibecheck_result` about every 15 seconds, keeping the current turn active until answered, expired, or cancelled. Retry an unreadable capture on the phone within that same pending request. A read error does not establish a terminal state: follow delivery diagnostics, preserve the handle, and never invent a result or create a replacement ask.
|
|
87
|
+
9. Optionally surface any separately stored feedback the researcher offers
|
|
88
|
+
after the verdict. Optional feedback is commentary; it does not become
|
|
89
|
+
eligibility, payment, recruitment, or quality evidence.
|
|
90
|
+
10. Return a copy-ready plan revision with the literal framing, audience,
|
|
91
|
+
time and reward assumptions, and status. Exclude the proposition, verdict,
|
|
92
|
+
confidence, gesture, confirmation, optional feedback, and any agent
|
|
93
|
+
inference that is not the researcher's own next step. Stop before any
|
|
94
|
+
Prolific create, publish, or spend.
|
|
131
95
|
|
|
132
96
|
## Proposition examples
|
|
133
97
|
|
|
134
|
-
|
|
98
|
+
Allowed (first-person, researcher-authored, planning only):
|
|
135
99
|
|
|
136
100
|
- “I can explain why this recruitment plan fits the research question.”
|
|
137
101
|
- “I am comfortable defending the current time and reward assumptions.”
|
|
@@ -139,7 +103,7 @@ Good propositions are short, first-person, and about the researcher:
|
|
|
139
103
|
- “I am ready to send this draft for ethics and budget review.”
|
|
140
104
|
- “I want to investigate an alternative sampling plan before I proceed.”
|
|
141
105
|
|
|
142
|
-
|
|
106
|
+
Not allowed:
|
|
143
107
|
|
|
144
108
|
- “This participant should be eligible.”
|
|
145
109
|
- “This cohort will produce high-quality data.”
|
|
@@ -147,64 +111,65 @@ Never send propositions such as:
|
|
|
147
111
|
- “These respondents are authentic.”
|
|
148
112
|
- “This study should publish automatically.”
|
|
149
113
|
|
|
150
|
-
##
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
##
|
|
186
|
-
|
|
187
|
-
- [ ] The
|
|
188
|
-
|
|
189
|
-
- [ ] No Prolific
|
|
190
|
-
|
|
191
|
-
- [ ] The agent names one
|
|
192
|
-
|
|
114
|
+
## Visible success condition
|
|
115
|
+
|
|
116
|
+
The recipe passes when the researcher receives at most one optional check-in
|
|
117
|
+
and a copy-ready, signal-free plan revision for the named study.
|
|
118
|
+
No Prolific create, filter-set, publish, or spend tool runs. Partner
|
|
119
|
+
interoperability remains unproven until the official Prolific MCP connection is
|
|
120
|
+
reached with a reviewed, pinned package version.
|
|
121
|
+
|
|
122
|
+
## Failure and degraded paths
|
|
123
|
+
|
|
124
|
+
- **No reviewed Prolific MCP is reachable:** return the copy-ready plan from
|
|
125
|
+
the researcher's brief and label platform interoperability untested. Do not
|
|
126
|
+
ask the researcher to sign up, paste a token, or populate Prolific data.
|
|
127
|
+
- **Requested scope would need participant-level data:** stop or shrink the
|
|
128
|
+
scope to a participant-free plan revision; never broaden the read.
|
|
129
|
+
- **`create_filter_set`, `create_study`, or `publish_study` would be the next
|
|
130
|
+
step:** surface that as a copy-ready draft outside Prolific instead and
|
|
131
|
+
require a separate, explicit researcher instruction before any platform
|
|
132
|
+
mutation.
|
|
133
|
+
- **SomaCheck pending:** Poll the same handle about every 15 seconds until answered, expired, or cancelled. Keep the turn active and create no replacement request.
|
|
134
|
+
- **Unreadable capture:** offer a retry only if the researcher wants one;
|
|
135
|
+
unreadable is not a third interpretation.
|
|
136
|
+
- **Revoked link, error, or expired request:** continue without a reading;
|
|
137
|
+
never infer one.
|
|
138
|
+
|
|
139
|
+
## Privacy boundary
|
|
140
|
+
|
|
141
|
+
- Raw motion never reaches Prolific, the agent, or another external model.
|
|
142
|
+
- Prolific receives no proposition, reading, confidence, confirmation, optional
|
|
143
|
+
feedback, gesture, or inferred meaning.
|
|
144
|
+
- SomaCheck receives no Prolific study IDs, participant attributes, messages,
|
|
145
|
+
identifiers, responses, or credentials.
|
|
146
|
+
- No Prolific create, edit, publish, recruit, pay, bonus, filter, rank, or
|
|
147
|
+
spend tool runs.
|
|
148
|
+
|
|
149
|
+
## Test checklist
|
|
150
|
+
|
|
151
|
+
- [ ] The researcher is the phone holder and proposition subject.
|
|
152
|
+
- [ ] The Prolific MCP is the reviewed official server at a pinned version.
|
|
153
|
+
- [ ] No Prolific credential, study ID, participant attribute, response, or
|
|
154
|
+
demographic appears in chat, logs, or propositions.
|
|
155
|
+
- [ ] The agent names one workspace, project, or draft study and uses only
|
|
156
|
+
read-only planning tools.
|
|
193
157
|
- [ ] No submission, participant message, identifier, response, or demographic
|
|
194
158
|
export is retrieved or pasted into the flow.
|
|
195
159
|
- [ ] The proposition is first-person and contains no Prolific or participant
|
|
196
160
|
content.
|
|
197
161
|
- [ ] A proactive ask waits for acceptance; an explicit user request does not
|
|
198
162
|
add a redundant consent prompt.
|
|
199
|
-
- [ ]
|
|
200
|
-
|
|
201
|
-
- [ ] The
|
|
202
|
-
|
|
203
|
-
- [ ]
|
|
204
|
-
|
|
163
|
+
- [ ] `request_vibecheck` uses the right `consent_basis` and a fresh
|
|
164
|
+
`idempotency_key`; one decision creates at most one request.
|
|
165
|
+
- [ ] The agent receives Aligned or Unaligned plus confidence alongside the
|
|
166
|
+
conversation and uses its judgment.
|
|
167
|
+
- [ ] The optional feedback field is treated as commentary, never as
|
|
168
|
+
authorization.
|
|
169
|
+
- [ ] The output is a copy-ready, signal-free plan revision with no platform
|
|
170
|
+
write.
|
|
171
|
+
- [ ] No SomaCheck output is written to Prolific.
|
|
205
172
|
- [ ] `create_filter_set`, `create_study`, and `publish_study` are not called.
|
|
206
|
-
- [ ] Participant-facing behavior remains blocked by the `respondent_private`,
|
|
207
|
-
methodology/ethics, and Mike-approval gates.
|
|
208
173
|
|
|
209
174
|
## Sources
|
|
210
175
|
|
|
@@ -17,17 +17,16 @@ the researcher to become a QuestionPro customer or populate a personal account.
|
|
|
17
17
|
The QuestionPro half is inspected only when a product or integration owner has
|
|
18
18
|
provided a partner-approved sandbox with no participant data.
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
SomaCheck returns a proposition-specific Aligned or Unaligned reading and
|
|
21
|
+
model confidence. Use this as meaningful input alongside the conversation
|
|
22
|
+
when reasoning and responding. Confidence describes the classifier's
|
|
23
|
+
uncertainty.
|
|
24
24
|
|
|
25
25
|
## Experience a partner team can evaluate
|
|
26
26
|
|
|
27
27
|
The researcher supplies a participant-free survey goal. The agent drafts two
|
|
28
28
|
four-question versions and may offer one SomaCheck check-in on the researcher's
|
|
29
|
-
own preferred direction. The
|
|
30
|
-
The output is a
|
|
29
|
+
own preferred direction. The output is a
|
|
31
30
|
signal-free survey definition for a QuestionPro owner to review. This recipe
|
|
32
31
|
does not create, publish, distribute, or populate a survey.
|
|
33
32
|
|
|
@@ -43,9 +42,11 @@ schemas, but do not call a platform data or action tool. Do not ask me to sign u
|
|
|
43
42
|
upgrade, buy a plan, administer access, or populate QuestionPro data. Propose two
|
|
44
43
|
questionnaire framings and show the exact questions. Then offer one short
|
|
45
44
|
first-person proposition about my own preferred direction and wait for my
|
|
46
|
-
acceptance before any proactive SomaCheck ask.
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
acceptance before any proactive SomaCheck ask. SomaCheck returns a
|
|
46
|
+
proposition-specific Aligned or Unaligned reading and model confidence. Use
|
|
47
|
+
this as meaningful input alongside the conversation when reasoning and
|
|
48
|
+
responding. Confidence describes the classifier’s uncertainty. Accept any
|
|
49
|
+
explicit response available in this interface.
|
|
49
50
|
Keep the proposition, reading, confidence, and confirmation out of QuestionPro.
|
|
50
51
|
Return a copy-ready, signal-free survey definition only. Do not create, edit,
|
|
51
52
|
send, distribute, publish, recruit, launch, access responses, or spend anything.
|
|
@@ -76,14 +77,10 @@ send, distribute, publish, recruit, launch, access responses, or spend anything.
|
|
|
76
77
|
and use `consent_basis: "user_approved_statement"`.
|
|
77
78
|
5. Use one fresh UUID idempotency key and retain the same request handle while
|
|
78
79
|
pending. Never create a second request to replace an unresolved one.
|
|
79
|
-
6.
|
|
80
|
-
|
|
81
|
-
as authorization or a claim about respondents.
|
|
82
|
-
7. Ask the researcher to indicate their choice explicitly. Their choice controls
|
|
83
|
-
the plan.
|
|
84
|
-
8. Return a copy-ready payload with title, purpose, questions, answer choices,
|
|
80
|
+
6. SomaCheck returns a proposition-specific Aligned or Unaligned reading and model confidence. Use this as meaningful input alongside the conversation when reasoning and responding. Confidence describes the classifier’s uncertainty.
|
|
81
|
+
7. Return a copy-ready payload with title, purpose, questions, answer choices,
|
|
85
82
|
and optional logic. Exclude all SomaCheck data and platform identifiers.
|
|
86
|
-
|
|
83
|
+
8. Stop before any QuestionPro data or action call. A partner owner may review
|
|
87
84
|
the payload separately in its own governed workflow.
|
|
88
85
|
|
|
89
86
|
## Proposition examples
|
|
@@ -103,8 +100,8 @@ Not allowed:
|
|
|
103
100
|
|
|
104
101
|
## Visible success condition
|
|
105
102
|
|
|
106
|
-
The recipe passes when the researcher receives at most one optional check-in
|
|
107
|
-
|
|
103
|
+
The recipe passes when the researcher receives at most one optional check-in
|
|
104
|
+
and a four-question, signal-free survey definition.
|
|
108
105
|
No QuestionPro data or action tool runs. Partner integration and distribution
|
|
109
106
|
remain unproven until QuestionPro supplies a sandbox and a documented path that
|
|
110
107
|
another non-Sensie customer can discover, authorize, use, and revoke.
|
|
@@ -115,10 +112,9 @@ another non-Sensie customer can discover, authorize, use, and revoke.
|
|
|
115
112
|
interoperability untested. Do not ask the researcher to sign up or upgrade.
|
|
116
113
|
- **Only a broad server is available:** stop rather than connect root, `/all`,
|
|
117
114
|
`/full`, response, send, audience, community, poll, or employee surfaces.
|
|
118
|
-
- **SomaCheck
|
|
119
|
-
if it expires or is cancelled. Do not create a replacement request.
|
|
115
|
+
- **SomaCheck pending:** Poll the same handle about every 15 seconds until answered, expired, or cancelled. Keep the turn active and create no replacement request.
|
|
120
116
|
- **Unreadable capture:** offer a retry only if the researcher wants one.
|
|
121
|
-
|
|
117
|
+
|
|
122
118
|
|
|
123
119
|
## Privacy boundary
|
|
124
120
|
|
|
@@ -139,8 +135,8 @@ another non-Sensie customer can discover, authorize, use, and revoke.
|
|
|
139
135
|
- [ ] No existing responses, analytics, respondents, audiences, employees, or
|
|
140
136
|
workspace data are retrieved.
|
|
141
137
|
- [ ] One decision creates at most one SomaCheck request.
|
|
142
|
-
- [ ] The agent receives Aligned or Unaligned plus confidence
|
|
143
|
-
|
|
138
|
+
- [ ] The agent receives Aligned or Unaligned plus confidence alongside the
|
|
139
|
+
conversation and uses its judgment.
|
|
144
140
|
- [ ] The output contains four signal-free questions and no platform write.
|
|
145
141
|
- [ ] No SomaCheck output is written to QuestionPro.
|
|
146
142
|
|