edge-candidate-agent

Convert EOD market observations into prioritized Phase I candidate specs and strategy.yaml exports.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/dnkrow/skill --skill edge-candidate-agent-dnkrow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-candidate-agent
Source: https://github.com/dnkrow/skill/tree/main/claude-global/edge-candidate-agent
Command: npx skills add https://github.com/dnkrow/skill --skill edge-candidate-agent-dnkrow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Edge candidate research pipelines fail when hypotheses cannot be converted into interface-compatible, reproducible tickets and validated artifacts for downstream backtesting.

Core Features & Use Cases

  • Auto-detect edge candidates from EOD OHLCV: computes per-symbol features, infers candidate families, and scores/prioritizes the best research tickets.
  • Convert validated ideas into pipeline-ready artifacts: exports Phase I-compatible strategy.yaml plus metadata.json for trade-strategy-pipeline.
  • Preflight-check interface compatibility: validates edge-finder-candidate/v1 constraints before you run expensive pipeline backtests.

Quick Start

Generate daily Phase I candidate exports by running the auto-detection script on your OHLCV parquet and writing results to a trade-strategy-pipeline strategies directory.

Frequently Asked Questions about edge-candidate-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert EOD OHLCV data into pipeline-ready quant trading strategy candidates?

To convert EOD OHLCV data into quant trading strategy candidates, you run the auto-detection script on your OHLCV parquet file. It computes features, infers candidate families, and exports validated Phase I-compatible artifacts for pipeline backtesting.

What is the edge-finder-candidate/v1 interface used for in strategy export?

The edge-finder-candidate/v1 interface enforces deterministic schema validation and export rules for Phase I edge research tickets. It ensures your strategy.yaml and metadata.json artifacts remain reproducible and compatible before running expensive pipeline backtests.

Do I need Python 3.9 and YAML support to generate Phase I candidate specs?

Yes, you need Python 3.9+ with YAML support to generate Phase I candidate specs. The PyYAML dependency is required to parse configurations and export validated strategy.yaml files plus provenance metadata.json for your pipeline.

Can I refine edge research tickets using external LLM ideation commands?

Yes, you can optionally refine edge research tickets using external LLM ideation commands. The workflow allows you to turn anomalies into structured tickets, apply hints or external ideation, and then export validated strategy.yaml artifacts for the pipeline.

What's the best way to preflight-check interface compatibility before running backtests?

The best way to preflight-check interface compatibility is to validate edge-finder-candidate/v1 constraints before running expensive pipeline backtests. This ensures your strategy.yaml and metadata.json files meet deterministic schema export rules for the trade-strategy-pipeline.

Why does my edge candidate research pipeline fail during pipeline handoff?

Edge candidate research pipelines fail during pipeline handoff when hypotheses cannot be converted into interface-compatible, reproducible tickets and validated artifacts. Enforcing deterministic schema validation and exporting proper strategy.yaml files prevents these downstream backtesting failures.