Start a new TDD feature cycle for wheel-of-meeting. Guides strictly through Gherkin → failing test → implement → green suite.
61
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/tdd-cycle/SKILL.mdFollow the TDD workflow from CLAUDE.md strictly. Do not skip or reorder steps.
npm test. If it fails, stop and report — do not continue until the user confirms.tests/features/<name>.feature. Use existing .feature files in that directory as style reference.tests/e2e/<name>.spec.js. Import helpers from tests/support/helpers.js. Follow the patterns in tests/CLAUDE.md.npm test. Confirm the new test fails. If it passes already, the test is wrong — stop and report to the user.src/app.js following the patterns in src/CLAUDE.md:
boot() as closuresStateManagerrenderAll() or a render helper if the UI changeswindow.__wheel if tests need to inspect statenpm test. Confirm all tests pass, including the new ones.npm run check (lint + format + audit). Fix any violations.18189d1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.