plugins/ruflo-testgen/skills/tdd-workflow/SKILL.md
Follow the TDD London School (mock-first) approach:
Before starting: mcp__plugin_ruflo-core_ruflo__hooks_pre-task({ description: "TDD: FEATURE_NAME" })
After completing: mcp__plugin_ruflo-core_ruflo__hooks_post-task({ taskId: "tdd-FEATURE", success: true, storeResults: true })
Principles:
should [behavior] when [condition]