ln-523-auto-test-planner

Generate risk-based test plans from manual testing results and research findings.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-523-auto-test-planner-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-523-auto-test-planner
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-523-auto-test-planner
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-523-auto-test-planner-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive test plans for software features, ensuring that critical aspects are tested based on business risk rather than arbitrary coverage metrics. It bridges the gap between manual testing and automated test case generation.

Core Features & Use Cases

  • Risk-Based Test Planning: Prioritizes test cases based on business impact and probability of failure.
  • Automated Test Case Generation: Creates detailed E2E, Integration, and Unit test suggestions.
  • Task Delegation: Integrates with task creation and replanning skills (ln-301, ln-302) to create actionable test tasks.
  • Use Case: After manual testing of a new user story, this Skill analyzes the results and research findings to automatically generate a prioritized list of automated tests, including specific test scenarios and justifications, ready to be created as a task.

Quick Start

Use the ln-523-auto-test-planner skill to plan automated tests for story 'STORY-123'.

Frequently Asked Questions about ln-523-auto-test-planner

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

FAQPage Schema
What is risk-based test planning and how does it automate test case generation?

Risk-based test planning automates test case generation by analyzing manual testing results to calculate test priorities using a business impact and probability matrix, ensuring critical aspects are tested rather than arbitrary coverage metrics.

How do I generate automated test plans from manual testing results?

To generate automated test plans from manual testing results, the skill analyzes research findings and manual test data to select appropriate E2E, integration, and unit tests while adhering to Minimum Viable Testing principles and enforcing strict test limits.

Can I use risk-based testing to prioritize E2E, integration, and unit tests?

Yes, risk-based testing prioritizes E2E, integration, and unit tests by calculating test priorities using a business impact and probability matrix derived from manual testing results and research findings.

Does automated test planning integrate with task creation and replanning skills?

Yes, automated test planning delegates task creation to downstream skills like ln-301 and ln-302, integrating prioritized test scenarios and justifications directly into actionable test tasks.

What are the limitations of using Minimum Viable Testing principles for test planning?

The limitation of Minimum Viable Testing principles is that the skill enforces strict test limits and requires justifications for each test, preventing excessive test creation and ensuring only high-priority risks are covered.