formated-results
Closing skill for the research-executor, loaded as the last step of formated-specs. Summarize the design just produced into one research-result JSON fenced…
Systematically scan all known solutions, identify gaps in coverage and
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill benchmark-sweep --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/benchmark-sweepContext preview
The summary Claude sees to decide when to auto-load this skill.
Systematically scan all known solutions, identify gaps in coverage and
name: benchmark-sweep description: Systematically scan all known solutions, identify gaps in coverage and unexplored regions of the solution space. execution: strategy dependencies: sops: - creative-ideation-benchmark-inventory - enumeration-synthesis - intersection-evaluation - method-problem-crossing tactics: - coverage-analysis
Systematically scan all known solutions in a domain, catalog their properties, and identify gaps where no solution exists.
| Resource | Target | Current | % | |----------|--------|---------|---| | web-search | 30 | 0 | 0% | | web-research | 10 | 0 | 0% | | paper-overview | 30 | 0 | 0% | | paper-search | 20 | 0 | 0% | | paper-research | 8 | 0 | 0% |
Cannot exit strategy until ≥80% of each budget line is consumed OR yield targets are met with justification for remaining budget.
| Tactic | Role | |--------|------| | coverage-analysis | Inventory → crossing → intersection evaluation pipeline | | evaluation-filtering | Score and filter generated gap-filling ideas |
| SOP | Role | |-----|------| | benchmark-inventory | Catalog all known solutions with performance/applicability/limitations | | method-problem-crossing | Build cross-reference matrix from inventory | | intersection-evaluation | Annotate matrix cells as explored/partial/unexplored | | enumeration-synthesis | Synthesize sweep findings into structured report |
1. **Inventory**: Run benchmark-inventory to catalog all known methods 2. **Structure**: Use method-problem-crossing to organize into matrix form 3. **Evaluate**: Run intersection-evaluation to find gaps 4. **Generate**: For each gap, brainstorm potential solutions 5. **Filter**: Apply evaluation-filtering to rank gap-filling ideas 6. **Synthesize**: Produce final report via enumeration-synthesis
<!-- BEGIN available-tables (generated) -->
Optional, no fixed order; the final leaf is always a sop.
| Tactic | When to use | | --- | --- | | coverage-analysis | Systematic coverage evaluation pipeline — benchmark inventory, method-problem crossing, and intersection evaluation to map explored vs unexplored solution space. |
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use | | --- | --- | | creative-ideation-benchmark-inventory | Catalog all known solutions/methods in a domain with performance, applicability, and limitations. | | enumeration-synthesis | Synthesize all systematic enumeration outputs into a structured idea report with prioritized recommendations. | | intersection-evaluation | Evaluate exploration status of each cell in a method×problem matrix, annotating as explored, partial, or unexplored. | | method-problem-crossing | Build method×problem cross-reference matrix showing which methods have been applied to which problems. |
<!-- END available-tables (generated) -->
The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.
Repo: yogsoth-ai/de-anthropocentric-research-engine
Closing skill for the research-executor, loaded as the last step of formated-specs. Summarize the design just produced into one research-result JSON fenced…
Spec-slot skill for the research-executor. Emit the 4-layer DARE orchestration of the assigned topic as one research-graph JSON fenced block in your reply.…
Loss-1 judge (codex role). Given one sample's de-identified dialogue and its PolicyCard, decide axis-by-axis whether the user-simulator enacted the card's…
Loss-2 judge (codex role). Over one topic's 6 shuffled research-design samples, pairwise-rank by quality using the D1–D5 standard. Emit the pairwise log; the…
The optimizer brain for the ladder-foundry pretraining loop. Runs the two-level nested batch loop, delegates gating to gate_eval, attributes a failing batch to…
Tactic: Extract atomic units from one paper and score how much of a caller-supplied summary covers. Use for ACU-style binary or Nugget-style ternary recall…