impl-test

Generate IPA/IEEE-829/JSTQB-compliant test artifacts from Wave C project context.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/sizukutamago/blueprint-plugin --skill impl-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-test
Source: https://github.com/sizukutamago/blueprint-plugin/tree/main/skills/impl-test
Command: npx skills add https://github.com/sizukutamago/blueprint-plugin --skill impl-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of IPA/IEEE 829/JSTQB-compliant test strategy, test plan, traceability matrix, and nonfunctional test plan from project context.

Core Features & Use Cases

  • Generate a complete set of test artifacts (strategy, plan, traceability, and nonfunctional plan) aligned with IPA/IEEE JSTQB standards.
  • Use Case: On Wave C, produce the documentation bundle from docs/requirements/user-stories.md, docs/03_architecture/architecture.md, docs/04_data_structure/data_structure.md, docs/05_api_design/api_design.md, docs/06_screen_design/screen_list.md, and docs/project-context.yaml to enable traceability and approval.
  • Ensures traceability from FR/NFR to ENT/API/SC and supports automated updates when requirements change.

Quick Start

Use the impl-test skill to generate docs under docs/07_implementation from:

  • docs/requirements/user-stories.md
  • docs/03_architecture/architecture.md
  • docs/04_data_structure/data_structure.md
  • docs/05_api_design/api_design.md
  • docs/06_screen_design/screen_list.md
  • docs/project-context.yaml

Frequently Asked Questions about impl-test

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

FAQPage Schema
How do I generate IEEE 829 compliant test strategy and plan documents from project context?

To generate IEEE 829 compliant test strategy and plan documents, this Skill uses project context from user stories, architecture, data structures, API design, and screen design files to automate standard-compliant artifacts.

What is a traceability matrix in test design and how does it map requirements?

A traceability matrix in test design maps functional and nonfunctional requirements to entities, APIs, and screen designs. This Skill automates building that matrix to ensure full coverage and support automated updates when requirements change.

How do I create JSTQB-aligned nonfunctional test plans from existing architecture documents?

To create JSTQB-aligned nonfunctional test plans from existing architecture documents, this Skill processes your architecture and data structure files to automatically extract context and output a compliant nonfunctional testing plan.

What input files do I need to prepare before automating test documentation generation?

Before automating test documentation generation, you need to prepare user stories, architecture, data structure, API design, screen list markdown files, and a project context YAML file to provide the necessary project context.

Does this test strategy generator support automated updates when user stories change?

Yes, this test strategy generator supports automated updates when user stories change. It enforces traceability from requirements to entities and APIs, allowing documentation to be regenerated accurately from the updated project context.