Tdd Loop

Use when implementing a Hanami 2.x feature, Hanami action, Hanami slice, or any Hanami controller logic using test-driven development (TDD / red-green-refactor). Orchestrates test planning, generates request specs or action unit specs, drives the implementation of Hanami action classes and route configurations, and performs a final code review. Use when starting a new Hanami feature from scratch, adding integration tests for an existing Hanami action, or following a red-green-refactor cycle for any Hanami 2.x component.

igmarin c2435db 3.6 KB Updated

File contents

igmarin/hanakai-yaku/tree/main/skills/personas/tdd-loop commit c2435db94a

Frequently asked questions

npx skillmds@latest add igmarin/tdd-loop