← Back to library
▶ quest log
A PRD Builder Slash Command for Claude Code (TDD + Spec-Driven + Recursive Testing)
@agentic.jamesView profile ↗
◇ Could this help me?
Yes: This is a more rigorous version of spec-driven development applicable to Claude Code. Worth building a custom slash command that bakes in test-first + commit-after-each-feature + regression re-testing discipline, similar to what's described here.
✦ Walkthrough+10 xp / step
0 / 5 steps · adopt for +40
$ suggested_prompt+40xp
Before implementing any feature, first design the test suite and success criteria for it. After implementing, run unit/integration tests, commit if they pass, then re-run tests for previously implemented features to catch regressions. Leave a 'Notes to future self' section at the bottom of this doc and update it as you go.