retemper
01Plugin Claude Code
Plugin marketplace listing 1 plugin: litmus.
Plugin Claude Code
Plugin marketplace listing 1 plugin: litmus.
Plugin Claude Code
Detects source changes and guides you to the right test types before you move on — so test planning never slips through the cracks. Ships hooks that watch edits, a /tdd skill, and a language-agnostic map of nine test types.
Instructions file
Claude Code instructions for retemper/litmus, covering litmus — how to respond to it, when a litmus reminder appears, treat litmus signals as hints, not verdicts, writing tests and litmus mcp tools.
Hook
Runs when a session starts, executing cleanup-stale-markers.mjs and onboarding.mjs via node (2 commands). From retemper/litmus.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing detect-source-change.mjs via node. From retemper/litmus.
Hook
Runs when the agent finishes a response, executing suggest-test-plan.mjs via node. From retemper/litmus.
Skill Claude CodeCodex
Drive a change test-first with a red-green-refactor loop. Use when implementing or changing behaviour and you want tests to lead. Reads the matching litmus guide before writing tests so cases follow the right rules for the test type.