一键导入
edge-strategy-designer
Convert abstract edge concepts into strategy draft variants and optional exportable ticket YAMLs for edge-candidate-agent export/validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert abstract edge concepts into strategy draft variants and optional exportable ticket YAMLs for edge-candidate-agent export/validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Morning market briefing with stock picks for US and Korean markets. Generates a daily report covering macro environment, sector rotation, 10-12 actionable predictions (5-6 per market) with BUY/WATCH/HOLD/AVOID/SELL labels and Korean reasoning, plus an auto-Toss-synced portfolio review section recommending hold/add/trim/exit per current position. Each pick is logged as a formal prediction for track record tracking. Triggers on keywords like daily briefing, morning report, market overview, today's picks, what should I trade, 오늘 시장, 일일 브리핑.
Stock expectation analysis. Combines algorithmic technical scoring + structured news/sentiment + LLM macro/narrative context + multi-horizon directional predictions to emit a deterministic BUY / WATCH / HOLD / AVOID / SELL recommendation per stock. Modes: (1) /expect KR or /expect US auto-discover 5 trending stocks, (2) /expect NVDA or /expect 삼성전자 single-ticker deep dive, (3) /expect NVDA,AMD,AVGO multi-ticker batch, (4) /expect ALL or /expect runs both markets. Triggers: expect, expectation, stock picks, what should I buy, hot stocks, trending stocks, buy or sell, 기대값, 종목 추천, 뭐 사야돼, 매수, 매도, 핫한 종목
Monthly ISA contribution briefing for the long-term Korean ETF book. Values the ISA portfolio, checks drift vs the approved target allocation, optionally proposes a tilt (code-clamped to ±10%p), runs the sell-free contribution allocator, and composes a Korean briefing with per-ETF buy amounts, track record vs benchmarks, and the decision-log id. Triggers on keywords like isa, ISA 브리핑, 적립, 월 적립, 리밸런싱, ETF 적립, isa briefing, monthly contribution.
Unified forward catalyst timeline + deterministic R3 event-risk gate. Merges the FMP earnings calendar (US-listed) and economic calendar (FOMC/CPI/NFP) into one timeline, then turns imminent binary events into label caps and confidence trims so /expect and daily-briefing don't issue fresh BUY calls right into an earnings print or a Fed decision. Triggers: catalyst, event risk, earnings risk, event gate, upcoming earnings, FOMC, CPI, NFP, macro event, 이벤트 리스크, 실적 발표 임박, 캐털리스트.
Set and monitor price-level alerts for a saved watchlist plus open predictions and portfolio positions. Fires Korean Telegram alerts when the latest close touches an entry zone, stop, target, or re-entry level. DELAYED / EOD-ish, not real-time. Use when the user wants to track entry/exit levels, set an alert, or watch tickers. Triggers on keywords like watchlist, alerts, set alert, entry zone, 워치리스트, 관심종목, 알림.
Decide when to exit, trim, add to, or hold each current holding. Layers an ATR chandelier trailing stop, R:R take-profit, and linked-prediction thesis invalidation on top of the portfolio. Use when the user asks to check positions, where to set stops, when to take profit, or whether to sell. Triggers on "포지션 점검", "손절", "익절", "트레일링 스탑", "언제 팔아", "exit check", "trim", "take profit", "when to sell", "stop loss", "trailing stop".
| name | edge-strategy-designer |
| description | Convert abstract edge concepts into strategy draft variants and optional exportable ticket YAMLs for edge-candidate-agent export/validation. |
Translate concept-level hypotheses into concrete strategy draft specs. This skill sits after concept synthesis and before pipeline export validation.
edge_concepts.yaml and need strategy candidates.PyYAMLedge_concepts.yaml produced by concept synthesisstrategy_drafts/*.yamlstrategy_drafts/run_manifest.jsonexportable_tickets/*.yaml for downstream export_candidate.pyedge_concepts.yaml.conservative, balanced, aggressive).HYPOTHESIS_EXIT_OVERRIDES to adjust stop-loss, reward-to-risk, time-stop, and trailing-stop per hypothesis type (breakout, earnings_drift, panic_reversal, etc.).RR_FLOOR=1.5 to prevent C5 review failures.skills/edge-candidate-agent/scripts/export_candidate.py.Generate drafts only:
uv run python .claude/skills/edge-strategy-designer/scripts/design_strategy_drafts.py \
--concepts /tmp/edge-concepts/edge_concepts.yaml \
--output-dir /tmp/strategy-drafts \
--risk-profile balanced
Generate drafts + exportable tickets:
uv run python .claude/skills/edge-strategy-designer/scripts/design_strategy_drafts.py \
--concepts /tmp/edge-concepts/edge_concepts.yaml \
--output-dir /tmp/strategy-drafts \
--exportable-tickets-dir /tmp/exportable-tickets \
--risk-profile conservative
skills/edge-strategy-designer/scripts/design_strategy_drafts.pyreferences/strategy_draft_schema.mdskills/edge-candidate-agent/scripts/export_candidate.py