Skip to content

Instantly share code, notes, and snippets.

@pcharbon70
pcharbon70 / ttd_workflow.md
Created June 14, 2025 17:00
Test-driven-development AI workflow

TEST-DRIVEN DEVELOPMENT (TDD) WORKFLOW

THIS WORKFLOW IS MANDATORY FOR ALL IMPLEMENTATION TASKS

TRIGGER CONDITIONS: This workflow is automatically triggered by:

  • The Feature Implementation Workflow (mandatory integration)
  • Any implementation task that involves writing new code
  • Any bug fix or modification to existing functionality

Planning