strategy-pivot-designer

Detect backtest stagnation and generate strategy pivot proposals from iteration history JSON and strategy YAML.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill strategy-pivot-designer-pasie15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-pivot-designer
Source: https://github.com/pasie15/claude-trading-skills-marketplace/tree/main/plugins/trading-strategy-tools/skills/strategy-pivot-designer
Command: npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill strategy-pivot-designer-pasie15

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Detects when iterative backtesting and parameter tuning have plateaued or produced brittle, overfitted strategies, and proposes structurally different strategy pivots to escape local optima and address cost, tail-risk, or robustness failures.

Core Features & Use Cases

  • Stagnation Detection: Implements deterministic triggers (improvement_plateau, overfitting_proxy, cost_defeat, tail_risk) to flag when parameter tweaks are unlikely to improve real-world performance.
  • Pivot Generation Techniques: Produces candidate strategy drafts using assumption inversion, archetype switch, and objective reframe approaches, then scores proposals by quality potential and novelty.
  • Pipeline Integration & Outputs: Emits research_only and exportable pivot_drafts (YAML), pivot_report markdowns, pivot_manifest JSON, and pivot_diagnosis JSON suitable for feeding into edge-candidate-agent and backtest-expert pipelines.
  • Use Case: When a quant's backtest scores plateau after multiple tuning rounds, use this Skill to generate ranked, structurally different strategy proposals (including export-ready tickets) to validate new hypothesis directions.

Quick Start

Run stagnation detection on your iteration history and generate up to three pivot drafts into the reports directory for review and pipeline export.

Frequently Asked Questions about strategy-pivot-designer

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

FAQPage Schema
How do I generate alternative trading strategies when my backtest parameter tuning plateaus?

To break backtest stagnation, you can analyze your iteration history JSON and source strategy YAML to generate structurally different strategy pivots. This process detects performance plateaus and outputs new candidate drafts to escape local optima.

What triggers a strategy pivot during systematic trading backtesting?

Strategy pivots are triggered by deterministic stagnation signals in your iteration history, specifically improvement plateaus, overfitting proxies, cost defeat, and tail risk. These flags indicate that further parameter tweaking is unlikely to improve real-world performance.

Can I use YAML strategy drafts to detect overfitting in my backtesting pipeline?

Yes, you can feed iteration history JSON and source strategy YAML into stagnation diagnostics to detect overfitting proxies. The analysis evaluates your tuning loop history and flags when parameter adjustments become brittle or overfitted.

How do I apply assumption inversion or archetype switch techniques to a stalled trading strategy?

You apply these pivot generation techniques by processing your stalled strategy YAML through diagnostic routines. The system automatically applies assumption inversion, archetype switch, and objective reframe approaches to produce and score new candidate proposals.

What output formats does a strategy pivot generator produce for downstream backtest pipelines?

The strategy pivot generator outputs pivot_drafts in YAML, pivot_report markdowns, pivot_manifest JSON, and pivot_diagnosis JSON. These files are structured for direct integration into edge-candidate-agent and backtest-expert pipelines for further validation.

When should I avoid using automated pivot generation for backtest stagnation?

You should avoid automated pivot generation if your iteration history JSON lacks sufficient tuning rounds to establish a baseline plateau, or if your strategy YAML does not contain structured parameters suitable for objective reframe and inversion techniques.