tdd-workflows-tdd-red

Generate failing tests for the TDD red phase to define expected behavior and edge cases.

Content Preview
---
name: tdd-workflows-tdd-red
description: "Generate failing tests for the TDD red phase to define expected behavior and edge cases."
risk: unknown
source: community
date_added: "2026-02-27"
---

Write comprehensive failing tests following TDD red phase principles.

[Extended thinking: Generates failing tests that properly define expected behavior using test-automator agent.]

## Use this skill when

- Starting the TDD red phase for new behavior
- You need failing tests that capture expected b
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/tdd-workflows-tdd-red.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/tdd-workflows-tdd-red/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/tdd-workflows-tdd-red/SKILL.md

Related Skills