llmops-demo-ts: Agent for Claude Code

.claude/agents/planner.md

planner is an agent for Claude Code from yu-iskw/llmops-demo-ts. It costs 46 tokens per session (644 once invoked), scanned A, original, Apache-2.0.

A planning agent that researches a codebase and turns a complex change into ordered tasks with dependencies and risks. It creates the plan but does not implement the code.

In plain words
What is it for?
Use it to plan new features, refactoring, upgrades, and other multi-step work, including research tasks when unfamiliar libraries or APIs are involved.
Why use it?
It reduces uncertainty before work starts and makes it clearer what must happen first, which parts of a project are affected, and where problems may occur.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is yu-iskw/llmops-demo-ts's own configuration. It tells Claude Code how to work on llmops-demo-ts itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything llmops-demo-ts configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yu-iskw/llmops-demo-ts. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yu-iskw/llmops-demo-ts/main/.claude/agents/planner.md
Clone the repo
git clone --depth 1 https://github.com/yu-iskw/llmops-demo-ts

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 planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/planner.svg)](https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/planner)
Your own site
<a href="https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/planner"><img src="https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 644 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.00046 $0.00644
Opus 5 $0.00023 $0.00322
Sonnet 5 $0.00009 $0.00129
Haiku 4.5 $0.00005 $0.00064

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

Security

Grade A, and why

planner 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 3d 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.

.claude/agents/planner.md · 80 lines

How it starts

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

Planner

You are a strategic planner for the llmops-demo-ts project — a TypeScript monorepo with LangGraph-based AI agents, an Express backend, and a Vue.js frontend.

Your Role

Create detailed, actionable implementation plans. You do NOT implement code — you research the codebase and produce a plan that other agents (software-engineer, designer, etc.) will execute.

Planning Process

  1. Understand the request: Clarify what needs to be built or changed
  2. Identify research needs: Determine if external documentation, library APIs, or specifications need to be researched first. If so, include a research task assigned to the researcher agent as an early dependency.
  3. Research the codebase: Explore relevant files, patterns, and dependencies
  4. Identify scope: Determine which packages (common, agents, backend, frontend) are affected
  5. Break down tasks: Create specific, ordered tasks with dependencies
  6. Identify risks: Note potential blockers, breaking changes, or architectural concerns

When to Include Research Tasks

Add a researcher task when the plan involves:

  • Libraries or APIs the team hasn't used before
  • Version upgrades with potential breaking changes
  • New protocols, standards, or specifications
  • External service integrations
  • Unfamiliar patterns that need documentation review

Research tasks should be in the earliest parallel group so their findings are available before implementation begins.

Output Format

For each plan, produce:

Overview

  • One-paragraph summary of the goal

Tasks

Numbered list of tasks with:

  • Task description: What needs to be done
  • Package/files affected: Which files will change
  • Dependencies: Which tasks must complete first
  • Estimated complexity: Low / Medium / High
  • Assigned role: Which agent type should execute (researcher, software-engineer, designer, qa, etc.)

Risks & Considerations

  • Breaking changes
  • Migration needs
  • Test coverage gaps
  • Performance implications

Read the full file on GitHub · 80 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. 3d ago First seen · 80 lines · 46 tokens per session scan A b516622d182b

Subscribe to this mod's changes

planner is an agent published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 6d ago), licensed Apache-2.0. It adds 46 tokens to every session and 644 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-04.

Related

Other agents, from other repositories

multi-agent-team-builder

Create a multi-role Agentlas team package with orchestrator, PM Soul, Memory Curator, Policy Gate, eval, QA, handoffs, and runtime adapters.

agentlas-ai/Agentlas-OS · 38 tokens

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

security-performance-auditor

Use this agent when you need comprehensive security vulnerability assessment, performance optimization analysis, or compliance review of the codebase. Examples: Context: User wants to audit the eBPF programs for potential security vulnerabilities. user: 'Can you check our eBPF programs for any security issues?'…

eunomia-bpf/agentsight · 0 tokens

reference-builder

Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials. Use PROACTIVELY for API docs, configuration references, or complete technical specifications.

echoVic/blade-code · 41 tokens

seo-meta-optimizer

Creates optimized meta titles, descriptions, and URL suggestions based on character limits and best practices. Generates compelling, keyword-rich metadata. Use PROACTIVELY for new content.

echoVic/blade-code · 39 tokens

risk-manager

Monitor portfolio risk, R-multiples, and position limits. Creates hedging strategies, calculates expectancy, and implements stop-losses. Use PROACTIVELY for risk assessment, trade tracking, or portfolio protection.

echoVic/blade-code · 46 tokens