One-click install
npx skills add https://github.com/sugar-cat7/ai-avatar-interview --skill twada-tdd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twada-tdd
Source: https://github.com/sugar-cat7/ai-avatar-interview/tree/main/.agent/skills/twada-tdd
Command: npx skills add https://github.com/sugar-cat7/ai-avatar-interview --skill twada-tdd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、Red-Green-RefactorのTDD戦略を使って小さく安全に新機能を実装し、バグ修正やリファクタリング時に仕様を最初に固定する課題を解決します。

Core Features & Use Cases

  • Twada-inspired Red-Green-Refactor cycles to guide safe, incremental implementation.
  • Supports feature development, bug fixes, and refactors with test-driven specifications.
  • Provides references and checklists to keep teams aligned on the test-first workflow.

Quick Start

試してみたい振る舞いを1つ選択して、twada-tdd のガイド文書に沿ってテストファーストの最小実装を作成してください。

Frequently Asked Questions about twada-tdd

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

FAQPage Schema
How do I implement new features safely using test-first cycles?

Test-first cycles let you implement new features safely by defining explicit requirements upfront and driving progress through Red-Green-Refactor steps. This approach keeps development incremental and deterministic across both front-end and back-end tasks.

What is the best way to fix bugs using test-driven development?

Bug fixes using test-driven development involve fixing the specification first to lock in the expected behavior. By writing tests that capture the correct behavior, you ensure the bug is resolved deterministically without introducing regressions.

Can I use the Red-Green-Refactor workflow for refactoring existing code?

Yes, the Red-Green-Refactor workflow supports refactoring existing code by using tests to guide the specification and safety. This ensures your refactoring efforts are incremental and protected by a deterministic test-first progress checklist.

How do I start a minimal test-first implementation?

To start a minimal test-first implementation, select one desired behavior and follow the Twada TDD strategy guidelines. This drives safe, small feature development through incremental Red-Green-Refactor cycles with clear checklists.

Does test-driven development work for both front-end and back-end tasks?

Test-driven development works for both front-end and back-end tasks by defining explicit requirements for each. The test-first workflow provides references and checklists to keep teams aligned and ensure deterministic progress regardless of the stack.