# Failing Fixture Design

> Build a focused fixture that fails for the missing coding behavior.

- Skill: `idanmann10/failing-fixture-design` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add idanmann10/failing-fixture-design`
- Raw SKILL.md: https://api.skillmd.com/api/skills/idanmann10/failing-fixture-design/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: idanmann10 (https://skillmd.com/u/idanmann10)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/idanmann10/failing-fixture-design

---


# Failing Fixture Design

A good coding fixture demonstrates one missing behavior with names and values that make the expected contract obvious.

## Steps

1. Pick one behavior and one assertion.
2. Use realistic object names from the local domain.
3. Run the fixture before implementation and confirm it fails for the expected reason.

# Provenance

Seeded during v1 starter-pack expansion from goal.md. Inspired by: https://github.com/obra/superpowers and https://github.com/garrytan/gstack.

