deep-survey
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/deep-surveyConducts deep, targeted research on specific sub-problems with full paper analysis
- Solves tasks requiring precise technical understanding of niche topics
- Uses web search, paper search, and research APIs to gather and analyze content
- Prioritizes papers based on relevance and depth needed for user-defined goals
- Extracts equations, hyperparameters, and detailed claims for comprehensive output
SKILL.md
.github/skills/deep-surveyView on GitHub ↗
--- name: deep-survey description: Precise, targeted investigation of a specific sub-problem — few papers, all read in full depth. High paper-research ratio (50% deep-read rate). Use when the user knows exactly what they need to understand and requires detailed technical analysis with equations, hyperparameters, and specific claims extracted. used-by: literature-survey --- # Deep Survey **Purpose**: Precise search, full-depth reading — precise investigation of a specific sub-problem. Not broad, not exhaustive — targeted and thorough. **When to use**: User knows exactly what they're looking for and needs precise, detailed understanding. E.g., "How exactly does DPO handle the reward model?" or "What are all the variants of LoRA rank adaptation?" ## Budget | Base SOP | Target | ±10% Range | |----------|--------|------------| | web-search | 30 results | 27–33 | | web-research | 5 pages | 4–6 | | paper-overview | 40 papers | 36–44 | | paper-search | 40 papers | 36–44 | | paper-research | 20 papers | 18–22 | ## State Ledger Print this table before each major iteration decision: ``` | SOP | Target | Current | % Complete | |----------------|--------|---------|------------| | web-search | 30 | ??? | ???% | | web-research | 5 | ??? | ???% | | paper-overview | 40 | ??? | ???% | | paper-search | 40 | ??? | ???% | | paper-research | 20 | ??? | ???% | ``` Do not exit the strategy until all rows reach ≥90%. ## Available Tactics None mandatory — CC composes directly from SOPs. ## Available SOPs **Import** (strict protocol execution): - `web-search` → web-browsing/skills/web-search/SKILL.md - `web-research` → web-browsing/skills/web-research/SKILL.md - `paper-overview` → literature-engine/skills/literature-overview/SKILL.md - `paper-search` → literature-engine/skills/literature-search/SKILL.md - `paper-research` → literature-engine/skills/literature-research/SKILL.md **Subagent** (CC decides when to invoke): - `extract-data` — structured comparison tables from deep-read papers - `gap-identification` — find what the literature hasn't addressed - `survey-synthesis` — produce final structured output ## Execution Guidance - Search is focused and precise — few but highly targeted queries - High ratio of paper-research to paper-overview (20/40 = 50% deep-read rate) - paper-research is the core operation — read raw full text, extract equations, hyperparameters, specific claims - extract-data produces detailed comparison of approaches - End with precise, authoritative conclusions — not "overview" but "definitive understanding" ## Output Format **Detailed Technical Analysis** containing: - Specific methods compared side-by-side - Equations and algorithms extracted verbatim - Hyperparameters and implementation details - Precise conclusions with evidence citations - Remaining open questions at this level of detail
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.