Skip to main content

neohaskell-outside-in-tdd

The per-SLICE test-first development discipline for a NeoHaskell event-sourced feature, run AFTER the event model is verified: outside-in RED then DOMAIN then GREEN then DOMAIN then REFACTOR, one assertion per test, Given-When-Then naming, strict phase boundaries, 'let the compiler tell you what is missing', and keeping the test pyramid from becoming an ice-cream-cone. Use when about to build or change one feature slice and needing the ORDER of steps, or when the user reaches straight for code with no failing test, jumped ahead of RED, asks which test to write first, or wants to fix locked/deployed code as a fresh V2 cycle. This is the process INDEX that sequences write-hurl-e2e, write-feature-tests, write-unit-tests, neohaskell-domain-modeling, the implement-* skills, and wire-feature. Defer to neohaskell-feature-pipeline for the whole-feature run including modeling; defer to the individual test/implement skills when one concrete artifact is requested.

Jump to install

Source facts

Repository
neohaskell/skills
Last source activity
July 1, 2026 at 14:49
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.