generate-test-specs

Generate Markdown/JSON test specs from design artifacts in reports/06_implementation.

5|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill generate-test-specs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-test-specs
Source: https://github.com/wfukatsu/architecture-redesign-agent/tree/main/.claude/skills/generate-test-specs
Command: npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill generate-test-specs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the creation of comprehensive test specifications from design artifacts, enabling rapid, reliable test implementation.

Core Features & Use Cases

  • BDD scenarios: produce Gherkin feature files from design docs.
  • Unit test specs: outline class/method level tests with inputs and expected outcomes.
  • Integration test specs: define service interaction scenarios and verifications.
  • Edge case & performance specs: cover boundary, error, and load scenarios.
  • Output formatting: generate Markdown/JSON test specifications in a reusable template.

Quick Start

Create test specs by pointing the agent at your design artifacts and run the generation command to emit the reports.

Frequently Asked Questions about generate-test-specs

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

FAQPage Schema
How do I generate BDD scenarios from design documents?

Generate BDD scenarios from design documents by pointing the agent at your design artifacts in reports/06_implementation to automatically produce Gherkin feature files and Markdown/JSON test specs.

How do I create unit and integration test specs from design docs?

Create unit and integration test specs from design docs by reading the design artifacts to outline class/method level tests with inputs, expected outcomes, and service interaction verification scenarios.

Can I generate test specifications covering edge cases and performance tests?

Yes, you can generate test specifications covering edge cases and performance tests. The skill reads design artifacts to produce boundary, error, and load scenario test specs in Markdown and JSON formats.

What is the best way to automate test generation for APIs and services?

Automate test generation for APIs and services by processing design documents through the agent, which identifies test specifications and outputs ready-to-run Markdown and JSON files adhering to the recommended file structure.

Do I need design artifacts to generate executable test specs?

Yes, you need design artifacts in reports/06_implementation to generate executable test specs. The skill reads these design artifacts to identify and produce ready-to-run BDD, unit, integration, and performance test specifications.