Execute and track implementation changes
implementation-runnerskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Execute implementation tasks from a structured plan with test automation
Best for
Running TDD workflows where tests drive implementation order
Inputs
- · task list with preconditions and success criteria
Outputs
- · test results
- · implementation status per task
Requires
- · test runner (Jest, Vitest, etc)
- · Node.js
Preconditions
Task list in structured format, tests defined
Failure modes
Tests may be incomplete or brittle; task interdependencies not resolved
Trust signals
- · test-first validation
- · clear pass/fail per task