strategy-add

Integrate new strategy modules into the trading-bot signal and scoring stack.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/EnesMeyzin98/Meridian --skill strategy-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-add
Source: https://github.com/EnesMeyzin98/Meridian/tree/main/agents/skills/strategy-add
Command: npx skills add https://github.com/EnesMeyzin98/Meridian --skill strategy-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wire in new strategy modules to Meridian's trading-bot without breaking scorer flow, WAIT explainability, reporting, or paper-position handling.

Core Features & Use Cases

  • Integrates a new strategy module under app/strategies into the existing signal, scoring, and reporting stack.
  • Preserves WAIT explainability, journaling readability, and non-bypassable risk gates.
  • Supports lifecycle alignment with paper execution and shadow analytics.

Quick Start

Add your strategy under app/strategies and wire it into the scorer so outputs flow through the current reporting, journaling, and risk gates.

Frequently Asked Questions about strategy-add

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

FAQPage Schema
How do I add a new trading strategy without breaking existing signal and scoring workflows?

To add a new trading strategy without breaking scoring workflows, integrate the module under app/strategies and wire it into the scorer. This ensures outputs flow through existing reporting, journaling, and risk gates without disruption.

What is strategy integration in a trading bot architecture?

Strategy integration in a trading bot architecture is the process of wiring new signal modules into L2–L4 scoring workflows. It ensures explainability, risk gating, and paper-based execution while preserving journaling and reporting surfaces.

How do I maintain risk gating and explainability when integrating a new strategy module?

You maintain risk gating and explainability during strategy integration by routing new module outputs through non-bypassable risk gates and preserving WAIT explainability. This ensures structured signal objects retain required metadata for safety.

Does strategy integration support paper trading and shadow analytics?

Yes, strategy integration supports paper trading and shadow analytics. It aligns new modules with paper execution and shadow analytics lifecycles, ensuring new strategies can be tested safely before live deployment.

What format should strategy signals return to integrate cleanly with scorer inputs?

Strategy signals should return a structured signal object containing action, confidence, reason, and any required explainability metadata. This format integrates cleanly with scorer inputs while maintaining WAIT safety practices.

What are the limitations when wiring new strategies into a trading bot pipeline?

The main limitation is that new strategies must conform to existing non-bypassable risk gates and WAIT explainability requirements. Strategies cannot bypass these safety mechanisms when integrating into the scorer and reporting stack.