AgentSkillsCN

implement-task

采用 TDD 方法,先编写测试用例,再以最小化代码量实现单一任务。

SKILL.md
--- frontmatter
name: implement-task
description: Implement a single task using TDD (tests first, then minimal code).

Implement Task

When to use

  • You have a task with acceptance criteria and file scope.

Instructions

  1. Use /test-writer to add failing tests for all criteria.
  2. Use /implementer to make tests pass with minimal code.
  3. Report tests run + results.