tdd-run

Orchestrate TDD implementation by transforming 'can do' specifications into working code.

2|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/amashigeseiji/tdd-skills --skill tdd-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-run
Source: https://github.com/amashigeseiji/tdd-skills/tree/main/tdd-run
Command: npx skills add https://github.com/amashigeseiji/tdd-skills --skill tdd-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill guides the implementation phase of Test-Driven Development (TDD), ensuring that code functionality is accurately reflected in the 'can do' tree and eventually brought to a working state.

Core Features & Use Cases

  • Test-Driven Implementation: Develop code starting from the 'can do' tree, ensuring each feature is tested and validated.
  • Vocabulary Management: Create and manage domain-specific vocabulary to maintain consistency across the implementation.
  • Code Integration: Integrate implemented code into the existing system and perform end-to-end tests.

Quick Start

Start the implementation phase by running /tdd-run <project> to begin working on the specified project.

Frequently Asked Questions about tdd-run

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

FAQPage Schema
How do I implement code using Test-Driven Development from specifications?

Test-Driven Development implementation transforms 'can do' specifications into working code by orchestrating a comprehensive test suite that drives development, ensuring functionality accurately reflects the specification tree.

What is the best way to manage domain vocabulary consistency during TDD?

Manage domain vocabulary during TDD by creating and maintaining domain-specific vocabulary files, ensuring consistency across the implementation phase as code is developed from the test suite.

How do I configure TDD documentation using YAML and Markdown?

Configure TDD documentation using YAML frontmatter and Markdown files for configuration and documentation, supporting the orchestration of the implementation phase and tracking progression from 'can do' to 'done'.

How to perform end-to-end tests after integrating new TDD code?

Perform end-to-end tests by integrating implemented code into the existing system after the test suite passes, validating that functionality operates correctly within the broader application context.

Do I need prior TDD knowledge to use this implementation approach?

Yes, you need understanding of TDD principles and the ability to create a comprehensive test suite. This approach orchestrates the implementation phase, requiring you to drive development through tests starting from the 'can do' tree.