tdd-impl-generator

Transform TODO code skeletons into complete methods across multiple languages.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wangbinquan/skills --skill tdd-impl-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-impl-generator
Source: https://github.com/wangbinquan/skills/tree/main/.claude/skills/tdd-impl-generator
Command: npx skills add https://github.com/wangbinquan/skills --skill tdd-impl-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the TDD implementation phase by transforming code skeletons containing TODOs into full, well-documented methods, ensuring maintainable, testable implementations.

Core Features & Use Cases

  • Preserve original method signatures while generating complete business logic with inline WHY notes.
  • Cross-language support for Java, C++, Scala, Python, Go, Rust, JavaScript, and TypeScript; loads language-specific references and requirements.
  • Supports breakpoint resume via existing -tdd-impl-tasks.md plan documents, with strict TODO-zero-residue enforcement and file-lock driven batching.

Quick Start

Provide the target skeleton path and related docs; the skill will generate implementations and update the plan accordingly.

Frequently Asked Questions about tdd-impl-generator

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

FAQPage Schema
How do I implement business logic from code skeletons with TODOs?

To implement code skeletons with TODOs, provide the target file path alongside design and requirements docs to automatically generate complete, well-documented methods with inline WHY notes while preserving original method signatures.

Can I generate TDD implementations for multi-language projects?

Yes, TDD implementation generation supports multi-language projects including Java, C++, Scala, Python, Go, Rust, JavaScript, and TypeScript, loading language-specific references and requirements to transform skeleton TODOs into documented code.

How do I resume an interrupted TDD implementation task?

You can resume interrupted TDD implementations via existing tdd-impl-tasks.md plan documents, which support breakpoint resume and file-lock driven batching to compute and report batch progress for the orchestrator.

Does the skeleton implementation process enforce no TODO markers remaining?

Yes, the skeleton implementation process enforces strict TODO-zero-residue, purging all TODO markers after generating the complete business logic to ensure maintainable and testable implementations.

What do I need to start turning skeleton TODOs into documented code?

To turn skeleton TODOs into documented code, you need the target skeleton file path and related design and requirements docs; the skill will generate implementations, ensure frontmatter compliance, and update the plan accordingly.