ln-520-test-planner

Orchestrate multi-phase test planning by delegating research, manual testing, and automated test planning tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of test planning by orchestrating specialized sub-skills, ensuring comprehensive test coverage from research to automated test case generation.

Core Features & Use Cases

  • Orchestrates Test Planning: Manages the end-to-end test planning workflow, including research, manual testing, and automated test planning.
  • Delegates to Specialized Workers: Seamlessly invokes other skills (ln-521, ln-522, ln-523) for specific test planning tasks.
  • Use Case: After a story is marked as 'Done' and passes quality gates, this skill ensures all necessary test research is conducted, manual test cases are verified, and automated tests are planned, reporting the final test task status back to the quality gate skill.

Quick Start

Use the ln-520-test-planner skill to orchestrate the test planning pipeline for story ID 'STORY-123'.

Frequently Asked Questions about ln-520-test-planner

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

FAQPage Schema
How do I automate a test planning pipeline for completed user stories?

You can automate test planning by orchestrating a multi-phase pipeline that delegates research, manual testing, and automated test planning to specialized workers. It validates prerequisites and ensures sequential execution with fail-fast behavior for manual testing failures.

What is the best way to ensure sequential execution and fail-fast behavior in test orchestration?

Test orchestration ensures sequential execution by validating story prerequisites and checking existing research before proceeding. It invokes automated planning to create or update a test task, halting immediately if manual testing fails to prevent downstream errors.

How does test planning orchestration handle manual testing failures?

Test planning orchestration handles manual testing failures using a fail-fast behavior. If manual testing fails during the delegated phase, the pipeline halts immediately to prevent executing automated test planning or creating invalid test tasks.

Do I need specific sub-skills to orchestrate end-to-end test planning?

Orchestrating end-to-end test planning requires delegating specific tasks to specialized sub-skills. This skill invokes separate workers for research, manual testing, and automated test planning to create or update a test task in Linear.

Can I use automated test planning to update existing test tasks in Linear?

Yes, automated test planning can create or update a test task in Linear. The pipeline checks for existing test research and manual testing results first, then invokes the automated planning phase to finalize the test task status.