edge-pipeline-orchestrator

Orchestrate multi-stage edge research pipelines from candidate detection to strategy export.

2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Trading-Skills --skill edge-pipeline-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-pipeline-orchestrator
Source: https://github.com/Fabio29T/Trading-Skills/tree/main/skills/edge-pipeline-orchestrator
Command: npx skills add https://github.com/Fabio29T/Trading-Skills --skill edge-pipeline-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire process of edge research, from initial data detection to the final export of trading strategies, streamlining complex workflows.

Core Features & Use Cases

  • Full Pipeline Orchestration: Manages the complete lifecycle of edge research, including candidate detection, hint extraction, concept synthesis, strategy design, and review.
  • Iterative Review & Revision: Facilitates a feedback loop for refining strategy drafts, ensuring quality and adherence to standards.
  • Use Case: When developing new quantitative trading strategies, use this Skill to automate the generation, testing, and refinement of strategy ideas, significantly accelerating the research process.

Quick Start

Run the full edge pipeline from tickets using the command: python3 scripts/orchestrate_edge_pipeline.py --tickets-dir path/to/tickets/ --output-dir reports/edge_pipeline/

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 my trading strategy backtesting and edge research pipeline?

To automate edge research, this pipeline orchestrates candidate detection, hint extraction, concept synthesis, and strategy design into a single end-to-end workflow. It manages data contracts between stages, automatically generating and refining trading strategies from raw data to production-ready code.

What is the best way to develop quantitative trading strategies from raw data to production code?

Developing quantitative trading strategies is handled by orchestrating a multi-stage edge research pipeline. It automatically extracts hints, synthesizes concepts, and runs iterative review-revision cycles to transform raw data into eligible, production-ready trading strategies.

Can I run the full edge research pipeline automatically from a directory of tickets?

Yes, you can run the full edge research pipeline from tickets using the command: python3 scripts/orchestrate_edge_pipeline.py --tickets-dir path/to/tickets/ --output-dir reports/edge_pipeline/. This command processes tickets and exports the generated strategy reports.

How does iterative review and revision work for refining strategy drafts?

Iterative review and revision for strategy drafts works by facilitating a feedback loop that refines generated trading strategies. The pipeline automatically manages this cycle to ensure each strategy draft adheres to quality standards before exporting the final production-ready code.

Do I need any external dependencies or specific frameworks to run this edge research pipeline?

No external dependencies or specific frameworks are required to run this edge research pipeline. It operates independently using included scripts and references to manage data contracts and orchestrate the complete strategy generation workflow.

When should I not use an automated edge research pipeline for strategy development?

You should not use an automated edge research pipeline when you need manual control over individual data processing stages or when your trading strategy development requires custom logic that cannot fit into the structured candidate detection, synthesis, and iterative review workflow.