Delimit Prompt Drift
delimit_prompt_driftTrack prompt drift across Claude, Codex, and Gemini by recording, checking, or ranking task results. Identify performance changes over time for the same prompt and task category.
Instructions
Detect prompt drift across Claude / Codex / Gemini for the same task.
When to use: to track per-model prompt performance over time, or to rank models for specific task categories on your codebase. When NOT to use: to run a multi-model deliberation (use delimit_deliberate) — drift tracks single-model behaviour.
Sibling contrast: delimit_deliberate runs cross-model on a question; this tracks how a known prompt drifts per model.
Side effects: action="record" writes a result to the prompt-drift store via ai.prompt_drift.record_result. "check" and "rank" are read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | AI model name (required for record). | |
| action | No | "record", "check" (default), or "rank". | check |
| prompt | No | Prompt text (for record / check). | |
| success | No | "true" / "false" — whether the result was good. | true |
| task_type | No | Task category — "refactoring", "testing", "debugging", "docs". | |
| result_summary | No | Brief description of the result (for record). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||