<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Engineering Practice on E7Coding</title><link>https://www.e7coding.com/en/tags/engineering-practice/</link><description>Recent content in Engineering Practice on E7Coding</description><generator>Hugo</generator><language>en</language><managingEditor>Joy</managingEditor><webMaster>Joy</webMaster><lastBuildDate>Sat, 11 Jul 2026 10:30:00 +0800</lastBuildDate><atom:link href="https://www.e7coding.com/en/tags/engineering-practice/index.xml" rel="self" type="application/rss+xml"/><item><title>Agent Skills: Packaging Senior Engineering Discipline Into AI Coding Agents</title><link>https://www.e7coding.com/en/posts/addyosmani-agent-skills-engineering-discipline/</link><pubDate>Sat, 11 Jul 2026 10:30:00 +0800</pubDate><author>Joy</author><guid>https://www.e7coding.com/en/posts/addyosmani-agent-skills-engineering-discipline/</guid><description>&lt;blockquote&gt;
&lt;p&gt;AI coding agents have a common failure mode: they default to the &lt;strong&gt;shortest path&lt;/strong&gt;. Ask one to add a feature, and it often starts coding immediately, skipping specs, tests, security review, and the practices that make software reliable. &lt;a href="https://github.com/addyosmani" target="_blank" rel="noopener noreferrer"&gt;Addy Osmani&lt;/a&gt;&amp;rsquo;s &lt;strong&gt;&lt;a href="https://github.com/addyosmani/agent-skills" target="_blank" rel="noopener noreferrer"&gt;Agent Skills&lt;/a&gt;&lt;/strong&gt; aims to fix exactly that: package senior engineers&amp;rsquo; production workflows, quality gates, and judgment into &lt;strong&gt;skills that agents can follow consistently&lt;/strong&gt;, covering every stage from idea to launch.&lt;/p&gt;</description></item><item><title>Why Multi-Agent Parallel Development Works: Git Worktree Isolation and Coordinated Merging</title><link>https://www.e7coding.com/en/posts/multi-agent-worktree-parallel-dev/</link><pubDate>Tue, 16 Jun 2026 15:40:00 +0800</pubDate><author>Joy</author><guid>https://www.e7coding.com/en/posts/multi-agent-worktree-parallel-dev/</guid><description>&lt;blockquote&gt;
&lt;p&gt;When you want &lt;strong&gt;multiple AI agents&lt;/strong&gt; to work on the same codebase at the same time, the first wall you hit is that they share one working directory and overwrite each other&amp;rsquo;s files. &lt;strong&gt;Git Worktree + coordinator/worker mode&lt;/strong&gt; exists to solve this. This article explains the principles, why it works, and where the benefits come from.&lt;/p&gt;</description></item></channel></rss>