Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<groupId>com.skillsjars</groupId>
<artifactId>addyosmani__agent-skills__test-driven-development</artifactId>
<version>2026_04_03-a806c63</version>
<name>test-driven-development</name>
<description>Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.</description>
<url>https://skillsjars.com</url>
<scm>
<url>https://github.com/addyosmani/agent-skills</url>
<connection>scm:git:https://github.com/addyosmani/agent-skills.git</connection>
</scm>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>skillsjars</id>
<name>SkillsJars</name>
<url>https://skillsjars.com</url>
</developer>
</developers>
</project>