Paper Intake
Use this for paper-to-repo translation. For broad field survey or paper cards, use literature-field-surveyor; for skeptical validity review, use paper-critique.
Procedure
- Identify the paper and obtain reliable source text. Browse when the paper content is not already local.
- Extract executable claims:
- problem and task
- input/output
- architecture and loss
- training data and recipe
- evaluation datasets, metrics, baselines, and ablations
- Map the claims onto current repo capabilities using
framework-mappingor targeted file inspection. - Identify ambiguities that block faithful reproduction.
- Decide next owner:
- missing literature context ->
literature-field-surveyor - executable design ->
experiment-design - feasibility risk ->
experiment-feasibility - critical validity concerns ->
paper-critique
- missing literature context ->
Output
- problem statement
- core claims worth testing
- required data / preprocessing
- model and training requirements
- evaluation protocol and baselines
- repo mapping or explicit unsupported runtime gap
- unresolved ambiguities
Guardrails
- Do not produce vague summaries.
- Do not claim repo compatibility without mapping to actual files or backends.
- Keep quotations short and only when needed for exact claims.