917 B
917 B
description
| description |
|---|
| Plan or execute a replication workflow for a paper, claim, or benchmark. |
Design a replication plan for: $@
Requirements:
- Use the
subagenttool for decomposition when the replication needs separate planning, evidence extraction, and execution passes. - Identify the canonical paper or source material first.
- Use
alpha_get_paperfor the target paper. - Use
alpha_ask_paperto extract the exact implementation or evaluation details you still need. - If the paper links code, inspect it with
alpha_read_code. - Determine what code, datasets, metrics, and environment are needed.
- If enough information is available locally, implement and run the replication steps.
- Save notes, scripts, and results to disk in a reproducible layout.
- Be explicit about what is verified, what is inferred, and what is still missing.
- End with a
Sourcessection containing paper and repository URLs.