Plugin Claude Code
Socratic intent review and mutation-testing plugins for Claude Code.
Plugin Claude Code
Socratic intent review and mutation-testing plugins for Claude Code.
Plugin Claude Code
Host-gated intent review and mutation testing for Claude Code Terminal.
Hook
Runs when you submit a prompt, before the agent sees it, executing claude_preflight.py via python3. From Shogo1222/socratic.
Hook
Runs before the agent uses a tool, executing claude_tool_gate.py via python3. From Shogo1222/socratic.
Hook
Runs when the agent finishes a response, executing claude_cleanup.py via python3. From Shogo1222/socratic.
Skill Claude CodeCodex
Evaluate existing and changed tests by challenging them with risk-ranked mutations, measuring incremental protection and protection regressions, analyzing catches and survivors, and proving explicitly requested missing tests only in isolated workspaces. Use for standalone test-quality assessment, AI-generated test…
Skill Claude CodeCodex
Analyze a code change, expose what is not yet known, draw intended behavior from repository evidence and low-friction human questions, maintain a validated Intent Contract, review unit tests with risk-appropriate QA techniques, design missing tests, run them without treating implementation as specification, and draft…
Skill Claude CodeCodex
Orchestrate the complete human-confirmed intent-testing workflow by using Maieutic to expose uncertainty, confirm intent, and propose missing tests (applied only on explicit request), then using Elenchus to challenge those tests with risk-directed mutations, and deliver the canonical review surface (Review This / We…