1---2name: baseline-establishment3description: SOTA Performance Baseline Campaign — 5 strategies for systematically collecting, standardizing, and analyzing performance data across methods. Produces standardized comparison tables, progress curves, and headroom analysis.4---56# Baseline Establishment78## Strategy Routing910| User Intent | Route To |11|-------------|----------|12| Find all methods for a task | method-inventory |13| Extract scores from papers | performance-extraction |14| Normalize conditions across papers | condition-standardization |15| Check reproducibility / discrepancies | discrepancy-analysis |16| Track progress over time / headroom | progress-quantification |1718## Manifest1920### Strategies (5)2122| Strategy | Purpose |23|----------|---------|24| method-inventory | Comprehensively identify all relevant methods for a task |25| performance-extraction | Systematically extract performance data and conditions from papers |26| condition-standardization | Standardize evaluation condition differences across papers |27| discrepancy-analysis | Identify discrepancies between reported and reproducible scores |28| progress-quantification | Track performance progress over time, quantify remaining headroom |2930### Tactics (3)3132| Tactic | Purpose |33|--------|---------|34| leaderboard-harvesting | Systematically collect performance data from platforms and papers |35| condition-normalization | Compare and standardize experimental conditions across papers |36| progress-curve-construction | Build performance-over-time progress curves |3738### Subagent SOPs (10)3940| SOP | Purpose |41|-----|---------|42| method-discovery | Identify methods via literature, leaderboards, citation chains |43| score-extraction | Extract (Task, Dataset, Metric, Score, Conditions) tuples |44| condition-cataloging | Record evaluation conditions per method |45| reproducibility-checklist-audit | Assess paper against ML Reproducibility Checklist |46| performance-table-assembly | Assemble unified comparison table |47| compute-normalization | Normalize results by compute budget |48| discrepancy-identification | Compare same-method scores across sources |49| headroom-estimation | Estimate ceiling vs current SOTA gap |50| progress-curve-fitting | Construct performance-over-time data |51| baseline-synthesis | Produce final structured baseline report |5253## Budget Table5455| Strategy | Methods | Data Points | Web Searches |56|----------|---------|-------------|--------------|57| method-inventory | 50 | 0 | 60 |58| performance-extraction | 30 | 150 | 40 |59| condition-standardization | 20 | 60 | 30 |60| discrepancy-analysis | 15 | 45 | 30 |61| progress-quantification | 30 | 100 | 40 |62| **TOTAL** | **145** | **355** | **200** |6364## MCP Tools6566| MCP Server | Tools |67|------------|-------|68| brave-search | brave_web_search, brave_llm_context |69| apify | rag-web-browser, google-scholar-scraper |70| alphaxiv | get_paper_content, answer_pdf_queries |71| semantic-scholar | ss_paper, ss_relevance_search, ss_citations, ss_references |7273## Context Management7475Campaign outputs are accumulated in the calling knowledge-acquisition context:7677- `methods_inventory.json` — All discovered methods with metadata78- `performance_data.json` — Extracted scores with provenance79- `conditions_matrix.json` — Standardized conditions per method80- `discrepancy_report.json` — Flagged score inconsistencies81- `progress_curves.json` — Time-series performance data82- `baseline_report.md` — Final synthesized baseline document8384<!-- BEGIN available-tables (generated) -->8586## Available Strategies8788Optional, no fixed order; the final leaf is always a sop.8990| Strategy | When to use |91| --- | --- |92| condition-standardization | Standardize evaluation condition differences across papers — 20 methods, 60 data points, 30 web searches budget |93| discrepancy-analysis | Identify discrepancies between reported and reproducible scores — 15 methods, 45 data points, 30 web searches budget |94| method-inventory | Comprehensively identify all relevant methods for a task — 50 methods, 60 web searches budget |95| performance-extraction | Systematically extract performance data and conditions from papers — 30 methods, 150 data points, 40 web searches budget |96| progress-quantification | Track performance progress over time, quantify remaining headroom — 30 methods, 100 data points, 40 web searches budget |9798## Available SOPs99100Optional, no fixed order; the final leaf is always a sop.101102| SOP | When to use |103| --- | --- |104| context-checkpoint | Append research process and results to the current Phase's context file. Covers both process and results with genuine substance. Use this skill at plan-designated checkpoint points — typically after each strategy completes or at key decision nodes within a research Phase. |105| context-init | Create a new context file for a research Phase. Called once at Phase start to initialize the file that subsequent context-checkpoint calls will append to. Use this skill whenever a new research Phase begins and a fresh context file is needed. |106107<!-- END available-tables (generated) -->