Taiwan Stock Radar logo Taiwan Stock Radar

台股雙軌研究產品Dual-track Taiwan stock research product

台灣股票雷達 v1.7:同一套 shared core,同步服務 AI skill 與 Windows desktop Taiwan Stock Radar v1.7 runs one shared core across the AI skill and the Windows desktop app.

Taiwan Stock Radar 先在每日 08:30 前後整理台股日盤預測報告,再在需要時自動延伸成單股委員會。`v1.7` 的重點不是多一個前端,而是讓 skill、CLI、GitHub 展示站與 Windows app 共用同一套 workflow、同一份 config、同一個版本來源。

Taiwan Stock Radar starts with a daily 08:30 Taiwan market brief and then expands into a single-stock committee when needed. In `v1.7`, the point is not merely another front-end, but one shared workflow, one config stack, and one version source across the skill, CLI, GitHub showcase, and Windows app.

08:30 日盤報告08:30 market brief 單股委員會Single-stock committee Shared CoreShared Core Windows DesktopWindows Desktop Archive HistoryArchive History

兩條路線,一套核心 Two delivery tracks, one core

`v1.7` 把產品正式拆成兩條同步維護路線,但不允許分析邏輯分叉。商業邏輯都放在 `src/taiwan_stock_radar/`,介面只負責呼叫 workflow 與呈現結果。

`v1.7` formally separates the product into two maintained tracks, but it does not allow the analysis logic to split. Business logic stays in `src/taiwan_stock_radar/`, while interfaces only call workflows and render results.

路線 A:Skill / CLI / Docs Track A: Skill / CLI / Docs

保留原本的 AI skill、CLI 腳本、GitHub repo 與文件站,適合研究工作流、規格維護與可引用輸出。

Keeps the AI skill, CLI scripts, GitHub repo, and documentation site for research workflows, specification maintenance, and citation-friendly outputs.

路線 B:Windows Desktop Track B: Windows Desktop

新增原生桌面程式,讓 daily brief、premarket、Top20 scan 與 single-stock committee 可以直接在 GUI 內執行與閱讀。

Adds a native desktop application so the daily brief, premarket brief, Top20 scan, and single-stock committee can be run and read directly inside the GUI.

Shared Core Shared Core

四條 workflow、同一份 config、同一個版本號來源、同一套 latest + archive output,確保之後功能升級不會只落在某一個介面。

Four workflows, one config stack, one version source, and one latest-plus-archive output system keep future upgrades from landing in only one interface.

v1.7 Shared Workflows v1.7 Shared Workflows

`generate_premarket_brief(...)`

處理台股夜盤、美股大盤、半導體與 VIX,形成開市前風險偏好與族群觀察。

Processes Taiwan night-session, US broad indices, semiconductors, and VIX into an opening-risk read and a sector watchlist.

`generate_daily_market_brief(...)`

輸出每日 08:30 台股日盤報告、10 大訊息、綜合評估、來源可用性與風險提示。

Produces the daily 08:30 Taiwan market brief, ten key messages, overall assessment, source availability, and risk flags.

`generate_market_scan(...)`

保留 Top20 demo scan,用於 watchlist、sector summary 與 action-plan 格式驗證。

Keeps the Top20 demo scan for watchlists, sector summaries, and action-plan formatting.

`generate_single_stock_committee_report(...)`

輸出真正可執行的單股委員會報告,並在缺少同日 daily brief 時自動補前置步驟。

Produces an executable single-stock committee report and auto-generates the daily brief first when the same-day brief is missing.

主要輸出 Primary Deliverables

08:30 日盤預測報告08:30 daily brief

固定產出開盤偏向、綜合分數、10 大訊息、族群觀察與風險提示。

Always returns opening bias, overall score, ten key messages, sector watchlists, and risk flags.

單股委員會Single-stock committee

輸出 signal-engine summary、specialist briefs、style profile、strategy selection、validation scorecard、scenario tree 與 action plan。

Returns the signal-engine summary, specialist briefs, style profile, strategy selection, validation scorecard, scenario tree, and action plan.

Latest + ArchiveLatest + Archive

最新輸出保留在 `output/`,歷史版本保留在 `output/archive/`,可供 CLI、展示站與桌面版共同讀取。

Latest outputs stay in `output/`, while historical versions are stored in `output/archive/` for the CLI, showcase, and desktop app to read together.