A test-first loop for coding agents
Agents are much better when the success condition is concrete. The @rulepack/test-first seed pack nudges the loop toward:
- write or identify the failing test
- make the smallest useful implementation change
- run the targeted check
- broaden verification only when the blast radius justifies it
- summarize what changed and what remains risky
For browser-facing work, pair it with @rulepack/playwright. For TypeScript-heavy projects, pair it with @rulepack/typescript so the implementation avoids any and narrows unknown values deliberately.