AgentSkillsCN

tdd

为某项功能启动 TDD 工作流程。

SKILL.md
--- frontmatter
name: tdd
description: Start TDD workflow for a feature
agent: tdd-guide
user-invocable: true

Implement the following using strict TDD (RED-GREEN-REFACTOR): $ARGUMENTS. Start with interface definition, then write failing tests, then minimal implementation, then refactor.