with one click
cvm-benchmark-kit
cvm-benchmark-kit contains 7 collected skills from LadislavSopko, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Parse and execute a TDDAB plan via CVM planexecutor. Autonomous block-by-block execution with RED/GREEN/VERIFY/COMMIT phases. Supports resume after interruption.
TDDAB plan format and rules — test-first, atomic blocks, RED/GREEN/VERIFY, bottom-up decomposition.
Decompose the task instruction into an exhaustive list of atomic, independently-testable requirements BEFORE planning. Surfaces buried/secondary clauses that all-or-nothing graders punish.
Review plan for TDDAB/Step conformity. Checks methodology compliance, dependency ordering, and validates with CVM parsePlan.
Protocol D — systematic debugging methodology (RIDHV). Evidence-based, one change at a time.
Validate a TDDAB plan file using CVM parsePlan. Shows block count, IDs, validation errors.
Step plan format for removal, migration, and cleanup work (non-TDD). Uses actions tag instead of red.