as-test-plan

Generate test plans by mapping acceptance criteria to test cases.

1|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Thomas-Fitz/auto-scrum --skill as-test-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: as-test-plan
Source: https://github.com/Thomas-Fitz/auto-scrum/tree/main/skills/as-test-plan
Command: npx skills add https://github.com/Thomas-Fitz/auto-scrum --skill as-test-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires auto-scrum, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for a systematic approach to creating test plans, ensuring that every acceptance criterion is covered with appropriate test cases.

Core Features & Use Cases

  • Automated Test Plan Generation: Generates test plans based on provided feature specifications and architectural design.
  • Risk-Based Prioritization: Prioritizes test cases based on the risk level of the acceptance criteria.
  • Integration with Existing Tools: Seamlessly integrates with other auto-scrum skills and external tools for a comprehensive testing process.

Quick Start

To generate a test plan for a feature, run the 'as-test-plan' command followed by the feature name.

Frequently Asked Questions about as-test-plan

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

FAQPage Schema
How do I generate a test plan from acceptance criteria?

To generate a test plan from acceptance criteria, you can use automated test plan generation tools that map each criterion to specific test cases. This ensures systematic coverage by leveraging risk assessment and architectural design.

What is risk-based prioritization in QA test case generation?

Risk-based prioritization in test case generation assigns higher execution priority to test cases covering high-risk acceptance criteria. This approach optimizes QA automation efforts by focusing on critical system vulnerabilities first.

Do I need the auto-scrum framework to automate test plan creation?

Yes, automated test plan creation within this workflow requires the auto-scrum framework. The system relies on auto-scrum architecture and associated tool-mapping to extract existing codebase information for comprehensive test coverage.

How does code coverage analysis integrate with test case generation?

Code coverage analysis integrates with test case generation by evaluating existing codebase information against mapped acceptance criteria. This ensures that generated test plans achieve comprehensive coverage and identify untested code paths.

Can I use risk assessment to streamline QA automation for feature specifications?

Yes, you can streamline QA automation by applying risk assessment to feature specifications. This process prioritizes test cases based on the risk level of acceptance criteria, ensuring thorough validation of critical features.