원클릭으로
research-contract
Define a durable DeepResearch acceptance contract before dispatching research work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Define a durable DeepResearch acceptance contract before dispatching research work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Convert source notes into claim-level evidence with confidence and limitations.
Verify source traceability, artifact completeness, and citation correctness before citation_qa gate.
Write an evidence-backed final research report from sources and the evidence matrix.
Review research method quality, source diversity, bias, and conclusion strength.
Convert a broad research request into subquestions, assumptions, and source criteria.
Design and execute a multi-round SearxNG/arXiv search strategy.
| name | Research Contract |
| description | Define a durable DeepResearch acceptance contract before dispatching research work. |
| when-to-use | Use by Team Leader before search, reading, evidence analysis, report writing, QA, or review. |
| user-invocable | false |
| context | inline |
Create a contract that the whole team can use as the source of truth.
Inputs:
GetTeamContext.Procedure:
Restate the objective
Define scope
Define required artifacts
research-brief.mdresearch-plan.mdsources.jsonlevidence-matrix.jsonlpaper-notes/conflicts-and-limitations.mdfinal-report.mdqa-report.mdreview-report.mdDefine evidence rules
Define dispatch plan
sources.jsonl.Define gates
citation_qa must pass or be not_applicable.methodology_review must pass or be accepted_with_notes without blocking findings.Output:
Call RecordTeamContract with:
project_root: exactly GetTeamContext.team_runtime_dir. This is the only valid runtime root for DeepResearch artifacts.user_request: concise user request.components: research stages and agent owners.required_artifacts: artifact list above adjusted for the task.required_commands: normally empty unless the research includes runnable benchmark/code checks.integration_smoke: source/evidence/gate checks instead of software smoke when no code is produced.completion_criteria: observable criteria matching the gates.Few-shot contract summary:
Objective: Compare current approaches for long-context RAG evaluation for an engineering audience.
Project root: <GetTeamContext.team_runtime_dir>
Scope: 2023-present academic papers and official benchmark/docs; exclude vendor marketing unless used only for feature claims.
Evidence rules: snippets discovery-only; source IDs required in every major claim; no claim may rely on model memory or unretrieved source content.
Artifact ownership: Search Strategist provides candidates only; Source Reader owns sources.jsonl and source notes; Evidence Analyst owns evidence-matrix.jsonl.
Artifacts: research-brief.md, research-plan.md, sources.jsonl, evidence-matrix.jsonl, final-report.md, qa-report.md, review-report.md.
Gates: citation_qa pass; methodology_review pass or accepted_with_notes without blocking findings.
Runtime artifact root rule: use GetTeamContext.team_runtime_dir as the research contract project_root. Do not use the current working directory, repository root, or any guessed path.