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-methodologySkills in this plugin
- ▌ incremental-implementation · addyosmaniDelivers changes incrementally by building in thin vertical slices, testing and verifying each piece before moving to the next.
- ▌ test-driven-development · addyosmaniDrive development with tests by writing a failing test before implementing code, and reproduce bugs with tests before fixing them.
- ▌ verification-before-completion · obraEnforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.
- ▌ orch-pipeline · affaan-mDefines a gated Research-Plan-TDD-Review-Commit pipeline for orchestrating feature development, defect fixes, and refactoring tasks through composable phases and human approval gates.
- ▌ test-driven-development · ecnu-icalk bundleGuides implementing features and bug fixes test-first, enforcing red-green-refactor with mandatory failure verification.
- ▌ ck-cook · dangquangse bundleImplements 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.
- ▌ tidy · sdiamante13 bundleRefactors 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.
- ▌ tdd · sdiamante13Enforces 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'.
- ▌ ck-cook · huuanh20 bundleImplements 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.
- ▌ tdd-methodology · auto-skillerGuides the red-green-refactor cycle for implementing features with test-driven development, including test quality guidelines, framework setup, and commit patterns.