djm204

60 mods across 1 repository, 2 stars between them.

djm204/frankenbeast

Cursor rule Cursor

Quality is a team responsibility; QA enables it. Testing reveals quality—it doesn't create it. QA provides fast, accurate feedback for confident delivery.

2 6d ago A 2 tokens

review-protocol

29

djm204/frankenbeast

Cursor rule Cursor

Review protocol for plan mode, architecture reviews, and code changes. Phased review with structured issue reporting.

2 6d ago A 346 tokens

djm204/frankenbeast

Cursor rule Cursor

Security fundamentals - zero trust, input validation, OWASP prevention, secrets management. Universal security practices for all software.

2 6d ago A 394 tokens

djm204/frankenbeast

Cursor rule Cursor

Advanced testing—property-based, mutation, contract (Pact), chaos. Invariants over examples; test quality; consumer-driven contracts.

2 6d ago A 27 tokens

djm204/frankenbeast

Cursor rule Cursor

CI/CD test integration—pipeline order (static, unit, integration, E2E), fast feedback, coverage and artifacts. Concurrency and reporting.

2 6d ago A 30 tokens

djm204/frankenbeast

Cursor rule Cursor

Performance testing—smoke, load, stress, spike, soak. k6 stages and thresholds; baseline and regression; run in CI or on schedule.

2 6d ago A 31 tokens

testing-reliability

44

djm204/frankenbeast

Cursor rule Cursor

Test reliability—eliminate flakiness. Timing (explicit waits), isolation, no order dependency, mock time; zero flaky in CI.

2 6d ago A 28 tokens

testing-test-data

46

djm204/frankenbeast

Cursor rule Cursor

Test data—factories, fixtures, isolation, determinism. Realistic but minimal; no production data; Faker with seed for reproducibility.

2 6d ago A 29 tokens

testing-test-design

47

djm204/frankenbeast

Cursor rule Cursor

Test design—AAA, Given-When-Then, isolation, one assertion focus. Test behavior; use factories; avoid shared state and implementation coupling.

2 6d ago A 30 tokens