Journal Pattern Analyzer
Use this skill when the user has a set of trades, journal notes, or review entries and wants to know what patterns are repeating across them.
This skill will not:
- grade the user only by total PnL
- pretend a small sample proves a durable edge
- replace single-trade post-mortems when the problem is still one specific position
Role
Act like a process analyst reviewing a journal, not a cheerleader reviewing outcomes. Your job is to identify repeatable strengths, repeatable mistakes, and where the user's process breaks down under specific conditions.
When to use it
Use it when the user wants to:
- review a batch of trades instead of one trade
- identify recurring mistakes in entries, exits, sizing, timing, or catalyst handling
- see whether performance changes by setup, regime, instrument, or time horizon
- convert raw journal notes into one or two high-value process changes
Inputs and context
Ask for:
- a trade log, journal entries, or a summarized set of closed trades
- the sample window: last 10 trades, last month, last quarter, earnings season, and so on
- what fields exist: setup type, thesis, entry, stop, target, size, result, notes, adherence, catalyst context
- whether the user wants to focus on behavioral patterns, setup quality, sizing quality, or environment fit
Helpful but optional:
- regime notes
- sector or instrument tags
- whether results are in dollars, percentages, or R multiples
- any pattern the user already suspects
Use the user's materials first.
If the sample is very small, say so clearly and keep the conclusions provisional.
For agents that support code execution, use references/calculation-helpers.md for the shared helper functions that cover trade-statistic summaries, expectancy, and win/loss distribution checks when the user provides structured results.
Analysis process
- Reconstruct the journal sample and what the user is trying to learn.
- Group trades by setup, environment, mistake type, instrument, or catalyst context when the data supports it.
- Separate outcome patterns from process patterns.
- Identify recurring strengths and recurring mistakes.
- Check whether the user's mistakes cluster around specific conditions such as open entries, event holds, oversizing, or late exits.
- Distill the findings into one or two process changes that are specific enough to test.
- End with what the user should keep doing, stop doing, and monitor next.
Use references/pattern-framework.md when you need the default checklist for journal quality, sample interpretation, and repeatable mistake detection.
Core Assessment Framework
Assess the journal on five anchors before drawing conclusions:
Sample Quality: whether there are enough trades and enough detail to support pattern claims. Example: 20 tagged trades with notes is more informative than 4 trades with only PnL.
Process Consistency: whether the user actually followed a recognizable process. Example: repeated pre-trade planning and post-trade notes make the patterns easier to trust.
Mistake Recurrence: whether the same type of error appears multiple times. Example: widening stops after entry in several trades is a stronger signal than one isolated lapse.
Environment Fit: whether results change across regimes, catalysts, timeframes, or instruments. Example: momentum setups may work in healthy trend conditions but degrade around heavy event risk.
Actionability: whether the output can be turned into a specific rule, checklist item, or monitoring metric. Example: "do not enter breakouts in the first 15 minutes" is more actionable than "be more patient."
Use the anchors to classify:
useful pattern set: the journal is detailed enough to support actionable conclusions
suggestive but thin: there may be a pattern, but the sample or tagging quality is too weak for strong claims
not analyzable yet: the notes are too sparse or the sample is too small to draw meaningful process conclusions
Evidence That Would Invalidate This Analysis
- the sample is incomplete or selectively chosen
- key fields such as setup type, adherence, or notes were missing or mis-tagged
- the results mix different strategies or timeframes that should not have been analyzed together
- later entries show that the apparent pattern was only a short-lived cluster
- the user changes process materially, making the historical pattern less relevant
Output structure
Prefer this output order:
Pattern Summary
What Is Working
What Keeps Going Wrong
Where The Pattern Appears
Process Change To Test
What To Track Next
Next Skill
Always include:
- whether the sample is strong enough for conclusions
- the clearest repeated strength
- the clearest repeated mistake
- where the pattern clusters: setup, timeframe, catalyst, instrument, or regime
- one or two process changes to test next
- whether the next step is
post-trade-review, a revised rule in the journal, or no additional skill yet
Best practices
- do not confuse outcome streaks with process quality
- do not draw strong conclusions from tiny samples
- do not hide repeated discipline failures behind a positive net PnL
- do not recommend more than one or two process changes at once
Usage examples
- "Use
journal-pattern-analyzer on my last 25 swing trades and tell me what mistake keeps repeating."
- "Use
journal-pattern-analyzer on my trade journal from earnings season and show me whether event holds improved or hurt my process."
1---2name: journal-pattern-analyzer3description: Use when the user has a trade journal or trade log and wants repeated strengths, mistakes, environment-dependent patterns, and process changes without turning the review into hindsight theater.4---56# Journal Pattern Analyzer78Use this skill when the user has a set of trades, journal notes, or review entries and wants to know what patterns are repeating across them.910This skill will not:1112- grade the user only by total PnL13- pretend a small sample proves a durable edge14- replace single-trade post-mortems when the problem is still one specific position1516## Role1718Act like a process analyst reviewing a journal, not a cheerleader reviewing outcomes. Your job is to identify repeatable strengths, repeatable mistakes, and where the user's process breaks down under specific conditions.1920## When to use it2122Use it when the user wants to:2324- review a batch of trades instead of one trade25- identify recurring mistakes in entries, exits, sizing, timing, or catalyst handling26- see whether performance changes by setup, regime, instrument, or time horizon27- convert raw journal notes into one or two high-value process changes2829## Inputs and context3031Ask for:3233- a trade log, journal entries, or a summarized set of closed trades34- the sample window: last 10 trades, last month, last quarter, earnings season, and so on35- what fields exist: setup type, thesis, entry, stop, target, size, result, notes, adherence, catalyst context36- whether the user wants to focus on behavioral patterns, setup quality, sizing quality, or environment fit3738Helpful but optional:3940- regime notes41- sector or instrument tags42- whether results are in dollars, percentages, or R multiples43- any pattern the user already suspects4445Use the user's materials first.4647If the sample is very small, say so clearly and keep the conclusions provisional.4849For agents that support code execution, use [references/calculation-helpers.md](references/calculation-helpers.md) for the shared helper functions that cover trade-statistic summaries, expectancy, and win/loss distribution checks when the user provides structured results.5051## Analysis process52531. Reconstruct the journal sample and what the user is trying to learn.542. Group trades by setup, environment, mistake type, instrument, or catalyst context when the data supports it.553. Separate outcome patterns from process patterns.564. Identify recurring strengths and recurring mistakes.575. Check whether the user's mistakes cluster around specific conditions such as open entries, event holds, oversizing, or late exits.586. Distill the findings into one or two process changes that are specific enough to test.597. End with what the user should keep doing, stop doing, and monitor next.6061Use [references/pattern-framework.md](references/pattern-framework.md) when you need the default checklist for journal quality, sample interpretation, and repeatable mistake detection.6263## Core Assessment Framework6465Assess the journal on five anchors before drawing conclusions:6667- `Sample Quality`: whether there are enough trades and enough detail to support pattern claims. Example: 20 tagged trades with notes is more informative than 4 trades with only PnL.68- `Process Consistency`: whether the user actually followed a recognizable process. Example: repeated pre-trade planning and post-trade notes make the patterns easier to trust.69- `Mistake Recurrence`: whether the same type of error appears multiple times. Example: widening stops after entry in several trades is a stronger signal than one isolated lapse.70- `Environment Fit`: whether results change across regimes, catalysts, timeframes, or instruments. Example: momentum setups may work in healthy trend conditions but degrade around heavy event risk.71- `Actionability`: whether the output can be turned into a specific rule, checklist item, or monitoring metric. Example: "do not enter breakouts in the first 15 minutes" is more actionable than "be more patient."7273Use the anchors to classify:7475- `useful pattern set`: the journal is detailed enough to support actionable conclusions76- `suggestive but thin`: there may be a pattern, but the sample or tagging quality is too weak for strong claims77- `not analyzable yet`: the notes are too sparse or the sample is too small to draw meaningful process conclusions7879## Evidence That Would Invalidate This Analysis8081- the sample is incomplete or selectively chosen82- key fields such as setup type, adherence, or notes were missing or mis-tagged83- the results mix different strategies or timeframes that should not have been analyzed together84- later entries show that the apparent pattern was only a short-lived cluster85- the user changes process materially, making the historical pattern less relevant8687## Output structure8889Prefer this output order:90911. `Pattern Summary`922. `What Is Working`933. `What Keeps Going Wrong`944. `Where The Pattern Appears`955. `Process Change To Test`966. `What To Track Next`977. `Next Skill`9899Always include:100101- whether the sample is strong enough for conclusions102- the clearest repeated strength103- the clearest repeated mistake104- where the pattern clusters: setup, timeframe, catalyst, instrument, or regime105- one or two process changes to test next106- whether the next step is `post-trade-review`, a revised rule in the journal, or no additional skill yet107108## Best practices109110- do not confuse outcome streaks with process quality111- do not draw strong conclusions from tiny samples112- do not hide repeated discipline failures behind a positive net PnL113- do not recommend more than one or two process changes at once114115## Usage examples116117- "Use `journal-pattern-analyzer` on my last 25 swing trades and tell me what mistake keeps repeating."118- "Use `journal-pattern-analyzer` on my trade journal from earnings season and show me whether event holds improved or hurt my process."