AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Mastermind Tdd

skill-mehrad-dm-mastermind-mastermind-tdd · by mehrad-dm

Test-first loop — write a failing test, make it pass with the minimum, then refactor while green. Use for logic with clear inputs/outputs, for bug fixes (write the failing repro first), or when you want tests to pressure the design. Skip for throwaway spikes and pure-visual work.

No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add skill-mehrad-dm-mastermind-mastermind-tdd

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mehrad-dm-mastermind-mastermind-tdd)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mastermind Tdd? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MasterMind — TDD

Red → Green → Refactor (Beck). Tests first isn't dogma — it's design pressure and a safety net that lets you move fast without fear. Behavior, not implementation (~/.mastermind/engineering/fields/frontend/stack-defaults.md → Testing).

Opt-in, not a default. Writing tests / adopting TDD is a project choice — reach for this when the project already tests or the user wants tests (ask first — ~/.mastermind/engineering/core/rigor.md). To just confirm a change works without a persistent suite, use mastermind-verify instead. Verifying is never optional; a test suite is.

The loop

  1. Red — write ONE small failing test that states the next behavior you want (for a bug: a test that

reproduces it). Run it; watch it fail for the right reason.

  1. Green — write the minimum code to pass. No gold-plating, no speculative generality.
  2. Refactor — with the test green, improve the design (deep modules, clear names) — behavior

unchanged, tests still green. Then loop.

Rules

  • One test at a time; keep the suite green between steps.
  • Test behavior/contracts, not internals — brittle tests that assert implementation are worse than none.
  • The test names document the spec; make them read like sentences.
  • Stuck making a test pass cleanly? The design is probably wrong — that's the signal, listen to it.

Output

Passing tests + the implementation they drove, plus a one-line note on the behavior now covered.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.