What problem does it solve?
This Skill consolidates fragmented screening outputs, analysis, and position records into a single persistent thesis object so traders can track what they thought, what happened, and what they learned across time and conversations.
Core Features & Use Cases
- Persistent thesis objects: Register single-ticker candidates from screeners and preserve raw provenance, classification, and evidence in YAML state files.
- Lifecycle management & validation: Enforce forward-only transitions (IDEA → ENTRY_READY → ACTIVE → CLOSED), index for fast queries, and JSON Schema validation to ensure data integrity.
- Review, sizing, and postmortem analytics: Attach position-sizer output, schedule and list review-due items, compute outcome statistics and optional MAE/MFE metrics for postmortems; useful for audit trails and performance analysis.
- Real-world example: Ingest a kanchi dividend screener output, transition a candidate to ENTRY_READY after manual review, open a position with attached sizing, then close it and generate a postmortem with P&L and lessons learned.
Quick Start
Register a screened candidate by ingesting the screener JSON into the thesis store, attach position sizing when ready, and run the postmortem after closing the position.