Agent Skills: create-failing-test

Use to create failing tests before implementing features (TDD approach). Ensures test-first development workflow.

UncategorizedID: resolve-io/.prism/create-failing-test

Install this agent skill to your local

pnpm dlx add-skill https://github.com/resolve-io/.prism/tree/HEAD/plugins/prism-devtools/skills/create-failing-test

Skill Files

Browse the full folder contents for create-failing-test.

Download Skill

Loading file tree…

plugins/prism-devtools/skills/create-failing-test/SKILL.md

Skill Metadata

Name
create-failing-test
Description
Create failing test specs for TDD: document reproduction steps and assertions for Dev/QA handoff.

Document a reproducible failing test case with evidence, steps, assertions, and handoff package.

  1. Gather evidence from validation (screenshots, errors, steps)
  2. Define test preconditions (data, environment, config)
  3. Write exact reproduction steps
  4. Define assertions (expected vs actual behavior)
  5. Package test specification for Dev/QA handoff

→ Full instructions: instructions.md