tdd-workflow

The goal of this skill is to implement a true test driven development workflow. This means:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tdd-workflow" with this command: npx skills add dgalarza/claude-code-workflows/dgalarza-claude-code-workflows-tdd-workflow

The goal of this skill is to implement a true test driven development workflow. This means:

  • Writing the simplest test for ONE discrete piece of functionality.

  • Run the new test and verify that it fails as expected.

  • Write the minimal amount of code needed to make the test pass.

  • Run the test to verify it passes.

  • Once tests pass, look for opportunities to refactor.

  • Run tests once again to verify refactoring didn't break anything.

Repeat this until you've completed the functionality desired.

Remember to never do any of the following:

  • Write an entire test file up front.

  • Implement more than one discrete piece of functionality at a time.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

process-meeting-transcript

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

conventional-commits

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-implement

No summary provided by upstream source.

Repository SourceNeeds Review