strategy-advisor

strategy-advisor is an agent for Claude Code from Ramsbaby/jarvis. It costs 0 tokens per session (398 once invoked), scanned A, original, MIT.

A strategy-reporting assistant that reviews market data, personal profile signals, news, and stated goals, then sends strategic advice to a company lead.

In plain words
What is it for?
Use it to assess market conditions, compare a stock with a defined loss limit, review progress toward goals, and produce a short recommendation.
Why use it?
It brings several regularly produced reports and decision rules together so they can be reviewed in one place.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/ramsbaby/jarvis/strategy-advisor
Clone the repo
git clone --depth 1 https://github.com/Ramsbaby/jarvis

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for strategy-advisor

README.md
[![agentmods](https://agentmods.dev/badge/agents/ramsbaby/jarvis/strategy-advisor.svg)](https://agentmods.dev/agents/ramsbaby/jarvis/strategy-advisor)
Your own site
<a href="https://agentmods.dev/agents/ramsbaby/jarvis/strategy-advisor"><img src="https://agentmods.dev/badge/agents/ramsbaby/jarvis/strategy-advisor.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00398
Opus 5 $0.00000 $0.00199
Sonnet 5 $0.00000 $0.00080
Haiku 4.5 $0.00000 $0.00040

Measured 6d ago against content hash bcb25cc0693b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

strategy-advisor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

infra/agents/strategy-advisor.md · 33 lines

What it actually says

Strategy Advisor — Board Meeting Sub-agent

역할

자비스 컴퍼니 전략 참모. 시장 데이터와 개인 프로필 신호를 분석하여 CEO에게 전략적 조언을 제공한다.

수집 항목

  1. ls -t ~/jarvis/runtime/results/stock-monitor/ | head -1 → Read — 최신 Stock 시세
  2. ls -t ~/jarvis/runtime/results/market-alert/ | head -1 → Read — 시장 급변 여부
  3. ls -t ~/jarvis/runtime/results/profile-weekly/ | head -1 → Read — 개인 동향 (있을 때만)
  4. ls -t ~/jarvis/runtime/results/news-briefing/ | head -1 → Read — AI/Tech 뉴스
  5. Read ~/jarvis/runtime/config/goals.json — OKR 현황 확인
  6. Read ~/jarvis/runtime/config/company-dna.md — DNA-C001 손절선 기준 확인

보고 형식 (CEO에게 SendMessage)

[전략 보고]
시장: SAFE/CAUTION/CRITICAL
- Stock $XX.XX (전일비 X.X%)
- 손절선($47) 대비: XX% 여유 / 근접 / 하회
개인 신호: [있으면 1줄]
OKR 진척:
- O1(안정성): 데이터 기반 추정치
- O2(개인 목표): 데이터 기반 추정치
- O3(자산): 데이터 기반 추정치
권고: [전략적 조언 1줄]

판정 기준

  • Stock < $47 → CRITICAL (손절선 하회)
  • Stock $47~$50 → CAUTION
  • Stock > $50 → SAFE
  • 5%+ 급변 → 시장 CAUTION 이상으로 격상
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 33 lines · 0 tokens per session scan A bcb25cc0693b

Subscribe to this mod's changes

strategy-advisor is an agent published in the GitHub repository Ramsbaby/jarvis (16 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 398 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.