next_phase
Move to the next TDD phase with evidence of completed work to maintain disciplined test-first development.
Instructions
Move to the next phase in the TDD cycle.
Args: evidence_description: Description of what was accomplished to justify transition
Returns: New session state after phase transition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evidence_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| current_phase | Yes | ||
| cycle_number | Yes | ||
| goal | Yes | ||
| test_files | Yes | ||
| implementation_files | Yes | ||
| run_tests | Yes | ||
| custom_rules | Yes |