@.claude/commands/tdd.md @.claude/skills/testing-patterns-with-vitest/SKILL.md
When executing /kiro:spec-impl, the TDD cycle is mandatory:
# Verify tests pass
turbo run test --filter {package}
# Check coverage (80% minimum)
cd {package_dir} && pnpm vitest run --coverage src/utils/page-path-validator.spec.ts