·tdd

Test-driven development workflow — write failing tests first, implement minimum code, run full suite, commit. Use when implementing features, fixing bugs, or adding test coverage. Includes mock bootstrap phase for projects with mockReset:true.

8Installs·4Trend·@acedergren

Installation

$npx skills add https://github.com/acedergren/agentic-tools --skill tdd

How to Install tdd

Quickly install tdd AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/acedergren/agentic-tools --skill tdd
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: acedergren/agentic-tools.

SKILL.md

View raw

Enforce a strict test-driven development cycle: Red → Green → Refactor → Commit.

If the requirement is ambiguous, ask the user for clarification before writing any code.

If no test file exists, create one with proper imports and describe() block.

Test-driven development workflow — write failing tests first, implement minimum code, run full suite, commit. Use when implementing features, fixing bugs, or adding test coverage. Includes mock bootstrap phase for projects with mockReset:true. Source: acedergren/agentic-tools.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/acedergren/agentic-tools --skill tdd
Category
>_Productivity
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from acedergren/agentic-tools

Quick answers

What is tdd?

Test-driven development workflow — write failing tests first, implement minimum code, run full suite, commit. Use when implementing features, fixing bugs, or adding test coverage. Includes mock bootstrap phase for projects with mockReset:true. Source: acedergren/agentic-tools.

How do I install tdd?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/acedergren/agentic-tools --skill tdd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/acedergren/agentic-tools