edge-pipeline-orchestrator

Orchestrate multi-stage trading research pipelines from market observations to validated exports.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/TIMPICKLE/claude-code-skills --skill edge-pipeline-orchestrator-timpickle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-pipeline-orchestrator
Source: https://github.com/TIMPICKLE/claude-code-skills/tree/main/claude-trading-skills/skills/edge-pipeline-orchestrator
Command: npx skills add https://github.com/TIMPICKLE/claude-code-skills --skill edge-pipeline-orchestrator-timpickle

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the complexity of coordinating multi-stage trading research pipelines by automating the movement from market signals and candidate ideas to reviewed and export-ready strategy artifacts.

Core Features & Use Cases

  • Pipeline Orchestration: Coordinates candidate detection, hint extraction, concept synthesis, strategy drafting, review cycles, revision handling, and export stages.
  • Strategy Quality Control: Runs iterative PASS, REVISE, and REJECT review workflows with automated revision heuristics and downgrade handling.
  • Use Case: A quantitative researcher can provide OHLCV data or existing research tickets and generate validated strategy candidates with execution traces and export metadata.

Quick Start

Use the edge-pipeline-orchestrator skill to run the complete edge research pipeline from my market data and produce reviewed strategy candidates.

Frequently Asked Questions about edge-pipeline-orchestrator

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

FAQPage Schema
How do I automate end-to-end trading strategy research workflows?

Automating trading strategy research requires orchestrating multi-stage pipelines from market observations to validated exports. This Skill coordinates candidate detection, hint extraction, concept synthesis, strategy drafting, review cycles, revision handling, and export stages through structured subprocess execution.

How does iterative strategy quality control work during backtesting and signal discovery?

Strategy quality control runs iterative PASS, REVISE, and REJECT review workflows with automated revision heuristics and downgrade handling. This ensures candidate strategies meet research standards before generating execution traces and export metadata.

Do I need YAML data contracts and PyYAML parsing to run pipeline orchestration scripts?

Yes, pipeline orchestration requires YAML data contracts, subprocess execution, and PyYAML parsing to coordinate multi-stage research operations. You also need pipeline scripts and optionally OHLCV data or existing research tickets to generate validated strategy candidates.

What is the best way to generate export-ready strategy artifacts from market signals?

Generating export-ready strategy artifacts involves coordinating automated movement from market signals and candidate ideas to reviewed outputs. This pipeline approach manages the transition from raw quantitative observations to validated strategy candidates with execution traces.

When should I not use an automated pipeline orchestration approach for quantitative research?

Automated pipeline orchestration is not suitable for isolated, single-step quantitative analysis or workflows lacking structured review cycles. It requires defined multi-stage research operations and standardized YAML data contracts to function properly.

Can I use edge-pipeline-orchestrator with existing research tickets instead of raw market data?

Yes, you can provide existing research tickets instead of raw OHLCV market data. The pipeline accepts both inputs to process candidate detection, concept synthesis, and strategy drafting into validated strategy candidates with export metadata.