implement
Installation
SKILL.md
Implement Feature with TDD
Overview
Implement features following strict Test-Driven Development workflow. Uses bmad-commands for deterministic file and test operations, ensures acceptance criteria are met through automated verification.
TDD Cycle:
- RED: Write failing tests
- GREEN: Implement code to pass tests
- REFACTOR: Improve code while keeping tests green
Prerequisites
- Task specification exists at
workspace/tasks/{task_id}.md - bmad-commands skill available at
.claude/skills/bmad-commands/ - Development environment configured
- Test framework installed (Jest or Pytest)