scout

Frames research quests by scouting literature, evaluation contracts, and baseline candidates.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill scout-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scout
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.ds/codex-home/skills/deepscientist-scout
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill scout-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Research quests often stall because the task framing, dataset split, metric contract, or baseline landscape is ambiguous. This Skill resolves that framing ambiguity through bounded literature scouting and evidence gathering so later stages can proceed efficiently. ## Core Features & Use Cases - Problem Framing: Reconstructs the current task, dataset, metric, and baseline status, then identifies only the unknowns that materially block later stages. - Literature & Repo Scouting: Searches arXiv, benchmark docs, and official repos with a layered search ladder, producing durable scouting reports and memory cards. - Evaluation Contract & Baseline Shortlist: Writes an explicit evaluation contract and a scored baseline shortlist with attach/import/reproduce/reject route recommendations. - Use Case: A researcher starts a new quest on video compression quality evaluation but is unsure which benchmark split and metric to trust. The scout checks quest memory, searches arXiv for the closest papers, locks the evaluation contract, and recommends a concrete baseline route. ## Quick Start Use the scout skill to frame this research quest, clarify the evaluation contract, and recommend a baseline before deeper work.

Frequently Asked Questions about scout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I frame an ambiguous research task before starting experiments?▼

Use the scout stage to reconstruct the current task, dataset, metric, and baseline status, then resolve only the unknowns that block later stages. It ends with an explicit evaluation contract and a justified next anchor such as baseline or idea.

How to find papers and baselines for a new research topic?▼

Scout checks quest and global memory first, then searches arXiv for paper discovery, benchmark docs for evaluation truth, and official repos for provenance. Retained references are classified into competitors, anchors, and baseline candidates with route recommendations.

When should I not use the scout stage?▼

Skip scout when the paper, baseline, dataset, metric contract, and scope are already fixed, or when a validated baseline exists and the real blocker is execution or verification rather than framing.

What outputs does a literature scouting pass produce?▼

A scout pass leaves an updated brief.md and plan.md, a literature scouting report, an evaluation contract, a baseline shortlist, and memory cards for key references. Recommended files live under artifacts/scout/ such as literature_scout.md and eval_contract.md.

How does scout decide when to stop searching?▼

Search stops when the strongest local neighbors are mapped, the evaluation contract no longer depends on unknown sources, and one baseline route is clearly better than alternatives. It does not continue collecting papers once the next anchor is clear.