<?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: AsiaOstrich</title>
    <description>The latest articles on DEV Community by AsiaOstrich (@asiaostrich).</description>
    <link>https://dev.to/asiaostrich</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3975421%2F277bef48-d7d0-4815-b9f6-7512a713c0da.png</url>
      <title>DEV Community: AsiaOstrich</title>
      <link>https://dev.to/asiaostrich</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asiaostrich"/>
    <language>en</language>
    <item>
      <title>Introducing UDS — one playbook of dev standards your AI assistant actually follows</title>
      <dc:creator>AsiaOstrich</dc:creator>
      <pubDate>Tue, 09 Jun 2026 13:23:16 +0000</pubDate>
      <link>https://dev.to/asiaostrich/introducing-uds-one-playbook-of-dev-standards-your-ai-assistant-actually-follows-347n</link>
      <guid>https://dev.to/asiaostrich/introducing-uds-one-playbook-of-dev-standards-your-ai-assistant-actually-follows-347n</guid>
      <description>&lt;p&gt;Every team has "standards" — a wiki page nobody reads, a linter config, tribal knowledge. The moment you switch stacks, start a new repo, or hand work to an AI assistant, consistency resets to zero.&lt;/p&gt;

&lt;p&gt;Universal Dev Standards (UDS) is an attempt to fix that: a language- and framework-agnostic set of development standards plus AI-native workflows, installable in one command.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;50+ standards (commits, testing, ADRs, security, API design, …) written to be language- and framework-agnostic.&lt;/li&gt;
&lt;li&gt;50+ skills / slash commands that turn those standards into actions: /discover, /sdd (spec-driven dev), /reverse (legacy code), /commit, /tdd, /security, and more.&lt;/li&gt;
&lt;li&gt;AI-native: it's built to drive AI coding tools (like Claude Code), so your assistant follows the same reviewable standards you would.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm i -g universal-dev-standards
cd your-project
uds init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;code&gt;uds init&lt;/code&gt; wires the standards into your AI tool's config. Then, in your editor:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;/discover&lt;/code&gt; to understand an unfamiliar codebase&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;/sdd&lt;/code&gt; to build a feature from specs&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;/commit&lt;/code&gt; for a clean, conventional commit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;MIT + CC BY 4.0, open source. Repo and docs: github.com/AsiaOstrich/universal-dev-standards&lt;/p&gt;

&lt;p&gt;Feedback welcome — especially what standards or workflows you'd want next.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>devtools</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
