Failing Fixture Design

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

idanmann10 Updated

File contents

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.

idanmann10/vivarium-world/tree/main/domains/coding/skills/failing-fixture-design commit fed53fcb3c

Frequently asked questions

npx skillmds@latest add idanmann10/failing-fixture-design