shashankreddy509

32 mods across 1 repository, 2 stars between them.

test-runner

25

shashankreddy509/claude-tdd-kit

Agent

Runs the test suite once per spawn: run, diagnose failures, apply one fix, re-run to confirm. Returns PASS or a structured FAIL diagnosis. The build-coordinator owns the retry loop (max 5 spawns) — this agent never loops internally.

2 8d ago A 56 tokens original MIT

test-writer

26

shashankreddy509/claude-tdd-kit

Agent

Writes failing tests from the approved plan file before implementation exists. Tests must compile but fail — they define the contract.

2 8d ago A 27 tokens original MIT

build

27

shashankreddy509/claude-tdd-kit

Command

Plan a new feature inline, iterate until approved, then auto-hand off to implementation.

2 8d ago A 0 tokens original MIT

merged

29

shashankreddy509/claude-tdd-kit

Command

Post-merge cleanup: confirm the PR actually merged, move the Jira ticket to the project's post-review state, sync the default branch, and delete the merged feature branch.

2 8d ago A 0 tokens original MIT

ship

31

shashankreddy509/claude-tdd-kit

Command

Encodes the "stage and commit" ritual: verify (receipt gate) → scope → branch → write the commit message from what is actually staged → commit → push → open PR to the default branch → move the Jira issue to In Review. NO merge (merging is the reviewer's call). NO tag (deploys are project-specific and out of scope).

2 8d ago A 0 tokens original MIT

validated

32

shashankreddy509/claude-tdd-kit

Command

Manual-validation sign-off: record what you verified, then move the ticket from its verification column to Done.

2 8d ago A 0 tokens original MIT