
Opportunity Capture
daily-stock-analysis
A deterministic, market-aware daily stock analysis Skill that produces structured Markdown reports and next-trading-day close predictions while continuously tracking and improving forecasting performance.
Overview
A deterministic, market-aware daily stock analysis Skill that produces structured Markdown reports and next-trading-day close predictions while continuously tracking and improving forecasting performance.
A deterministic, market-aware daily stock analysis Skill that produces structured Markdown reports and next-trading-day close predictions while continuously tracking and improving forecasting performance. Key features: automated file planning and versioned report writing under <working_directory>/daily-stock-analysis/reports/ with enforced filename format (YYYY-MM-DD-<TICKER>-analysis.md), history-aware review before each prediction, and unattended-run versioning defaults. Built-in scripts manage planning, legacy-file migration, and rolling accuracy computation (configurable windows such as 1,3,7,30 days). The Skill performs evidence-based predictions, prior-forecast reviews (AE/APE), and a self-evolution mechanism that updates future assumptions from observed forecast errors. Compatibility (minimal) mode supports environments without Python or with small models by limiting history, sources, and output to recommendation, pred_close_t1, prior review, and one improvement action. Use for daily trader briefings, portfolio monitoring, model validation, and operational reporting.
Skill.md
How this skill works
A deterministic, market-aware daily stock analysis Skill that produces structured Markdown reports and next-trading-day close predictions while continuously tracking and improving forecasting performance.
Daily Stock Analysis
Perform market-aware, evidence-based daily stock analysis with prediction, next-run review, rolling accuracy tracking, and a structured self-evolution mechanism that updates future assumptions from observed forecast errors.
Hard Rules
- Read and write files only under
working_directory. - Save new reports only to:
<working_directory>/daily-stock-analysis/reports/
- Use filename:
YYYY-MM-DD-<TICKER>-analysis.md
- If same ticker/day file exists, ask user:
overwriteornew_version(-v2,-v3, ...)- For unattended runs, default to
new_version
- Always review history before new prediction.
- Limit history read count to control token usage:
- Script mode: max 5 files (default)
- Compatibility mode: max 3 files
Required Scripts (Use First)
- Plan output path + collect history:
python3 {baseDir}/scripts/report_manager.py plan \
--workdir <working_directory> \
--ticker <TICKER> \
--run-date <YYYY-MM-DD> \
--versioning auto \
--history-limit 5
- Compute rolling accuracy from existing reports:
python3 {baseDir}/scripts/calc_accuracy.py \
--workdir <working_directory> \
--ticker <TICKER> \
--windows 1,3,7,30 \
--history-limit 60
- Optional: migrate legacy files after explicit user confirmation:
python3 {baseDir}/scripts/report_manager.py migrate \
--workdir <working_directory> \
--file <ABS_PATH_1> --file <ABS_PATH_2>
Compatibility Mode (No Python / Small Model)
If Python scripts are unavailable or model capability is limited, switch to minimal mode:
- Read at most 3 recent reports for the same ticker.
- Use only a minimal source set:
- one official disclosure source
- one reliable market data source (Yahoo Finance acceptable)
- Output concise result only:
- recommendation
pred_close_t1- prior review (
prev_pred_close_t1,prev_actual_close_t1,AE,APE) if available - one
improvement_action
- Save report with same filename rules in canonical reports directory.
See references/minimal_mode.md.
Minimal Run Protocol
- Resolve ticker/exchange/market (ask if ambiguous).
- Run
report_manager.py plan. - Read
history_filesreturned by script. - If
legacy_filesexist, list all absolute paths and ask whether to migrate. - Gather data using
references/sources.md+references/search_queries.md. - Run
calc_accuracy.pyfor consistent metrics. - Render report using
references/report_template.md. - Save to
selected_output_filereturned byreport_manager.py.
Required Output Fields
Must include:
recommendationpred_close_t1prev_pred_close_t1prev_actual_close_t1AE,APE- rolling strict/loose accuracy fields
improvement_actions
Self-Improvement (Required)
Each run must include 1-3 concrete improvement_actions from recent misses and use them in the next run.
Do not skip this step.
Scheduling Recommendation
Recommend users set this as a weekday recurring task (for example 10:00 local time) to keep prediction-review windows continuous.
References
Default:
references/workflow.mdreferences/report_template.mdreferences/metrics.mdreferences/search_queries.mdreferences/sources.mdreferences/minimal_mode.mdreferences/security.md
Deep-dive only (full_report mode):
references/fundamental-analysis.mdreferences/technical-analysis.mdreferences/financial-metrics.md
Compliance
Always append:
"This content is for research and informational purposes only and does not constitute investment advice or a return guarantee. Markets are risky; invest with caution."
Best used for
When to use it
A deterministic, market-aware daily stock analysis Skill that produces structured Markdown reports and next-trading-day close predictions while continuously tracking and improving forecasting performance.

01 · PRE-MEETING
Prepare a decision brief
Turn scattered evidence into a structured case before an investment committee meeting.

02 · TEAM WORKFLOW
Standardize handoffs
Create consistent research outputs across analysts, portfolio managers, and agents.

03 · LIVE UPDATE
Refresh the thesis
Update scenarios after a new catalyst, KPI release, or earnings result.
Community notes
Built to improve with use.
Feedback will appear here as this skill is used and reviewed.
Discover more
Related skills
View allThematic Investment Mapping
Map companies to a theme by revenue exposure, transmission channels, and second-order effects, then rank the best expressions of the theme. Use when building a thematic basket or researching idea…
capacitr
Capacitr provides single-call market discovery and paid analysis: paste a URL or free-text query and receive ranked Polymarket, Hyperliquid, and Deribit markets augmented with Quotient intelligence…
alphagbm-duan-analysis
AlphaGBM Duan Yongping Analysis packages Duan-style, seller-only option playbook into a single, trade-ready call. It produces three focused panels: Sell Put (compute strike, premium, delta, DTE,…