headroom-estimation
Estimate theoretical/practical ceiling vs current SOTA gap
DeepseekModel
Curated skill
Quality Excellent · 78
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=yogsoth-ai-de-anthropocentric-research-engine-skills-headroom-estimation-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name headroom-estimation description Estimate theoretical/practical ceiling vs current SOTA gap execution subagent prompt ./prompt.md input task_name, current_sota, human_performance, theoretical_bounds Headroom Estimation Purpose Quantify the remaining improvement potential for a task by estimating various performance ceilings and computing the gap between current SOTA and those ceilings. Distinguishes between theoretical limits (information-theoretic), practical limits (current paradigm), and human performance baselines. Input Schema Field Type Description task_name string The target task current_sota object {method, score, metric, dataset, date} human_performance object {score, conditions, source} or null theoretical_bounds object {bound_type, value, derivation} or null Output Schema { "task" : "string" , "dataset" : "string" , "metric" : "string" , "ceilings" : { "theoretical" : { "value" : null , "type" : "information_theoretic|bayes_optimal|combinatorial" , "derivation" : "string" , "confidence" : "high|medium|low|speculative" } , "human" : { "value" : null , "conditions" : "string" , "source" : "string" , "is_expert" : true , "confidence" : "high|medium|low" } , "practical" : { "value" : null , "assumptions" : "string" , "based_on" : "string" , "confidence" : "medium|low|speculative" } } , "headroom" : { "vs_theoretical" : null , "vs_human" : null , "vs_practical" : null , "interpretation" : "string" } , "saturation_assessment" : { "status" : "saturating|active_progress|early_stage|unknown" , "evidence" : "string" , "years_to_human_parity" : null } }
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.