<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hermann Fischer</title>
    <description>The latest articles on DEV Community by Hermann Fischer (@hecer).</description>
    <link>https://dev.to/hecer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4088362%2F3e2057eb-a1c2-43c4-b7d8-be55d3fff41c.png</url>
      <title>DEV Community: Hermann Fischer</title>
      <link>https://dev.to/hecer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hecer"/>
    <language>en</language>
    <item>
      <title>I moved coding-agent verification out of the prompt</title>
      <dc:creator>Hermann Fischer</dc:creator>
      <pubDate>Fri, 21 Aug 2026 13:09:58 +0000</pubDate>
      <link>https://dev.to/hecer/i-moved-coding-agent-verification-out-of-the-prompt-4c90</link>
      <guid>https://dev.to/hecer/i-moved-coding-agent-verification-out-of-the-prompt-4c90</guid>
      <description>&lt;p&gt;A coding agent can agree to run the tests and still fail to run them. It can also run the wrong command, overlook a dirty working tree, or declare success before the result is committed.&lt;/p&gt;

&lt;p&gt;Adding another sentence to the prompt does not change who controls the completion decision. The same model doing the work still decides whether it followed the instruction.&lt;/p&gt;

&lt;p&gt;I built Yoke to put that decision in a TypeScript runner.&lt;/p&gt;

&lt;p&gt;Yoke executes work as a sequence of stories. For each story, the runner creates an isolated Git worktree, starts a fresh agent session, runs the configured verification command, requests a separate review, and checks that the resulting commit landed. A story is not marked as passed because the agent says it is done.&lt;/p&gt;

&lt;p&gt;For user-interface work, the acceptance criteria can require Playwright screenshots or video. The evidence belongs to the story instead of living in a chat transcript.&lt;/p&gt;

&lt;p&gt;Yoke supports Claude Code, Codex CLI, and Gemini CLI. A versioned canon generates the native instructions each agent expects, so a project can keep one methodology without pretending that all three tools use identical configuration formats.&lt;/p&gt;

&lt;p&gt;Some of Yoke is Markdown. The skills, policies, and project context should be readable and editable. The enforcement layer is code: process supervision, worktree isolation, persisted run state, verification exit codes, review gates, and commit checks.&lt;/p&gt;

&lt;p&gt;The closest existing project is WorkOS Case. Case uses a deterministic TypeScript pipeline to turn issues into reviewed pull requests with evidence. Yoke covers a somewhat different workflow: creating or retrofitting a project, converting a PRD into ordered stories, and running those stories across Claude, Codex, or Gemini. The projects share more philosophy than I realized when I first described Yoke, and I now call that out directly.&lt;/p&gt;

&lt;p&gt;Yoke is MIT-licensed and does not require an account.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @hecer/yoke
yoke new my-app
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Repository: &lt;a href="https://github.com/HECer/yoke" rel="noopener noreferrer"&gt;https://github.com/HECer/yoke&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would value examples of failures that prompts and skills do not handle reliably. I am also interested in the opposite feedback: which Yoke gate feels unnecessary in normal development?&lt;/p&gt;

&lt;p&gt;Disclosure: I used AI assistance while drafting and editing this article. The product description and technical claims were checked against the repository by the maintainer.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>opensource</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
