ln-520-test-planner

Orchestrate multi-phase test planning by delegating research, manual testing, and automated test planning to sub-agents.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-520-test-planner-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-520-test-planner
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/ln-520-test-planner
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-520-test-planner-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of test planning by coordinating specialized sub-skills for research, manual testing, and automated test case generation, ensuring comprehensive test coverage for software stories.

Core Features & Use Cases

  • Orchestrates Test Planning: Manages the end-to-end test planning workflow from research to automated test case creation.
  • Delegates to Specialized Workers: Seamlessly invokes ln-521-test-researcher, ln-522-manual-tester, and ln-523-auto-test-planner for specific tasks.
  • Use Case: After a new feature is implemented and passes regression tests, this Skill will automatically trigger research into potential test scenarios, guide manual testers, and finally plan the automated tests required for the feature.

Quick Start

Use the ln-520-test-planner skill to orchestrate the test planning for story ID 'ST-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 orchestrate a test planning pipeline for a Linear story?

Test planning orchestration coordinates multi-phase workflows by delegating research, manual testing, and automated test case generation to specialized sub-agents, then creates or updates test tasks in Linear based on the outcomes.

What does automated test planning involve for new software features?

Automated test planning validates story prerequisites and checks existing research and manual test results to avoid duplication before invoking sequential sub-skills to generate automated test cases.

How do I prevent duplicate test cases when planning tests for a story?

To prevent duplicate test cases, the orchestration pipeline checks for existing research and manual test results before delegating tasks to specialized sub-agents, ensuring no overlapping scenarios are generated.

Can I use this test planning orchestration with Linear story IDs?

Yes, you can use this orchestration Skill by providing a Linear story ID, which triggers the pipeline to validate prerequisites and manage test task creation or updates sequentially.

Does test planning orchestration require separate sub-agents for research and manual testing?

Yes, the pipeline delegates tasks to specialized sub-agents for research, manual testing, and automated test planning via a Task tool with specific context isolation to maintain workflow separation.