by liangdabiao
This research is based on the Claude Code Deep Research system: Methodology: 8-stage stock investment due diligence framework Agent: 28 parallel research agents Tools: WebSearch, WebFetch, comprehensive analysis Quality: long-short balance, clear risks, data verification. Easy to use: /stock-research AAPL, I want a quick overview
# Add to your Claude Code skills
git clone https://github.com/liangdabiao/Claude-Code-Stock-Deep-Research-AgentInvestment Research Edition - 专业股票投资尽调系统
⚖️ 免责声明
本研究报告不构成投资建议或推荐。所有投资存在风险,包括本金损失。
重要提示:
🎓 研究框架
本研究基于 Claude Code Deep Research 系统:
This repository contains two specialized deep research frameworks for Claude Code:
An 8-phase investment due diligence framework for analyzing publicly traded companies, inspired by professional investment research methodologies.
Key Capabilities:
No comments yet. Be the first to share your thoughts!
Research Coverage:
Output: Signal rating (🟢🟢🟢 Strong Buy / 🟡🟡🟡 Hold / 🔴🔴 Avoid) based on fundamental analysis
A flexible 7-phase framework for general research topics (business, technology, academic, etc.).
| File/Folder | Purpose | |-------------|---------| | CLAUDE.md | Master instructions for Claude Code | | .claude/skills/stock-question-refiner/ | Stock research question refinement skill | | .claude/skills/stock-research-executor/ | 8-phase investment due diligence executor | | .claude/commands/stock-research.md | Main stock research command | | .claude/skills/citation-validator/ | Citation verification skill | | .claude/skills/got-controller/ | Graph of Thoughts controller | | .claude/skills/synthesizer/ | Findings synthesis skill | | STOCK_RESEARCH_IMPLEMENTATION_PLAN.md | Stock research system design document | | CLAUDE2.md | Graph of Thoughts implementation details | | PROJECT_UNDERSTANDING.md | Architecture deep dive | | IMPLEMENTATION_GUIDE.md | User guide |
# Start Claude Code
claude
# Set model (optional, but recommended)
/model opus
# Execut...