10x-tdd

Execute technical plans phase-by-phase using a Test-Driven Development workflow.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-tdd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-tdd
Source: https://github.com/LeszekDNV/PlanDeck2/tree/main/src/PlanDeck/.github/skills/10x-tdd
Command: npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-tdd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of Test-Driven Development, allowing users to implement a technical plan step-by-step, focusing on testing before implementation.

Core Features & Use Cases

  • TDD Execution: Runs approved technical plans using a TDD approach, ensuring each phase is tested before implementation.
  • Phase-by-Phase Execution: Focuses on testing individual phases of a plan, ensuring high code quality and design integrity.
  • Use Case: For developers looking to implement a new feature in a project, this Skill can automate the creation of test cases, ensuring a TDD process is followed.

Quick Start

Run the "10x-tdd" Skill with the specified change ID and phase number to start the TDD process.

Frequently Asked Questions about 10x-tdd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate test-driven development for a technical plan?

Automate test-driven development by running the Skill with a change ID and phase number, executing technical plans step-by-step to ensure each phase is tested before implementation begins.

What is phase-by-phase execution in test-driven development?

Phase-by-phase execution in test-driven development focuses on testing individual phases of an approved plan sequentially, coordinating testing infrastructure checks, code writing, and committing to ensure high code quality.

Do I need existing test infrastructure to run phase-based TDD?

Yes, executing plans via test-driven development requires existing test infrastructure and project-specific configurations to validate each phase before writing implementation code.

How do I start a TDD workflow with a specific plan phase?

Start the TDD workflow by invoking the Skill with the specified change ID and phase number, which initiates the testing infrastructure check and coordinates the code writing and committing process.

What's the best way to ensure code quality when implementing a new feature?

Ensure code quality by using a test-driven development workflow that automates test case creation and handles phase-based progression, verifying design integrity before implementation.

When should I not use an automated TDD workflow for plan execution?

Avoid automated TDD workflow execution if your project lacks existing test infrastructure or project-specific configurations, as the phase management process depends on testing before implementation.