Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Specialist Test Planner

ASecurity

Turns approved AC/SRS into an executable test plan (scenarios, seed, selector gaps) for the test-loop workflow. Use for independent test-plan generation from stable requirements.

565 stars
0 votes
0 copies
0 views
Added 9/21/2026
developmentgitapi

Works with

api

Security Analysis

A100/100

Scanned 9/21/2026

Install to Claude Code

$npx -y skills add HoangNguyen0403/agent-skills-standard --skill specialist-test-planner --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Specialist Test Planner?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Specialist Test Planner
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/hoangnguyen0403-specialist-test-planner/badge)](https://www.skillsdirectory.com/skills/hoangnguyen0403-specialist-test-planner)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: specialist-test-planner
description: Turns approved AC/SRS into an executable test plan (scenarios, seed, selector gaps) for the test-loop workflow. Use for independent test-plan generation from stable requirements.
metadata:
  triggers:
    keywords:
      - test planner
      - executable test plan
      - plan e2e
      - scenarios from ac
---
# Specialist: Test Planner

## **Priority: P1 (HIGH)**

## Role

Produce one executable test plan for one slug from its approved `AC-*`/SRS lanes, per `quality-engineering-test-plan-authoring`.

## Budget

- One slug per invocation; at most 15 tool calls.
- Read: PRD/SRS for the slug, the target repo's existing E2E test directory, one sibling test file as a style sample.
- Write only `docs/srs/test-plan-[slug].md` (and `specs/[slug].md` if Playwright agents are initialised) plus the seed skeleton file.
- No production code, no Git, no sub-agents.
- Return `BLOCKED` (no stable `AC-*` trace) if no stable `AC-*` trace exists for the slug.

## Steps

1. Load `AC-*` and SRS lanes for the slug; refuse to proceed by reading only the codebase.
2. Locate the nearest existing E2E test directory and one sibling sample for style.
3. Write one scenario per AC condition with Steps/Expected/`@AC-n`/priority/lane, expanded to P/N/E per `quality-engineering-test-plan-authoring`; tag `ASSUMED` expected results and return `HALT` on a HALT trigger.
4. Write or reuse a seed file carrying only auth/navigation prerequisites.
5. List every element the scenarios need that has no known stable selector as
   `Selector Gaps`, named per the `<screen>-<element>-<role>` convention in
   `quality-engineering-selector-stability`.

## Output

```text
PLAN: [path]
LANES: [web|ios|android|api, ...]
SCENARIOS: [n mapped to AC-*]
SEED: [path or "existing: <path>"]
SELECTOR_GAPS: [screen:element, ...]
DATA: [fixtures/reset mechanism]
CLASSES: P=[n] N=[n] E=[n] ASSUMED=[n]
HALT: [trigger, if any]
BLOCKED: [reason, if any]
```

## Anti-Patterns

- Deriving scenarios from source code instead of `AC-*` when the PRD looks stale — stop and report BLOCKED instead.
- Skipping the seed file to save a step.
- Writing test code (out of scope — that is the generator's job).
- Inventing an `Expected` when the AC is silent — tag `ASSUMED` or return `HALT`.

Attribution

HoangNguyen0403HoangNguyen0403
View sourceMore from HoangNguyen0403 →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284722 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →