signal-postmortem

Computes accuracy, false positive rate, regime correlations from aggregated postmortem records.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Dorpeer95/stocks-trading --skill signal-postmortem-dorpeer95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signal-postmortem
Source: https://github.com/Dorpeer95/stocks-trading/tree/main/.claude/skills/signal-postmortem
Command: npx skills add https://github.com/Dorpeer95/stocks-trading --skill signal-postmortem-dorpeer95

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Postmortem analysis for trading signals provides a structured way to validate decision quality, surface systematic errors, and feed feedback into signal-aggregation systems.

Core Features & Use Cases

  • Record and analyze post-trade outcomes for signals from edge pipelines and screener skills.
  • Classify outcomes into TRUE_POSITIVE, FALSE_POSITIVE, MISSED_OPPORTUNITY, and REGIME_MISMATCH; generate weight adjustments for edge-signal-aggregator and backlog items for skill improvement.
  • Produce reports and artifacts (weight feedback JSON, improvement backlog YAML, and summary Markdown) for integration with operational workflows.
  • Use case: perform periodic audits after holding periods and refine signal generation logic based on historical results.

Quick Start

Process a signals file or a set of ready signals to generate postmortems and analytics.

Frequently Asked Questions about signal-postmortem

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

FAQPage Schema
How do I analyze postmortem outcomes for trading signals?

Postmortem analysis for trading signals aggregates post-trade records to compute accuracy, false positive rates, and regime correlations. It classifies outcomes into true positives, false positives, missed opportunities, and regime mismatches to validate decision quality.

How do I generate weight adjustments for edge-signal-aggregator?

Generate weight adjustments by processing signal outcomes over 5-day and 20-day holding periods within a rolling 90-day window. The computed results apply minimum sample thresholds to produce weight feedback JSON files suitable for downstream signal-aggregation systems.

What is the best way to create a signal improvement backlog?

Creating a signal improvement backlog involves quantifying skill performance from postmortem records and identifying systematic errors. This Skill outputs backlog YAML entries to drive skill improvement based on historical false positives and regime mismatches.

Can I use postmortem records to measure signal accuracy across different market regimes?

Postmortem records measure signal accuracy by computing regime correlations alongside standard performance metrics. By evaluating outcomes across distinct holding periods, you can identify specific market conditions causing signal degradation or mismatches.

Do I need a minimum sample size to validate post-trade signal outcomes?

Validating post-trade signal outcomes requires enforcing minimum sample thresholds within rolling 90-day windows. This ensures statistical reliability before generating summary statistics, weight updates, or backlog items for downstream operational workflows.

Why does my signal postmortem analysis produce regime mismatch classifications?

Regime mismatch classifications occur when postmortem analysis identifies systematic errors caused by specific market conditions. Computing regime correlations helps surface these mismatches, generating feedback to adjust signal generation logic and aggregator weights.