← all plugins

TDD Feature Development

curated by SkillMD · plugin · 10 skills

Drive feature development by writing tests first, implementing, verifying, and committing via a gated pipeline.

Install the whole plugin (CLI)
npx skillmds add addyosmani/incremental-implementation npx skillmds add addyosmani/test-driven-development npx skillmds add obra/verification-before-completion npx skillmds add affaan-m/orch-pipeline npx skillmds add ecnu-icalk/test-driven-development npx skillmds add dangquangse/ck-cook npx skillmds add sdiamante13/tidy npx skillmds add sdiamante13/tdd npx skillmds add huuanh20/ck-cook npx skillmds add auto-skiller/tdd-methodology
⬇ Download

Skills in this plugin

  1. incremental-implementation · addyosmani
    Delivers changes incrementally by building in thin vertical slices, testing and verifying each piece before moving to the next.
    69.5k
    repo stars
  2. test-driven-development · addyosmani
    Drive development with tests by writing a failing test before implementing code, and reproduce bugs with tests before fixing them.
    69.5k
    repo stars
  3. verification-before-completion · obra
    Enforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.
    247k
    repo stars
  4. orch-pipeline · affaan-m
    Defines a gated Research-Plan-TDD-Review-Commit pipeline for orchestrating feature development, defect fixes, and refactoring tasks through composable phases and human approval gates.
    226k
    repo stars
  5. test-driven-development · ecnu-icalk bundle
    Guides implementing features and bug fixes test-first, enforcing red-green-refactor with mandatory failure verification.
    559
    repo stars
  6. ck-cook · dangquangse bundle
    Implements a feature phase by phase from a phased JSON or Markdown plan, with configurable unit-test and quality-gate choices per phase, token-budgeted execution, resumable state, and TDD handoff.
    19
    repo stars
  7. tidy · sdiamante13 bundle
    Refactors production code with test coverage using a TDD workflow that applies approved refactorings one at a time, gates each on passing tests, and commits or reverts accordingly.
    7
    repo stars
  8. tdd · sdiamante13
    Enforces strict outside-in red-green-refactor TDD with one-failure-per-turn discipline, predicting failures before every run, hardcoding minimum changes, and using triangulation and property-based testing. Triggers on explicit TDD requests and tasks phrased as 'implement', 'add', 'write a function', 'build a feature'.
    7
    repo stars
  9. ck-cook · huuanh20 bundle
    Implements code features phase by phase from a JSON or Markdown plan, with configurable unit-test and quality-gate choices, token-budgeted execution, and resumable state.
    1
    repo stars
  10. tdd-methodology · auto-skiller
    Guides the red-green-refactor cycle for implementing features with test-driven development, including test quality guidelines, framework setup, and commit patterns.
    1
    repo stars