signal-postmortem

Analyze trading signal outcomes and classify them into postmortem categories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Records and analyzes the outcomes of trading signals to identify true positives, false positives, missed opportunities, and regime mismatches, and to feed results back to edge-signal-aggregator weights and a skill-improvement backlog.

Core Features & Use Cases

  • Records postmortem results for signals from the edge pipeline, screeners, and other skills.
  • Classifies outcomes into TRUE_POSITIVE, FALSE_POSITIVE, MISSED_OPPORTUNITY, and REGIME_MISMATCH.
  • Generates feedback files for downstream systems and backlog entries for skill improvement.
  • Produces summary statistics and dashboards to monitor signal quality over time.

Quick Start

Run the postmortem_recorder tool with your closed signals to create the first postmortem record and begin analysis.

Frequently Asked Questions about signal-postmortem

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

FAQPage Schema
How do I analyze trading signal outcomes to improve my edge pipeline?

To analyze trading signal outcomes, you classify closed signals into true positives, false positives, missed opportunities, and regime mismatches, then feed those results back to your edge-signal-aggregator weights and a skill-improvement backlog.

What is the best way to classify false positives and missed opportunities in trading signals?

The best way to classify false positives and missed opportunities is by running a postmortem recorder on closed JSON signal records, which categorizes outcomes and generates weight feedback alongside backlog YAML entries.

Do I need Python 3.9 and JSON records to run a signal postmortem analysis?

Yes, you need Python 3.9 or higher and JSON-formatted signal records to run a signal postmortem analysis, with optional API keys required if you need to fetch external price data for the evaluation.

How does weight feedback from signal postmortems adjust risk regime models?

Weight feedback from signal postmortems adjusts risk regime models by taking classified outcome data from 5-day and 20-day holding periods and outputting structured feedback files that recalibrate downstream edge-signal-aggregator weights.

Can I use screener-derived signals with a 5-day holding period for postmortem analysis?

Yes, you can use screener-derived signals with a 5-day holding period for postmortem analysis, as the tool explicitly supports evaluating signals from screeners, the edge pipeline, and other skills over 5-day and 20-day timeframes.

What output formats are generated when recording trading signal postmortems?

Recording trading signal postmortems generates postmortem JSON files for outcome tracking, weight feedback files for aggregator recalibration, backlog YAML entries for skill improvement, and summary reports for monitoring signal quality.