p3-infra-teststrategy

p3-infra-teststrategy is a command for coding agents from jonase47/ccpr. It costs 0 tokens per session (946 once invoked), scanned A, original, MIT.

A software testing plan that maps test levels, tools, coverage targets, and the user journeys that matter most.

In plain words
What is it for?
Use it to plan unit, integration, and end-to-end testing around the system's modules and critical user flows.
Why use it?
It helps teams decide what to test, how thoroughly to test it, and which failures would be most important to catch.

Command

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 commands/jonase47/ccpr/p3-infra-teststrategy
Clone the repo
git clone --depth 1 https://github.com/jonase47/ccpr

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 p3-infra-teststrategy

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonase47/ccpr/p3-infra-teststrategy.svg)](https://agentmods.dev/commands/jonase47/ccpr/p3-infra-teststrategy)
Your own site
<a href="https://agentmods.dev/commands/jonase47/ccpr/p3-infra-teststrategy"><img src="https://agentmods.dev/badge/commands/jonase47/ccpr/p3-infra-teststrategy.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 946 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.00946
Opus 5 $0.00000 $0.00473
Sonnet 5 $0.00000 $0.00189
Haiku 4.5 $0.00000 $0.00095

Measured yesterday against content hash 7790d018efc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

p3-infra-teststrategy 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 yesterday.

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.

commands/p3-infra-teststrategy.md · 93 lines

How it starts

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

/p3-infra-teststrategy – Define Test Strategy

Defines test levels, test tools, coverage targets and critical test paths.

Argument: $ARGUMENTS = [Focus, e.g. "E2E", "Unit Tests", "Coverage"]

If provided: Deep-dive the named area. If not provided: Create complete test strategy.

Prerequisites

  • ARCHITECTURE.md and TECH_STACK.md exist
  • FEATURES.md with user journeys known

Agent

  • Type: qa-tester
  • Model: sonnet

Context (Orchestrator prepares)

Orchestrator reads beforehand and delivers inline:

  • From FEATURES.md: Must-Have features (short list)
  • From ARCHITECTURE.md: Modules and layers
  • From TECH_STACK.md: Technologies in use (for tool recommendations)
  • From USER_JOURNEYS.md: Critical flows (short list)

Prompt Template

Goal: Define test strategy for the project. Focus: $ARGUMENTS

Context: [inline from FEATURES.md, ARCHITECTURE.md, TECH_STACK.md]

Output Format:

  1. Test levels: Table | Level | What is tested | Who executes |
  2. Test tools: Table | Level | Tool | Justification |
  3. Coverage target: unit test coverage in % with justification (1 sentence)
  4. Critical test paths: Table | Flow | Test Level | Priority |
  5. Definition of Done for tests (max. 5 items)

Constraints:

  • ONLY test strategy, NO infrastructure, NO monitoring
  • Max. 4 test levels
  • Max. 6 critical test paths
  • Tools must be compatible with the tech stack

Orchestrator Checkpoint

  • All test levels (unit, integration, E2E, exploratory) covered?
  • Tools compatible with the tech stack?

Write Detail File

Write the result to docs/architecture/TESTSTRATEGY.md (overwrite if it exists). Start with this YAML frontmatter:

---
phase: P3
subskill: infra-teststrategy
status: active
last_updated: <DD.MM.YYYY>
---

Body sections: ## Test Levels, ## Test Tools, ## Coverage Target, ## Critical Test Paths, ## Definition of Done for Tests.

(File replaces the legacy TEST_STRATEGY.md name — keep the new TESTSTRATEGY.md going forward.)

Read the full file on GitHub · 93 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. yesterday First seen · 93 lines · 0 tokens per session scan A 7790d018efc8

Subscribe to this mod's changes

p3-infra-teststrategy is a command published in the GitHub repository jonase47/ccpr (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 946 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-09-03.