AgentStack
SKILL verified MIT Self-run

Tdd

skill-aliev-skills-tdd · by aliev

Strict TDD workflow with human checkpoints. One test at a time, minimal implementation, pause after green for human review.

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

Install

$ agentstack add skill-aliev-skills-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.

Are you the author of Tdd? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Strict TDD

Loop

1. RED — One failing test

  • Exactly one test for the next behavior.
  • Public API only — no private attributes/methods.
  • No production code yet.

2. Confirm RED

  • Run tests, confirm the new test fails for the expected reason.

3. GREEN — Minimal implementation

  • Smallest change that makes the test pass.

4. Confirm GREEN

  • Run full test suite, all must pass.

5. CHECKPOINT — Return control to human

Report:

  • What test was added.
  • What made it GREEN.
  • Test suite status.

Wait. The human may:

  • Review changes.
  • Request refactoring.
  • Request a git commit.
  • Instruct to continue.

Do NOT proceed to the next test until the human says so.

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.