ln-41-test-strategy-planner

ln-41-test-strategy-planner is a skill for Claude Code from levnikolaevich/claude-code-skills. It costs 29 tokens per session (2,397 once invoked), scanned A, original, MIT.

A read-only skill that designs a testing plan based on the risks in a requested change. It chooses which scenarios need tests and which existing tests should be kept, changed, combined, or removed.

In plain words
What is it for?
Use it to decide what to test for a feature or change, prioritize scenarios, and document unresolved testing gaps without modifying code.
Why use it?
It helps teams avoid both missing important failures and adding tests that do not provide new evidence.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the testing-suite plugin — 2 skills shipped together

Good fit Use it to decide what to test for a feature or change, prioritize scenarios, and document unresolved testing gaps without modifying code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/levnikolaevich/claude-code-skills/ln-41-test-strategy-planner
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.

Any agent
npx skills add levnikolaevich/claude-code-skills --skill ln-41-test-strategy-planner
Clone the repo
git clone --depth 1 https://github.com/levnikolaevich/claude-code-skills

Made for: Claude Code.

Or install testing-suite, the plugin that ships this one along with the rest of its 2 skills.

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 ln-41-test-strategy-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/levnikolaevich/claude-code-skills/ln-41-test-strategy-planner/github.svg)](https://agentmods.dev/skills/levnikolaevich/claude-code-skills/ln-41-test-strategy-planner)
Your own site
<a href="https://agentmods.dev/skills/levnikolaevich/claude-code-skills/ln-41-test-strategy-planner"><img src="https://agentmods.dev/badge/skills/levnikolaevich/claude-code-skills/ln-41-test-strategy-planner/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 ln-41-test-strategy-planner

Your own site · 80×15
<a href="https://agentmods.dev/skills/levnikolaevich/claude-code-skills/ln-41-test-strategy-planner"><img src="https://agentmods.dev/badge/skills/levnikolaevich/claude-code-skills/ln-41-test-strategy-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,397 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00029 $0.02397
Opus 5 $0.00015 $0.01198
Sonnet 5 $0.00006 $0.00479
Haiku 4.5 $0.00003 $0.00240

Measured 4d ago against content hash 246bf95af76d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ln-41-test-strategy-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 4d 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.

plugins/testing-suite/skills/ln-41-test-strategy-planner/SKILL.md · 101 lines

How it starts

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

Test Strategy Planner

Goal: Design a read-only, risk-based test portfolio decision for the requested scope. Maximize confidence in important local behavior while preventing test growth that lacks a unique defect signal, and define how affected evidence is retained, changed, consolidated, retired, or deliberately omitted.

Execution contract: The ordered checkboxes are the Definition of Done. Track every item internally as PENDING, PROVEN with concrete evidence, CLEARED with evidence that its condition is absent, or UNPROVEN with a gap; reading, delegation, or tool failure is not proof. Reconcile items after each section. Before returning, resolve all PENDING and count only PROVEN and CLEARED; apply the skill's verdict and approval rules to every gap. Preserve user intent, scope, and existing authorization. Continue authorized work; ask only for consequential unresolved choices or required external approval. Scale depth to material risk without silently skipping checks. Preserve dependency and safety ordering; otherwise choose the verification method appropriate to each obligation.

Tool Routing

Need Preferred tool Use it when Fallback
Requirements and repository rules Native file reads plus Git Establishing scope, current work, acceptance criteria, and supported commands User-provided requirements with explicit limitations
Existing test surface File listing, search, manifests, runner configuration, and CI Mapping test levels, fixtures, environments, and conventions Repository tree and known test entrypoints
Behavior and boundaries Language server or host-native code intelligence Tracing entrypoints, consumers, trust boundaries, persistence, queues, and external contracts Narrow search followed by direct inspection
Existing evidence Existing test/CI reports, test reads, and safe repository commands A material uncertainty about current proof can change the strategy Use static evidence with execution limits; do not run suites merely to produce a plan
Current external failure modes Official documentation, specifications, advisories, and primary field evidence An external contract or real user failure can change scenarios or priority Mark the claim UNVERIFIED; do not invent risk

Read the full file on GitHub · 101 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. 4d ago Changed · -16 lines · -9 tokens per session 246bf95af76d
  2. 11d ago First seen · 117 lines · 38 tokens per session scan A 6038e013eeda

Subscribe to this mod's changes

ln-41-test-strategy-planner is a skill published in the GitHub repository levnikolaevich/claude-code-skills (559 stars, last pushed 5d ago), licensed MIT. It adds 29 tokens to every session and 2,397 once invoked, about $0.0001 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-08-30.

Related

Other skills, from other repositories

verify-implementation

A workflow that runs a project’s verification skills to produce a report on coding patterns, architecture rules, and project conventions. It is intended for work after implementation, before a pull request, or during code review.

sangrokjung/claude-forge · 37 tokens

semgrep-rule-variant-creator

Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.

waybarrios/opencode-power-pack · 50 tokens

ai-slop

Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…

waybarrios/opencode-power-pack · 61 tokens

quant-validation

The methods a financial-ML result has to survive before it is evidence — purged cross-validation with an embargo, triple-barrier labelling, sample uniqueness under overlapping labels, fractional differentiation, meta-labelling, and multiple-testing correction. Written because the invariants were required of…

avelikiy/great_cto · 104 tokens

sr-reviewer

Reviewer role for the specrails implement pipeline. Validates the entire implementation: the OpenSpec change package (proposal/design/tasks/specs) is well-formed, the developer's code matches the design's public API and invariants, every tasks.md box is ticked, the tests cover every spec scenario, and the project's…

fjpulidop/specrails-core · 98 tokens

test-audit

Audit test suites for T1-T4 violations using AST analysis, mock detection, and multi-stage synthesis. Invoke when user asks to audit tests, check test quality, find mock violations, review test effectiveness, or inspect test suites for over-mocking. Triggers automatic rewrites when quality gates fail.

QBall-Inc/the-bulwark · 0 tokens