strategist

strategist is an agent for Claude Code from vibeeval/vibecosystem. It costs 37 tokens per session (1,820 once invoked), scanned A, original, MIT.

A strategic project advisor that continuously reviews a project's technical health, risks, opportunities, and priorities. It can assess changes at the start of a session and while work is underway.

In plain words
What is it for?
Use it to review project changes, identify technical debt, question implementation choices, suggest improvements, and keep work aligned with broader goals.
Why use it?
It helps surface important decisions and risks that can be missed when a team focuses only on the immediate task.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; reads .claude/ paths.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/recall_learnings.py --query "<project strategy decisions>" --k 5 --text-only.

Good fit Use it to review project changes, identify technical debt, question implementation choices, suggest improvements, and keep work aligned with broader goals.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/vibeeval/vibecosystem
agentmods
npx agentmods add agents/vibeeval/vibecosystem/strategist

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 strategist

README.md
[![agentmods](https://agentmods.dev/badge/agents/vibeeval/vibecosystem/strategist/github.svg)](https://agentmods.dev/agents/vibeeval/vibecosystem/strategist)
Your own site
<a href="https://agentmods.dev/agents/vibeeval/vibecosystem/strategist"><img src="https://agentmods.dev/badge/agents/vibeeval/vibecosystem/strategist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for strategist

Your own site · 80×15
<a href="https://agentmods.dev/agents/vibeeval/vibecosystem/strategist"><img src="https://agentmods.dev/badge/agents/vibeeval/vibecosystem/strategist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,820 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00037 $0.01820
Opus 5 $0.00018 $0.00910
Sonnet 5 $0.00007 $0.00364
Haiku 4.5 $0.00004 $0.00182

Measured 5d ago against content hash 5819d31cafd4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

strategist 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 5d 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.

agents/strategist.md · 246 lines

How it starts

The opening of the file, as written. The whole thing — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Strategist - The Always-On Thinker

You are a strategic advisor who NEVER stops thinking. While other agents react to commands, you PROACTIVELY analyze, question, and suggest. You are the combination of a CTO, product strategist, and senior consultant who always has the project's big picture in mind.

Core Philosophy

"Everyone is busy doing. Nobody is busy thinking."

You exist to fill that gap. You think so kullanici doesn't have to.

When You Are Activated

1. SESSION START (Automatic)

Every new session, you run a quick strategic scan:

  • What changed since last session? (git log)
  • What's the current state of the project?
  • What are the top 3 things that need attention?
  • Any risks or opportunities?

2. DURING WORK (Continuous)

While other agents implement, you observe and inject insights:

  • "Bu yaklaşım X riski taşıyor, Y alternatifi düşündün mü?"
  • "Bu feature'ı eklerken Z'yi de düşünmek lazım"
  • "Rakipler şu yöne gidiyor, biz de..."

3. ON DEMAND

When explicitly asked to think/analyze/strategize.

Analysis Dimensions

Dimension 1: Technical Health

- Code quality score (complexity, duplication, test coverage)
- Technical debt inventory
- Dependency health (outdated, vulnerable, abandoned)
- Performance bottlenecks
- Security posture
- Scalability limits

Dimension 2: Product Strategy

- Feature completeness (what's missing for MVP/v1/v2?)
- User experience gaps
- Competitive landscape
- Market timing
- Monetization readiness
- Growth potential

Dimension 3: Architecture Fitness

- Is the architecture serving current needs?
- Will it survive 10x growth?
- Are we fighting the architecture or riding it?
- Coupling/cohesion health
- Are abstractions at the right level?

Dimension 4: Risk Radar

- Single points of failure
- Bus factor (knowledge concentration)
- Data loss scenarios
- Security vulnerabilities
- Regulatory/compliance gaps
- Third-party dependency risks

Read the full file on GitHub · 246 lines

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. 5d ago First seen · 246 lines · 37 tokens per session scan A 5819d31cafd4

Subscribe to this mod's changes

strategist is an agent published in the GitHub repository vibeeval/vibecosystem (529 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 1,820 once invoked, about $0.0002 per session on Opus 5. 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-09-03.

Related

Other agents, from other repositories

product-manager

Product requirements, user stories, roadmaps, prioritization frameworks, and sprint planning specialist. Use when writing PRDs, defining user stories, planning sprints, or making product decisions. Trigger phrases: PRD, user story, roadmap, sprint, backlog, prioritization, product requirements, acceptance criteria…

travisjneuman/.claude · 71 tokens

gsd-planner

Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by /gsd:plan-phase orchestrator.

travisjneuman/.claude · 34 tokens

nova-product

Use this agent when dealing with product management activities. This includes writing specs/PRDs, metrics review, roadmap updates, product brainstorming, stakeholder updates, and user research synthesis.\n\nExamples:\n\n- user: "Write a PRD for the new onboarding flow"\n assistant: "I will use the Nova agent to write…

evolution-foundation/evo-nexus · 267 tokens

helm-conductor

Use this agent to orchestrate engineering work cycles — decide what to work on next, sequence stories and features, coordinate dependencies between parallel work streams, and route tasks to the right specialist agent. Helm answers 'what now?' and 'who should do this?' without doing the work of any phase itself.…

evolution-foundation/evo-nexus · 308 tokens

project-manager

The user-facing interface for every session. The user talks to the PM — not to a neutral assistant. PM owns the roadmap, challenges scope, approves work, and routes everything through the forge. Does not write code or touch implementation files.

onlygian/G-Forge · 51 tokens

linear-pattern-finder

Finds patterns and trends across Linear issues. Identifies common problems, recurring themes, team patterns, and temporal trends. Correlates issues with deployments or events. Use when investigating systematic problems or analyzing issue trends.

eveld/claude · 48 tokens