aep-e2e-skill-scaffolding

Automate E2E testing skill setup with BDD journeys and migration.

Updated May 18, 2026
One-click install
npx skills add https://github.com/memorysaver/project-understanding --skill aep-e2e-skill-scaffolding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aep-e2e-skill-scaffolding
Source: https://github.com/memorysaver/project-understanding/tree/main/.agents/skills/aep-e2e-skill-scaffolding
Command: npx skills add https://github.com/memorysaver/project-understanding --skill aep-e2e-skill-scaffolding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aep-scaffold, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of end-to-end (E2E) testing skills in a project, including the creation of Behavior-Driven Development (BDD) journeys, and manages the migration to BDD from thin/bash e2e-test skills.

Core Features & Use Cases

  • E2E Testing Setup: Generates a project's E2E-test skill in a BDD + layer-gate three-tier shape.
  • BDD Journey Creation: Automates the creation of BDD-style user story scenarios.
  • Migration Support: Migrates existing thin/bash e2e-test skills to BDD.
  • Use Case: When setting up E2E testing for a new project or upgrading an existing skill, this Skill ensures a structured and standardized approach to testing.

Quick Start

Scaffold an E2E testing skill for your project using the command: /aep-scaffold

Frequently Asked Questions about aep-e2e-skill-scaffolding

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

FAQPage Schema
How do I set up E2E testing with BDD journeys for a new project?

To set up E2E testing with BDD journeys, you can scaffold a structured testing skill using the /aep-scaffold command. It analyzes your project stack and generates a BDD + layer-gate three-tier E2E test skill with standardized user story scenarios.

Can I migrate existing bash E2E tests to a BDD format?

Yes, you can migrate existing thin or bash e2e-test skills to a BDD format. The migration process transforms your current test scripts into Behavior-Driven Development user story scenarios and structured journey libraries automatically.

What is a BDD + layer-gate three-tier shape for E2E testing?

A BDD + layer-gate three-tier shape is a structured testing architecture that separates behavior scenarios, test logic, and execution layers. It standardizes E2E test skills by organizing BDD journeys into a standardized three-tier project format.

Do I need the aep-scaffold dependency to automate BDD journey creation?

Yes, the aep-scaffold dependency is required to automate BDD journey creation and E2E testing setup. You invoke it directly to trigger project stack analysis, configuration management, and test skill generation.

What project information is needed to generate an E2E test skill?

Generating an E2E test skill requires project stack analysis and configuration management data. The scaffolding process uses this information to output structured E2E test skills tailored to your specific testing infrastructure and BDD journey requirements.

When should I use automated scaffolding instead of manual E2E test setup?

Automated scaffolding is ideal for project onboarding and testing infrastructure development when you need structured standardization. Use it to avoid manual configuration errors when establishing new E2E testing skills or upgrading existing bash test scripts.