tdd_workflow
Begin a Test-Driven Development workflow: define a feature, write a failing test (Red), implement code to pass (Green), then refactor (Refactor). Supports custom test frameworks and acceptance criteria.
Instructions
Start a Test-Driven Development workflow with Red-Green-Refactor cycles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Description of the feature to develop using TDD | |
| context | No | Additional context (optional) |