aidd-user-testing

Generate human and AI agent test scripts from YAML user journey specifications.

377|33|Updated Jul 3, 2025
One-click install
npx skills add https://github.com/paralleldrive/aidd --skill aidd-user-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aidd-user-testing
Source: https://github.com/paralleldrive/aidd/tree/main/ai/skills/aidd-user-testing
Command: npx skills add https://github.com/paralleldrive/aidd --skill aidd-user-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of validating user journeys by generating both human and AI agent test scripts, ensuring comprehensive coverage from both perspectives.

Core Features & Use Cases

  • Dual Testing: Generates scripts for human testers and AI agents.
  • Human Scripts: Utilizes think-aloud protocols and video recordings.
  • AI Agent Scripts: Executable with screenshots for repeatable coverage.
  • Use Case: When developing a new product feature, use this Skill to create test scripts from user journey specifications, ensuring usability and functionality are validated.

Quick Start

Generate test scripts for a user journey by running /user-test <journey>.

Frequently Asked Questions about aidd-user-testing

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

FAQPage Schema
How do I generate test scripts for user journey mapping?

To generate test scripts for user journey mapping, you provide a journey specification and the Skill outputs scripts for both human testers and AI agents. It parses YAML files to create these dual testing scripts.

What is dual testing for usability validation?

Dual testing for usability validation is the process of evaluating user journeys from both human and AI perspectives. It generates human scripts using think-aloud protocols and AI agent scripts with screenshots for repeatable coverage.

Do I need YAML files to generate AI testing scripts?

Yes, you need YAML files to generate AI testing scripts. The Skill requires parsing YAML files containing user journey specifications to produce the executable scripts for the controlled testing environment.

How do AI agents execute user testing scripts?

AI agents execute user testing scripts by running generated commands in a controlled environment while capturing screenshots. This ensures repeatable coverage of the user journey for functional and usability validation.

What is the best way to validate user journeys during feature development?

The best way to validate user journeys during feature development is using dual-test scripts. This approach ensures comprehensive validation by combining human think-aloud protocols with AI agent test execution for thorough coverage.

Can I use this for journey mapping without a controlled environment?

No, you should not use this for journey mapping without a controlled environment. The Core Task Description explicitly requires executing the generated AI testing scripts in a controlled environment to ensure valid results.