Run mutation testing on any codebase using Claude as the mutation engine — no external tools needed. Claude generates code mutants, runs your existing tests, and reports which mutants survive, highlighting weak test coverage and suggesting improvements.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dawid-dahl-umain/augmented-ai-development --plugin testingImplan: structured planning workflow with companion skills for exploratory spikes and post-execution retros. Produces self-contained plan directories a fresh agent can pick up cold.
AAID (Augmented AI Development) - TDD workflow enforcing disciplined RED/GREEN/REFACTOR cycles with developer-maintained architectural control
AAID (Augmented AI Development) - BDD/ATDD workflow using the Three-Layer Model for acceptance testing with developer-maintained architectural control
AAID (Augmented AI Development) - TDD workflow enforcing disciplined RED/GREEN/REFACTOR cycles with developer-maintained architectural control
Mutation testing to validate test quality by introducing code changes and verifying tests catch them
Mutation testing to measure test suite quality
Validate test effectiveness with mutation testing using Stryker (TypeScript/JavaScript) and mutmut (Python). Find weak tests that pass despite code mutations. Use to improve test quality.
Test strategy, TDD, unit/integration/property-based testing, test architecture, mutation testing, and test data management.
Acceptance Test Driven Development for Claude Code. Enforces the ATDD methodology: write Given/When/Then specs first, generate a project-specific test pipeline, maintain two test streams (acceptance + unit). Inspired by Robert C. Martin's acceptance test approach from empire-2025.