What problem does it solve? Research quests often do not start from a blank state: baselines, experiment results, drafts, or reviewer comments may already exist. This Skill audits that existing state, ranks each asset by trustworthiness, reconciles it with durable records, and decides which research skill should take over next instead of wastefully rerunning work from zero. ## Core Features & Use Cases - State Inventory: Classifies the quest into intake states such as baseline_ready, main_result_ready, draft_ready, or review_package_ready using a structured audit template. - Trust Ranking: Labels every major asset as trusted, usable_with_verification, reference_only, stale_or_conflicting, or missing_context, preserving provenance. - Route Recommendation: Records a durable decision artifact that hands off to the right next anchor such as baseline, experiment, analysis-campaign, write, or rebuttal. - Use Case: A user says the baseline already exists and must not be rerun. The Skill inspects quest files, memory, and git state, confirms the baseline's metric contract, and routes directly to the experiment stage. ## Quick Start Audit the current quest's existing baselines, results, and drafts, then tell me which research step should run next.