daily-alpha-pipeline

Sequence four portfolio engines into a daily Markdown and JSON report.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Eveyz/agentskills --skill daily-alpha-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-alpha-pipeline
Source: https://github.com/Eveyz/agentskills/tree/main/daily-alpha-pipeline
Command: npx skills add https://github.com/Eveyz/agentskills --skill daily-alpha-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the master end-to-end portfolio workflow by sequencing the four upper-layer engines and passing context between them to produce a single integrated daily output.

Core Features & Use Cases

  • End-to-end orchestration of top-down-alpha-engine, idea-generation-engine, risk-filter-layer, and portfolio-execution, ensuring the four layers run in strict sequence.
  • Provides both a readable Markdown report and a machine-readable JSON payload, with JSON-only output when requested.
  • Maintains up-to-date data and preserves each layer's source discipline, failing gracefully if a layer is unavailable.

Quick Start

Run the daily-alpha-pipeline to execute the four-layer workflow and return a unified daily portfolio output.

Frequently Asked Questions about daily-alpha-pipeline

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

FAQPage Schema
How do I automate a daily portfolio workflow for US-listed equities end to end?

You can automate a daily portfolio workflow by sequencing macro regime idea generation, risk filtering, and execution. This orchestrator applies to US-listed liquid equities, defaulting to 3 long and 2 short ideas, outputting a Markdown report and optional JSON payload.

What is a top-down daily alpha pipeline and how does it work?

A daily alpha pipeline sequences a macro regime guiding idea generation, risk filtering, and execution in strict order. It enforces this four-layer sequence to pass context between engines and surface a unified result including regime, ideas, risk signals, and execution plan.

Can I override the default 3 long and 2 short ideas in the daily portfolio execution?

Yes, you can override the default 3 long and 2 short ideas. The daily portfolio execution defaults to this allocation unless explicitly overridden, allowing customization of the generated execution plan for US-listed liquid equities.

Does the daily alpha pipeline provide a machine-readable JSON payload for automated integration?

Yes, the daily alpha pipeline provides a machine-readable JSON payload for automated integration. It outputs both a readable Markdown report and the JSON payload, supporting JSON-only output when requested for downstream portfolio systems.

What happens if a risk filter layer or idea generation engine is unavailable during pipeline execution?

If a risk filter layer or idea generation engine is unavailable during pipeline execution, the daily alpha pipeline fails gracefully. It preserves each layer's source discipline and maintains up-to-date data while enforcing the strict four-layer sequence.