ln-520-test-planner

Analyze acceptance criteria and code to define unit, integration, and end-to-end test requirements.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-520-test-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-520-test-planner
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-520-test-planner
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-520-test-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of ensuring thorough quality assurance by systematically planning test strategies for completed software features, identifying potential risks and gaps before final deployment.

Core Features & Use Cases

  • Test Strategy Design: Defines Unit, Integration, and E2E/Manual test plans.
  • Risk Verification: Explicitly plans coverage for high-risk areas like authentication and payments.
  • Use Case: After a new payment gateway integration is coded, this Skill will outline the necessary tests to ensure its security and functionality, flagging any areas that might be overlooked.

Quick Start

Use the ln-520-test-planner skill to create a test plan for the user authentication feature.

Frequently Asked Questions about ln-520-test-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a comprehensive test strategy for a new software feature?

A comprehensive test strategy systematically defines unit, integration, and end-to-end test requirements based on implementation details and identified risks. It analyzes acceptance criteria and code to ensure high-risk areas receive explicit coverage before final deployment.

How do I plan test coverage for high-risk areas like authentication and payments?

To plan test coverage for high-risk areas like authentication and payments, you analyze acceptance criteria and code to define explicit test requirements. This ensures critical security and functionality areas receive dedicated integration and end-to-end testing verification.

How do I create unit, integration, and end-to-end test plans from acceptance criteria?

You create unit, integration, and end-to-end test plans by orchestrating a test planning pipeline that analyzes acceptance criteria and code. This process defines specific test requirements for each layer to ensure thorough quality assurance.

When do I need to perform risk assessment for software test planning?

Risk assessment for software test planning is needed after a feature is coded but before final deployment. It identifies potential gaps and risks in the implementation, ensuring high-risk areas receive explicit coverage to prevent overlooked issues.

Can I use this test planning approach to verify payment gateway integration security?

Yes, you can use this test planning approach to verify payment gateway integration security. It outlines necessary tests to ensure functionality and explicitly flags high-risk areas like payments that might otherwise be overlooked during deployment.