<?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>Agentic Development on Aby George</title><link>https://abygeorgea.com/categories/agentic-development/</link><description>Recent content in Agentic Development on Aby George</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 05 Aug 2026 08:25:31 +1000</lastBuildDate><atom:link href="https://abygeorgea.com/categories/agentic-development/index.xml" rel="self" type="application/rss+xml"/><item><title>Graphify - Mapping the Codebase AI Agents Actually Need</title><link>https://abygeorgea.com/blog/2026/08/05/graphify-mapping-the-codebase-ai-agents-actually-need/</link><pubDate>Wed, 05 Aug 2026 08:25:31 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/08/05/graphify-mapping-the-codebase-ai-agents-actually-need/</guid><description>&lt;h1 id="graphify-the-missing-map-for-brownfield-codebases"&gt;Graphify: The Missing Map for Brownfield Codebases&lt;/h1&gt;
&lt;p&gt;Back when I was digging into OpenSpec, I kept circling the same problem: on a brownfield codebase, nobodycan tell you with confidence what&amp;rsquo;s actually connected to what. Specs help, but a spec still describes &lt;em&gt;behaviour&lt;/em&gt;. That&amp;rsquo;s the gap that pulled me into &lt;strong&gt;&lt;a href="https://github.com/Graphify-Labs/graphify"&gt;Graphify&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Graphify turns a codebase — code, docs, SQL schemas, configs, even PDFs — into a queryable knowledge graph, and ships as a skill for Claude Code, Cursor, Codex, Gemini CLI, Copilot, Aider, and a dozen-plus other assistants. Its like a dependency map for your code base. Instead of an agent guessing at architecture from whatever files happen to be open, it gets a real map to query.&lt;/p&gt;</description></item><item><title>Using Claude Code CLI for Flaky Test Triage</title><link>https://abygeorgea.com/blog/2026/04/22/flaky-test-triage-with-claude-code-cli/</link><pubDate>Wed, 22 Apr 2026 08:25:31 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/04/22/flaky-test-triage-with-claude-code-cli/</guid><description>Using Claude Code CLI to triage flaky tests, teaching an agent to tell a real regression apart from environmental noise, and where a human still needs to make the final call.</description></item><item><title>OpenSpec - Spec driven development for brownfield projects</title><link>https://abygeorgea.com/blog/2026/04/04/openspec-spec-driven-development-for-brownfield-projects/</link><pubDate>Sat, 04 Apr 2026 08:25:31 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/04/04/openspec-spec-driven-development-for-brownfield-projects/</guid><description>&lt;h1 id="spec-driven-development-for-the-rest-of-us-openspec"&gt;Spec-Driven Development for the Rest of Us: OpenSpec&lt;/h1&gt;
&lt;p&gt;Last month I found GitHub&amp;rsquo;s Spec Kit and how it flips the traditional dev workflow — spec as the durable source of truth, code as the disposable output. Spec Kit&amp;rsquo;s &lt;code&gt;/constitution&lt;/code&gt;-first, plan-then-build ceremony assumes you&amp;rsquo;re starting mostly from a blank slate. Almost nothing I touch day-to-day looks like that. It&amp;rsquo;s always years old services, inherited conventions nobody remembers agreeing to, and test suites that are more archaeology than architecture.&lt;/p&gt;</description></item><item><title>Spec Kit- Spec Driven development</title><link>https://abygeorgea.com/blog/2026/03/02/spec-kit-spec-driven-development/</link><pubDate>Mon, 02 Mar 2026 08:25:31 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/03/02/spec-kit-spec-driven-development/</guid><description>&lt;h1 id="flipping-the-script-a-look-at-githubs-spec-kit"&gt;Flipping the Script: A Look at GitHub&amp;rsquo;s Spec Kit&lt;/h1&gt;
&lt;p&gt;I&amp;rsquo;ve spent the last few posts obsessing over agents that write, run, and heal tests. This time I want to zoom out one level, because I think I&amp;rsquo;ve been skipping over the artifact that actually matters most to an AI coding agent: the spec itself.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s what pulled me into &lt;strong&gt;Spec Kit&lt;/strong&gt;, GitHub&amp;rsquo;s open-source toolkit for what they&amp;rsquo;re calling &amp;ldquo;Spec-Driven Development&amp;rdquo; (SDD). The pitch is deceptively simple but genuinely inverts how most of us have worked for the last twenty years. In traditional development, the spec (if one even exists past the kickoff meeting) is a scaffold — you lean on it briefly, then throw it away the moment code starts shipping. Code becomes the source of truth, and the spec rots in Confluence somewhere, quietly lying to whoever reads it next.&lt;/p&gt;</description></item></channel></rss>