DYLA-ai: Skill for Claude Code

.agents/skills/test-plan/SKILL.md

test-plan is a skill for Claude Code from Federico-Anastasi/DYLA-ai. It costs 40 tokens per session (2,115 once invoked), scanned A, original, MIT.

A test-plan builder for an application project. It combines the estimate, data model, mockup, and brief into test cases and can export them to Excel.

In plain words
What is it for?
Use it to create, update, confirm, and review application test plans, including cases linked to estimate epics.
Why use it?
It connects tests to what the project promised to build and records which user behaviors should be checked before delivery.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is Federico-Anastasi/DYLA-ai's own configuration. It tells Claude Code how to work on DYLA-ai 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 DYLA-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Federico-Anastasi/DYLA-ai. 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/Federico-Anastasi/DYLA-ai/main/.agents/skills/test-plan/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Federico-Anastasi/DYLA-ai

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 test-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/test-plan/github.svg)](https://agentmods.dev/skills/federico-anastasi/dyla-ai/test-plan)
Your own site
<a href="https://agentmods.dev/skills/federico-anastasi/dyla-ai/test-plan"><img src="https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/test-plan/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 test-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/federico-anastasi/dyla-ai/test-plan"><img src="https://agentmods.dev/badge/skills/federico-anastasi/dyla-ai/test-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,115 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.00040 $0.02115
Opus 5 $0.00020 $0.01058
Sonnet 5 $0.00008 $0.00423
Haiku 4.5 $0.00004 $0.00212

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

Security

Grade A, and why

test-plan 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 11d 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.

.agents/skills/test-plan/SKILL.md · 192 lines

How it starts

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

/test-plan — Test plan

The test plan is the list of cases the team runs before delivery. It does two jobs: it verifies the application does what the brief promised, and it proves it to the client.

The material is all there already: the estimate says what was built, the mockup says how it is used, the brief says what should happen.


UX: chat stays conversational. Never paste the test cases into chat: the user reads them in the viewer. In chat you talk about coverage and areas, citing cases by id and title (e.g. "TC12, the import with rejected rows").

PROTOCOL

  1. Check dependencies — a confirmed estimate is required
  2. Read the estimate, mockup, data model, brief and context.md
  3. If the test plan exists: ask whether to update or regenerate it
  4. Write test_plan.json straight away with meta.status: "draft"
  5. Say in words what is covered and what is not (BLOCKING)
  6. On confirmation: meta.status: "confirmed"
  7. Update context.md

PHASE 1 — CHECK DEPENDENCIES

Read projects/{project}/estimate.json. If it does not exist, stop:

Writing the test plan needs the estimate: the epics it measures coverage against come
from there. Produce it first with /estimate.

If it exists but meta.status is "draft", say the cases will need revisiting once the estimate settles, then carry on: waiting gains nothing, most of the cases will not change.


PHASE 2 — READING

Read ALL of these before you go on:

  • projects/{project}/estimate.json — the epics and tasks: the skeleton of the coverage
  • projects/{project}/mockup.json — if it exists: pages, fields, actions, dialogs
  • projects/{project}/data_model.json — if it exists: the entities and constraints to verify
  • the brief: projects/{project}/brief.json, or the input document (or its extract under .extracted/)
  • projects/{project}/context.md — decisions and assumptions
  • projects/{project}/test_plan.json — if it exists
  • knowledge/ — if the folder exists: house test conventions, client requirements

Read the full file on GitHub · 192 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. 11d ago First seen · 192 lines · 40 tokens per session scan A 6b313c89078d

Subscribe to this mod's changes

test-plan is a skill published in the GitHub repository Federico-Anastasi/DYLA-ai (2 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 2,115 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-08-31.

Related

Other skills, from other repositories

flame-harness-evaluator

Phase 6 — skeptical QA. Run the game, watch it, then judge against the contract. Default = functional check; --strict adds quality and edge-case passes.

tjdrhs90/flutter-flame-harness · 41 tokens

fabrik-validate

Use when operating as the Fabrik Validate stage agent. This skill guides final validation of an implementation, verifying requirements are met, tests pass, and the PR is ready to merge.

handarbeit/fabrik · 36 tokens

coding-quality-loop

Use when a coding agent must turn a software goal, bug, issue, or refactor into a small, verified, independently reviewed code change.

zaingz/coding-quality-loop · 33 tokens

test-integrity-gate

Use when AI-written code or tests claim green and you need deterministic proof that the new test catches the old bug.

zaingz/coding-quality-loop · 29 tokens

e2e-testing

Use when writing or maintaining end-to-end tests — Playwright (preferred) or Cypress critical-flow suites. Pattern playbook: page objects, stable selectors, fixtures and isolation, condition-based waiting, flaky quarantine, CI wiring. Backs the e2e-runner agent.

jdanigo/hydraia · 60 tokens

agent-evaluation

This skill should be used when the user asks to "evaluate agent performance", "build test framework", "measure agent quality", "create evaluation rubrics", "implement LLM-as-judge", "compare model outputs", "mitigate evaluation bias", or mentions multi-dimensional evaluation, agent testing, quality gates, direct…

viktorbezdek/skillstack · 115 tokens