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 implementa
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, ch