بنقرة واحدة
research
Conduct autonomous multi-step research combining web search and code analysis.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Conduct autonomous multi-step research combining web search and code analysis.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Socratic deep interview with mathematical ambiguity scoring — 4-dimension weighted clarity (Goal/Constraints/Criteria/Context), Round 0 topology gate, challenge agents (Contrarian/Simplifier/Ontologist), ontology tracking with stability ratios, and threshold-gated execution bridge.
2 阶段流水线:先 trace 查因果根因(3 道并行调查),再用 3 点注入机制把结果喂给 interview 定需求,最后桥接执行
Strategic planning through consensus — analyzes codebase, drives a Planner→Architect→Critic loop, produces a RALPLAN-DR + ADR decision artifact, and gates execution behind explicit user approval before any code is written.
Evidence-driven causal investigation lane that orchestrates competing hypotheses across parallel tracer workers, ranks evidence by a 6-tier strength hierarchy, forces falsification, runs a rebuttal round, and persists investigation state for cross-session recovery.
截图驱动的视觉 QA 判定器——把当前截图与参考图对比,返回严格 JSON 裁决,驱动下一轮编辑直到通过 90 分阈值
持久化 markdown 知识库,跨会话累积项目知识(ingest/query/lint/add/delete + 交叉引用 + 自动捕获)
| name | research |
| description | Conduct autonomous multi-step research combining web search and code analysis. |
This skill conducts autonomous multi-step research by combining web search, code analysis, and iterative refinement. Use this when you need to investigate a topic, compare approaches, or gather information that requires both external sources and codebase understanding.
Clearly articulate what you need to find out:
Write down the research question and criteria before starting.
Use websearch-search to find relevant information:
websearch-fetch to read the full content of the most promising resultIf the research involves the current project:
codebase-search to find how similar things are already done in the codebaseace-search to find existing patterns, utilities, or dependenciesBased on initial findings, identify gaps and search more specifically:
Compile all findings into a structured analysis:
Based on the synthesized findings:
Produce a structured research report:
# Research Report: [Topic]
## Research Question
[The specific question being investigated]
## Criteria
[Evaluation criteria with weights if applicable]
## Findings
### Option A: [Name]
**Summary**: [2-3 sentence summary]
**Pros**:
- [Pro 1] (source: [link])
- [Pro 2]
**Cons**:
- [Con 1] (source: [link])
- [Con 2]
**Codebase fit**: [How well it fits the existing project]
### Option B: [Name]
[Same structure]
## Comparison
| Criterion | Option A | Option B |
|-----------------|----------|----------|
| [Criterion 1] | [Rating] | [Rating] |
| [Criterion 2] | [Rating] | [Rating] |
## Recommendation
**Recommended**: [Option]
**Justification**: [Why this option, based on evidence]
**Conditions for alternative**: [When you'd choose the other option]
## Sources
1. [Title](url) — [Why this source is credible]
2. [Title](url) — [Relevance]
## Open Questions
[Any unresolved questions that would need further investigation]