Skip to content

Test Strategy Brief

Scaffolds an agent brief for producing a comprehensive test strategy. The rendered brief instructs an agent to analyze a codebase, identify critical paths, recommend tooling, define coverage targets, and produce a layered test strategy document organized by test type and priority.

Namebrief-test-strategy
Version0.1.0
Categoryqa
LicenseApache-2.0
Personaqa
Tagsbrief, testing, strategy, qa, coverage
Sourcetemplates/brief-test-strategy

Render it

Three front doors, one catalog. Pick whichever suits the caller.

# CLI
npx @nanohype/sdk render brief-test-strategy --out ./my-app

# SDK
import { LocalSource, renderTemplate } from "@nanohype/sdk";
const result = await renderTemplate(source, "brief-test-strategy", variables);

# MCP — from an agent
get_template({ name: "brief-test-strategy" })

Variables

Required

ProjectName string
Name of the project to define a test strategy for

Optional

Language string — defaults to typescript
Primary programming language of the codebase
TestingGoal string — defaults to comprehensive coverage
High-level objective for the test strategy
CriticalPaths string — defaults to
Comma-separated list of critical user or system paths to prioritize

What it produces

1 files. Placeholder names such as __APP_NAME__ are what the renderer substitutes into.

brief.md

Composes with