From data-and-research
Use when the user needs stock screening, portfolio risk review, dividend portfolio design, pre-earnings analysis, industry competition analysis, DCF valuation, technical analysis, or stock trend/anomaly detection. Trigger on requests like 選股, 投資組合風險, 股息策略, 財報前瞻, DCF 估值, 技術面分析, 產業競爭研究, 趨勢識別, or investment research prompts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/data-and-research:investment-research-promptsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
把投資研究需求先路由到正確場景,再檢查必要輸入,最後從提示詞庫取用對應模板。這個 skill 以 prompt 模板與分析框架為核心,不負責程式化抓取金融資料。
把投資研究需求先路由到正確場景,再檢查必要輸入,最後從提示詞庫取用對應模板。這個 skill 以 prompt 模板與分析框架為核心,不負責程式化抓取金融資料。
Use when:
Do not use when:
先判斷請求屬於哪一類:
stock-screeningportfolio-risk-reviewdividend-portfolio-blueprintpre-earnings-briefindustry-competition-reportdcf-valuation-memotechnical-analysis-reporttrend-anomaly-memo若使用者描述同時包含多個類型,優先問清楚主要決策目的是:
細節模板與欄位規則見 references/prompt-library.md。
先檢查該場景的必要資訊是否齊全。若不足,先回 MissingDataOutput,不要直接輸出空模板。
MissingDataOutput 必須包含:
detected_scenariomissing_fieldswhy_neededfollow_up_questionsnext_step追問原則:
以下資訊具有時效性,執行分析時必須查證最新來源,不可把模板當成離線事實:
若使用者要求「最新」「今天」「目前」「即將公布」之類的內容,必須先取得最新資料與來源,再套用模板。
若資訊足夠,可以有兩種輸出方式:
輸出時應保留:
不要:
MissingDataOutputnpx claudepluginhub timlai666/skills --plugin data-and-researchGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.