trader-memory-core

Track investment theses through lifecycle transitions with persistent state and postmortem reporting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill trader-memory-core-pnwskyhippy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trader-memory-core
Source: https://github.com/PNWSkyHippy/Trading_Bot_V2/tree/main/claud-skills/skills/trader-memory-core
Command: npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill trader-memory-core-pnwskyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a persistent, auditable lifecycle for investment theses, enabling screening ideas to be tracked, transitioned, and reviewed with postmortem insight.

Core Features & Use Cases

  • Ingest screener outputs into structured theses with lifecycle tracking (IDEA → ENTRY_READY → ACTIVE → CLOSED/INVALIDATED).
  • Attach position sizing, track entry/exit, and compute P&L, MAE, and MFE with optional MAE/MFE pricing adapters.
  • Generate postmortems and maintain a complete audit trail with an index for fast queries.

Quick Start

Register a thesis from a screener output and then advance it through its lifecycle with the provided actions.

Frequently Asked Questions about trader-memory-core

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

FAQPage Schema
How do I track an investment thesis from screening to postmortem?

You track an investment thesis by ingesting screener outputs into a structured state machine that enforces forward-only lifecycle transitions from IDEA to CLOSED, generating postmortems with a complete audit trail and index-backed queries for reproducibility.

What is MAE and MFE calculation in trading position tracking?

MAE (Maximum Adverse Excursion) and MFE (Maximum Favorable Excursion) are P&L metrics calculated via optional price adapters to evaluate how far a position moves against or in favor of your entry before exit during the active thesis lifecycle.

How do I ingest multiple screener formats into a structured trading thesis state machine?

You ingest multiple screener formats by registering thesis records through a robust API that applies strict schema validation and provenance tracking, ensuring atomic writes and reproducible state transitions across different screening sources.

Does trading thesis lifecycle management work with schema validation and provenance tracking?

Yes, thesis lifecycle management enforces strict schema validation using jsonschema and maintains clear provenance to ensure reproducibility and governance, supporting atomic writes and index-backed queries for auditable state transitions.

Can I compute P&L and position sizing for active investment theses?

Yes, you can attach position sizing data and track entry/exit points to compute P&L, while optional MAE/MFE pricing adapters provide deeper excursion analysis for active investment theses.

What are the limitations of forward-only state transitions in thesis lifecycle management?

Forward-only transitions prevent moving a thesis backward in its lifecycle, meaning once a thesis advances from IDEA to ENTRY_READY or ACTIVE, you cannot revert to a previous state, ensuring audit integrity but limiting corrective workflow flexibility.