mfranzonmfranzonCommunityยท1 Agent Skills Included

tdd

Guided test-driven development with red-green-refactor cycles

Guides developers through strict test-driven development using red-green-refactor cycles for any feature or plan file. Breaks features into small testable increments, writes failing tests first, then minimal code to pass, directly into real project files. Supports Python, TypeScript, and Go test frameworks, eliminating manual test setup and keeping every step verified.
npx skills add mfranzon/tdd --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’