tdd
Guided test-driven development with red-green-refactor cycles
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install tdd?โผ
Run `npx skills add mfranzon/tdd --all -g -y` in your terminal to install this skill globally.
How to do test-driven development with AI?โผ
Invoke /tdd with a plan file or a plain-English feature description, and the skill walks you through red-green-refactor cycles for each small increment.
Which languages does the tdd skill support?โผ
It supports Python with pytest, TypeScript with vitest, and Go with the standard testing package, auto-detecting the right framework for your project.
Does the tdd skill write code directly to my project?โผ
Yes. It writes tests and code directly into your real source files, and you can undo anything with git.
Can beginners use the tdd skill?โผ
Yes. Just describe the feature you want in plain English and the skill handles decomposition, test writing, and verification step by step.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core