Implement Task

Implement a single task using TDD (tests first, then minimal code).

majiayu000 Updated 567 repo stars

File contents

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.

majiayu000/claude-skill-registry-data/tree/main/development/implement-task-etroxtaran-conductor-3 commit ed84bcb009

Frequently asked questions

npx skillmds@latest add majiayu000/implement-task-7