.agents/skills/refine-test-plan/SKILL.md
Refines an existing test plan based on user feedback or adversarial challenge mode. Triggered by: bun nvst refine test-plan.
npx skillsauth add lpng-plenge/frontend-IA refine-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.
Update it_{current_iteration}_test-plan.md in place. The file already exists and is provided in context.
Do NOT implement code. Only revise the test plan document.
Two modes available — determined by the
modecontext variable:
- Editor mode (default): apply user-requested updates to the plan.
- Challenger mode (
mode = "challenger"): run an adversarial review of the plan and challenge weak coverage, assertions, and missing cases before applying any edits.
| Source | Used for |
|--------|----------|
| test_plan_file | Current plan file name |
| test_plan_content | Existing test plan content |
| User responses | Clarifications and approval of proposed edits |
Ask only what is needed, then update the document directly.
Focus on:
Act as an independent reviewer trying to break the plan.
Evaluate at minimum:
Present findings one at a time:
Challenge [N/total]: <area>
Finding: <specific weakness>
Risk: <why this can fail in practice>
Suggestion: <concrete improvement>
Accept / Reject / Discuss?
Only apply accepted suggestions to the document after all findings are triaged.
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.
development
# refactor-prd (scaffold) <!-- TODO: Complete. All content in English. --> ## Objective TBD — Add refactor use cases to the iteration PRD (`it_<iteration>_PRD.json`), with associated regression tests if requested. ## Inputs TBD — `it_<iteration>_refactor_plan.md`, `it_<iteration>_PRD.json`. ## Outputs TBD — Updated `it_<iteration>_PRD.json`. ## Checklist TBD