From aidd-dev
Writes and iterates on tests until they pass, and validates complete user journeys end-to-end in the browser.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-dev:06-testsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identifies untested behaviors, iterates on test creation until quality criteria are met, and validates complete user journeys through browser automation.
Identifies untested behaviors, iterates on test creation until quality criteria are met, and validates complete user journeys through browser automation.
| # | Action | When to use |
|---|---|---|
| 01 | test | Find untested behaviors and write/iterate tests until they pass |
| 02 | test-journey | Validate a full user journey end-to-end in the browser |
Pick the ONE action matching the user's intent; do NOT default to action 01.
01-test02-test-journeyIf the intent is ambiguous, ask one clarifying question before picking. Then read and follow only the matching action file.
@actions/01-test.md@actions/02-test-journey.mdnpx claudepluginhub ai-driven-dev/framework --plugin aidd-devGuides testing and QA workflows including unit, integration, E2E, browser automation, and quality gates. Automatically activates when Claude detects testing discussions.
Builds end-to-end automated tests simulating real user interactions across the full stack. Covers Playwright, Cypress, Selenium, and Page Object Model patterns.
Writes user-journey end-to-end tests for Playwright or Cypress, covering happy paths, error paths, data setup, and assertions with proper test isolation.