trader-memory-core

Track investment theses through lifecycle transitions with a persistent state store.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Persistent state management for investment theses across the full lifecycle, from screening ideas to postmortem reports, with auditable provenance and repeatable transitions.

Core Features & Use Cases

  • Single-ticker thesis tracking with origin provenance
  • Lifecycle management from IDEA to ENTRY_READY to ACTIVE to CLOSED/INVALIDATED, plus review monitoring
  • Attach position sizing, link related reports, and generate structured postmortems with MAE/MFE

Quick Start

Register a new thesis from a screener output and monitor its lifecycle using the provided CLI.

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 investment theses from screening ideas through to postmortem analysis?

You can track investment theses by registering ideas from screener outputs and managing their lifecycle transitions through a persistent state store, enforcing schema validation and atomic writes to maintain an auditable trail from IDEA to CLOSED/INVALIDATED.

What is the best way to manage position sizing and lifecycle transitions for investment ideas?

You can manage position sizing and lifecycle transitions by applying CLI workflows to move theses from ENTRY_READY to ACTIVE, attaching sizing data and linking related reports while enforcing schema validation and idempotent registration across the persistent state store.

How does thesis postmortem analysis handle MAE and MFE metrics?

Thesis postmortem analysis handles MAE and MFE metrics by generating structured reports when a position reaches CLOSED or INVALIDATED, summarizing results and extracting maximum adverse and favorable excursion data from the persistent state store.

Do I need pyyaml and jsonschema to enforce schema validation for investment thesis tracking?

Yes, you need pyyaml and jsonschema to enforce schema validation for investment thesis tracking, as these dependencies enable the persistent state store to apply atomic writes, idempotent registration, and structured validation across lifecycle transitions.

Why does my investment thesis lifecycle transition fail during CLI workflow execution?

Your investment thesis lifecycle transitions fail during CLI workflow execution when schema validation rules are violated or atomic writes detect corrupted state, preventing invalid lifecycle moves from IDEA to ENTRY_READY or ACTIVE without proper position sizing data.

Can I use trader-memory-core to generate audit trails for portfolio management decisions?

Yes, you can use trader-memory-core to generate audit trails for portfolio management decisions because it maintains auditable provenance by recording origin sources, lifecycle transitions, position sizing, and postmortem results in a persistent state store.