Build Feature with TDD Pipeline
curated by SkillMD · plugin · 5 skills
Research, plan, implement with TDD, review, and commit a new feature.
Install the whole plugin (CLI)
npx skillmds add addyosmani/planning-and-task-breakdown
npx skillmds add obra/executing-plans
npx skillmds add obra/verification-before-completion
npx skillmds add getsentry/commit
npx skillmds add infinition/test-driven-developmentSkills in this plugin
- ▌ planning-and-task-breakdown · addyosmaniDecompose work into small, verifiable tasks with explicit acceptance criteria, ordered by dependencies and sliced vertically for reliable implementation.
- ▌ executing-plans · obraLoad a written implementation plan, execute each task with verification checkpoints, and complete development using a structured workflow.
- ▌ verification-before-completion · obraEnforces running verification commands and confirming output before claiming work is complete, fixed, or passing, to prevent false success claims.
- ▌ commit · getsentryCreate commits following Sentry conventions with proper format, issue references, and AI attribution.
- ▌ test-driven-development · infinitionGuides writing a failing test before production code, iterating through red-green-refactor cycles, and fixing bugs test-first.