From ruflo-testgen
TDD London School workflow -- mock-first, outside-in test development
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-testgen:tdd-workflow <module-path><module-path>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the TDD London School (mock-first) approach:
Follow the TDD London School (mock-first) approach:
Before starting: mcp__claude-flow__hooks_pre-task({ description: "TDD: FEATURE_NAME" })
After completing: mcp__claude-flow__hooks_post-task({ taskId: "tdd-FEATURE", success: true, storeResults: true })
Principles:
should [behavior] when [condition]Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub wodeh/ruflo-kimi --plugin ruflo-testgen