Review AI Conversations
Recover the actual conversation bodies, then perform only the review, search,
extraction, summary, comparison, or synthesis the user requested.
scope -> recover human + visible AI turns -> requested result
|
`-> optional deeper analysis only when requested
The user's original messages are authoritative for intent. AI replies, summaries,
and generated artifacts are useful prior work, not automatic proof that an
interpretation or factual claim is correct.
Interpret ordinary-language scope
Infer four things when supplied: Agent or location, time range or conversation IDs,
content to find or analyze, and desired output. The user may specify any subset. Ask
only when two plausible scopes would materially change the recovered conversations or
answer. An explicit file, Store path, session ID, or named conversation does not need
time-index discovery.
Load only the required guidance
If the user supplied conversation text directly, analyze it without Store references.
When local Stores must be read:
- Read
references/retrieval.md completely.
- Read only the matching product adapter completely:
- Claude Code
- Codex
- opencode
- Grok Build
- Cursor
- Read
references/lineage-and-intent.md only
when forks, child Agents, copied history, context rollover, or intent drift matter.
- Read
references/analysis-lenses.md only when the
user requests question clustering, problem-space mapping, artifact/conclusion
review, brainstorming, open questions, or insights.
For several products, recover each Store independently. Combine recovered
conversation families only after applying each product's identity and lineage rules.
Do not load unrelated product adapters. Do not read
adapter-maintenance-evidence.md during
ordinary review; read it only when maintaining or re-verifying adapters.
Preserve the requested truth
- Keep accepted human-authored text and visible assistant replies in order.
- Preserve an exact message reference with every important extracted passage.
- Distinguish active conversation, abandoned branch, derived summary, delegated child
task, and missing history when the distinction affects the request.
- Inspect an actual document or code artifact instead of relying only on an AI claim
when the user requested artifact, decision, implementation, or factual verification.
Avoid low-value behavior
- Do not stop at file discovery, session counts, or an intermediate transcript export.
- Do not merge duplicate projections, copied fork prefixes, child prompts, or
compaction summaries into new human intent.
- Do not force clustering, diagrams, insights, open minds, or next actions when the
user requested simple recovery, search, extraction, or summary.
- Do not hide uncertainty when the Store cannot distinguish two plausible timelines.
Report to the requested depth
Follow the user's requested format first. For a substantial synthesis, lead with the
answer, keep the structure compact, and use Markdown box-line diagrams only when they
make relationships materially clearer. Roughly 3,000-5,000 Chinese characters may be
useful for a requested deep review, but is never a target for ordinary recovery.
The task is complete when the selected conversation text was recovered faithfully and
the requested review or extraction was answered without silently promoting derived AI
context into original human intent.
1---2name: review-ai-conversations3description: Recover and review local human-AI conversations from Claude Code, Codex, opencode, Grok Build, and Cursor. Use when the user wants to revisit, search, extract, summarize, or compare work across Agent session stores, time ranges, projects, or named conversations. Follow the user's requested output; question clustering, problem-space mapping, artifact review, drift analysis, and insights are optional lenses.4---56# Review AI Conversations78Recover the actual conversation bodies, then perform only the review, search,9extraction, summary, comparison, or synthesis the user requested.1011```text12scope -> recover human + visible AI turns -> requested result13 |14 `-> optional deeper analysis only when requested15```1617The user's original messages are authoritative for intent. AI replies, summaries,18and generated artifacts are useful prior work, not automatic proof that an19interpretation or factual claim is correct.2021## Interpret ordinary-language scope2223Infer four things when supplied: Agent or location, time range or conversation IDs,24content to find or analyze, and desired output. The user may specify any subset. Ask25only when two plausible scopes would materially change the recovered conversations or26answer. An explicit file, Store path, session ID, or named conversation does not need27time-index discovery.2829## Load only the required guidance3031If the user supplied conversation text directly, analyze it without Store references.3233When local Stores must be read:34351. Read [`references/retrieval.md`](references/retrieval.md) completely.362. Read only the matching product adapter completely:37 - [Claude Code](references/sources/claude-code.md)38 - [Codex](references/sources/codex.md)39 - [opencode](references/sources/opencode.md)40 - [Grok Build](references/sources/grok-build.md)41 - [Cursor](references/sources/cursor.md)423. Read [`references/lineage-and-intent.md`](references/lineage-and-intent.md) only43 when forks, child Agents, copied history, context rollover, or intent drift matter.444. Read [`references/analysis-lenses.md`](references/analysis-lenses.md) only when the45 user requests question clustering, problem-space mapping, artifact/conclusion46 review, brainstorming, open questions, or insights.4748For several products, recover each Store independently. Combine recovered49conversation families only after applying each product's identity and lineage rules.50Do not load unrelated product adapters. Do not read51[`adapter-maintenance-evidence.md`](references/adapter-maintenance-evidence.md) during52ordinary review; read it only when maintaining or re-verifying adapters.5354## Preserve the requested truth5556- Keep accepted human-authored text and visible assistant replies in order.57- Preserve an exact message reference with every important extracted passage.58- Distinguish active conversation, abandoned branch, derived summary, delegated child59 task, and missing history when the distinction affects the request.60- Inspect an actual document or code artifact instead of relying only on an AI claim61 when the user requested artifact, decision, implementation, or factual verification.6263## Avoid low-value behavior6465- Do not stop at file discovery, session counts, or an intermediate transcript export.66- Do not merge duplicate projections, copied fork prefixes, child prompts, or67 compaction summaries into new human intent.68- Do not force clustering, diagrams, insights, open minds, or next actions when the69 user requested simple recovery, search, extraction, or summary.70- Do not hide uncertainty when the Store cannot distinguish two plausible timelines.7172## Report to the requested depth7374Follow the user's requested format first. For a substantial synthesis, lead with the75answer, keep the structure compact, and use Markdown box-line diagrams only when they76make relationships materially clearer. Roughly 3,000-5,000 Chinese characters may be77useful for a requested deep review, but is never a target for ordinary recovery.7879The task is complete when the selected conversation text was recovered faithfully and80the requested review or extraction was answered without silently promoting derived AI81context into original human intent.