.agents/skills/create-test-plan/SKILL.md
Creates a structured test plan from the PRD and project context with automation-first guidance. Triggered by: bun nvst create test-plan.
npx skillsauth add lpng-plenge/frontend-IA create-test-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a complete test plan for the current iteration and save it as:
.agents/flow/it_{iteration}_test-plan.md
All generated content must be in English.
Read these first to understand what must be tested:
it_{iteration}_PRD.json.agents/PROJECT_CONTEXT.mdUse the PRD to identify user stories, acceptance criteria, and functional requirements (FR-N).
Use project context to align test types, tooling, and conventions.
Produce a Markdown test plan structured by user story.
Use this structure:
# Test Plan - Iteration {iteration}
## Scope
- (What is in scope for testing this iteration; at least one bullet.)
- ...
## Environment and data
- (Environment and data prerequisites; at least one bullet, e.g. runtime, DB, fixtures.)
- ...
## User Story: <id> - <title>
| Test Case ID | Description | Type (unit/integration/e2e) | Mode (automated/manual) | Correlated Requirements (US-XXX, FR-X) | Expected Result |
|---|---|---|---|---|---|
| TC-... | ... | ... | ... | US-001, FR-1 | ... |
Scope, Environment and data, and User Story sections (each with its test case table) are mandatory. Scope and Environment and data must each have at least one bullet item; each User Story must have at least one test case.
Every test case must include:
Test Case IDDescriptionType (unit, integration, or e2e)automated or manualCorrelated Requirements with at least one requirement ID (US-XXX, FR-X)Expected ResultFR-N) must have automated coverage.FR-N) must appear in at least one test case Correlated Requirements field.it_{iteration}_PRD.json.agents/PROJECT_CONTEXT.mdFR-N is covered by automated test casesUS-XXX, FR-X).agents/flow/it_{iteration}_test-plan.mdtesting
Refines an existing test plan based on user feedback or adversarial challenge mode. Triggered by: bun nvst refine test-plan.
development
Refines an existing refactor plan based on user feedback or adversarial challenge mode. Triggered by: bun nvst refine refactor-plan.
development
Refines .agents/PROJECT_CONTEXT.md via editor mode or challenge mode. Challenge mode validates the document against the actual codebase and detects compliance issues. Triggered by: bun nvst refine project-context.
documentation
Updates an existing product requirement document based on user feedback. Triggered by: bun nvst refine requirement.