关于
The Spec-Test-Driven Development (STDD) skill provides a disciplined framework for building software features by prioritizing documentation and verification. It guides Claude through a strict five-step cycle: drafting formal specifications with user stories and requirements, writing unit or acceptance tests before implementation, developing minimal code to pass those tests, and finally verifying the output through automated test suites and pre-commit hooks. This skill is essential for developers who require high-quality, bug-resistant code and want to maintain clear traceability between business requirements and technical implementation.