trader-memory-core

Manage investment theses with lifecycle tracking and postmortem analysis.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/k1064190/stock-expectation --skill trader-memory-core-k1064190
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trader-memory-core
Source: https://github.com/k1064190/stock-expectation/tree/main/.claude/skills/trader-memory-core
Command: npx skills add https://github.com/k1064190/stock-expectation --skill trader-memory-core-k1064190

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps investors track their investment theses from idea generation to postmortem analysis, providing a comprehensive view of their investment decisions and outcomes.

Core Features & Use Cases

  • Thesis Registration: Register investment theses from various sources and manage their lifecycle.
  • Position Sizing: Attach position sizing data to theses.
  • Review and Postmortem: Review theses and generate postmortem reports with P&L and MAE/MFE analysis.
  • Use Case: Imagine you have an investment thesis on a particular stock. Use this Skill to register the thesis, track its performance, and generate a postmortem report after exiting the position.

Quick Start

Register a new thesis for 'AAPL' using the 'register thesis' command.

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 idea generation to postmortem analysis?

Track investment theses across their lifecycle by registering the initial thesis, attaching position sizing data, and generating a postmortem report with P&L and MAE/MFE analysis after exiting the position. This provides a persistent state layer for analyzing investment decisions and outcomes.

What is postmortem analysis in trading and when do I need it?

Postmortem analysis is the process of reviewing closed investment theses to calculate P&L and MAE/MFE metrics. You need it after exiting a position to evaluate your investment decisions, understand maximum adverse excursion, and refine future trading strategies.

Do I need an FMP API key to calculate postmortem analysis and position sizing?

Yes, you need an FMP API key for postmortem calculations. The Skill requires Python and additional dependencies including pyyaml, requests, jsonschema, and the fmp_price_adapter to ingest data and manage position sizing.

Can I register an investment thesis for a specific stock like AAPL?

Yes, you can register a new investment thesis for a specific stock like AAPL. Use the 'register thesis' command to input the ticker, manage its lifecycle, and attach position sizing data to track performance over time.

What's the best way to manage position sizing data for multiple investment theses?

Manage position sizing data by attaching it directly to registered investment theses within a persistent state layer. This allows you to track multiple theses simultaneously, review their performance, and execute comprehensive postmortem analysis upon position exit.

Why use a dedicated thesis tracking system instead of a basic spreadsheet?

A dedicated thesis tracking system provides a persistent state layer that automates data ingestion, position sizing, and P&L calculations. Unlike spreadsheets, it enforces a structured lifecycle from idea generation to postmortem analysis, ensuring consistent MAE/MFE evaluation.