npx claudepluginhub bhanu91221/claude-sfdx-iq --plugin claude-sfdx-iq/tddLegacy shim invoking tdd-workflow skill for strict RED-GREEN-REFACTOR TDD: failing tests first, minimal passing code, then refactor with test evidence.
/tddEnforces TDD workflow on a given feature: scaffolds interfaces, generates failing tests first, implements minimal passing code, refactors, and verifies 80%+ coverage.
/tddStarts TDD workflow: ensures main branch, creates feature branch, follows Red-Green-Refactor cycle, keeps notes, commits changes, pushes to GitHub, and creates PR.
Guide a strict Test-Driven Development cycle for Salesforce development, supporting both Apex and LWC Jest.
Load context — Invoke the context-assigner agent with the description of this TDD task. Display the announcement block (loaded skills, rules, token count) to the user before proceeding.
Gather requirements
Write tests FIRST (RED phase)
@IsTest annotation, @TestSetup for data, and test methods covering:
Write minimum implementation (GREEN phase)
with sharing, use bind variablesRefactor (REFACTOR phase)
Repeat
testAccountInsert_bulkRecords_shouldSucceed/tdd
> What do you want to build?
> "An Apex trigger handler that rolls up child opportunity amounts to the parent account"