<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Agents on Aguilera Engineering</title><link>https://aguilera.ee/blog/tags/agents/</link><description>Recent content in Agents on Aguilera Engineering</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><managingEditor>eduardo@aguilera.ee (Eduardo Aguilera)</managingEditor><webMaster>eduardo@aguilera.ee (Eduardo Aguilera)</webMaster><copyright>Eduardo Aguilera</copyright><lastBuildDate>Sat, 06 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://aguilera.ee/blog/tags/agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Multiply yourself with Claude Code agents</title><link>https://aguilera.ee/blog/claude-code-agents/</link><pubDate>Sat, 06 Dec 2025 00:00:00 +0000</pubDate><author>eduardo@aguilera.ee (Eduardo Aguilera)</author><guid>https://aguilera.ee/blog/claude-code-agents/</guid><description>&lt;p&gt;Scripts and macros automate tasks. They can&amp;rsquo;t adapt when something unexpected
happens. Claude Code&amp;rsquo;s &lt;code&gt;/agents&lt;/code&gt; command gives you context-aware automation that
can.&lt;/p&gt;
&lt;p&gt;Here is how I tested 43 files in about an hour.&lt;/p&gt;
&lt;h2 id="the-agent"&gt;The agent&lt;/h2&gt;
&lt;p&gt;An agent is a prompt with its own context window. Each one tackles its assigned
task, handles the nuances, and keeps you in the loop.&lt;/p&gt;
&lt;p&gt;Test the prompt on a single file first. A QA engineer prompt:&lt;/p&gt;</description><content:encoded><![CDATA[<p>Scripts and macros automate tasks. They can&rsquo;t adapt when something unexpected
happens. Claude Code&rsquo;s <code>/agents</code> command gives you context-aware automation that
can.</p>
<p>Here is how I tested 43 files in about an hour.</p>
<h2 id="the-agent">The agent</h2>
<p>An agent is a prompt with its own context window. Each one tackles its assigned
task, handles the nuances, and keeps you in the loop.</p>
<p>Test the prompt on a single file first. A QA engineer prompt:</p>
<blockquote>
<p>Be a QA Engineer.</p>
<p>Analyze the given file, understand the purpose of the class, and write a unit
test in <code>&lt;folder&gt;</code>.</p>
<p>Use a black box strategy: pass inputs, assert outputs. Don&rsquo;t mock anything
without planning it with me first.</p>
</blockquote>
<p>Once it works, save it with <code>/agents</code> as &ldquo;qa-engineer&rdquo;.</p>
<h2 id="the-coordinator">The coordinator</h2>
<p>Then create a coordinator that spawns agents in parallel:</p>
<blockquote>
<p>Be an AI Agents Coordinator.</p>
<p>Unit test all of these files:</p>
<p><code>file1.ts</code>
<code>file2.ts</code></p>
<p>Spawn one qa-engineer agent per file. All unit tests go in <code>./tests/</code>.</p>
</blockquote>
<p>Results: 43 files, about an hour, 100 dollars on Opus 4.5.</p>
<p>Each agent has its own 200k token context window. Understand your usage before
going wide.</p>
]]></content:encoded></item></channel></rss>