Unclebob

A do-not-read-the-code workflow for delegating implementation to a coding agent. Use when handing an agent a feature or a fix you do not intend to review line by line. The agent turns the request into human-approved gherkin scenarios, writes failing tests and locks them before writing any implementation, then runs the result through machine-checked constraints: unit tests, acceptance scenarios, changed-line coverage, mutation testing on both the code and the gherkin examples, quality metrics, the project's own checks, plus a torture round (property, performance, jitter tests) where the change warrants it. The human reads a one-table receipt instead of the diff. The test lock and the mutation constraint exist because the same agent writes both the code and the tests.

brenbuilds1 c8e8cd2 2 files · 7.8 KB Updated

File contents

brenbuilds1/skills/tree/main/skills/unclebob commit c8e8cd2879

Frequently asked questions

npx skillmds@latest add brenbuilds1/unclebob