AgentStack
SKILL verified Apache-2.0 Self-run

Doncheli Implement

skill-doncheli-don-cheli-sdd-doncheli-implement · by doncheli

Execute TDD implementation from task list following RED-GREEN-REFACTOR cycle with mandatory tests, stub detection, and quality gates. Activate when user mentions "implement", "build", "code", "develop", "implementar".

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

Install

$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-implement

✓ 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 Doncheli Implement? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Don Cheli: TDD Implementer

Iron Law #1: TDD is MANDATORY

Every piece of production code MUST have a test written BEFORE the implementation.

Cycle

  1. RED: Write a test that FAILS
  2. GREEN: Write MINIMUM code to make the test pass
  3. REFACTOR: Clean up without changing behavior

Rules

  • Never skip tests
  • Never mark a task complete if stubs exist (// TODO, throw new Error('not implemented'))
  • Run linter after each task
  • Check coverage >= 85% on new code
  • If a test fails 3 times, STOP and ask the user (Stop-Loss rule)

Quality Gates

  • Gate 5: All tasks have TDD pairs (test + implementation)
  • Gate 6: All tests pass, coverage met, lint clean, build succeeds

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.