<?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: Scott Abraham Keinström</title>
    <description>The latest articles on DEV Community by Scott Abraham Keinström (@sabrkei).</description>
    <link>https://dev.to/sabrkei</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%2F3826850%2Fc83d3ae6-0731-469d-8dc0-7b20b4785565.png</url>
      <title>DEV Community: Scott Abraham Keinström</title>
      <link>https://dev.to/sabrkei</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sabrkei"/>
    <language>en</language>
    <item>
      <title>Client Handover - simplified</title>
      <dc:creator>Scott Abraham Keinström</dc:creator>
      <pubDate>Mon, 16 Mar 2026 09:47:12 +0000</pubDate>
      <link>https://dev.to/sabrkei/client-handover-simplified-206</link>
      <guid>https://dev.to/sabrkei/client-handover-simplified-206</guid>
      <description>&lt;p&gt;I’ve spent some time over the last few weeks working on a niche tool that solves a specific friction point in my own workflow on freelance projects for clients: handover documentation. &lt;/p&gt;

&lt;p&gt;While AI has made these tasks easier, I wanted a more integrated way to generate professional handovers directly from the codebase. I developed a CLI tool with Claude that evaluates a project and automatically generates and exports both non-technical client documentation and technical developer specs in .md, .txt, and .docx formats.&lt;/p&gt;

&lt;p&gt;To be honest, I’m not sure if this solves a problem for the masses or just for me, but it has been a rewarding project nonetheless. It really highlighted how powerful npm packages can be when paired with Gemini’s CLI.&lt;br&gt;
Because I "vibe coded" the majority of this in just a few hours using AI, it can be difficult to take full credit for the work—but the learning process alone made it worth the effort.&lt;/p&gt;

&lt;p&gt;If you are a freelance developer and want to test it out, you can install it via npm: &lt;strong&gt;npm install g-client-handover&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnuhpwi61y12idsyjenz9.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnuhpwi61y12idsyjenz9.webp" alt=" " width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is very much in the early stages, so there are likely many bugs to iron out. I would genuinely appreciate any feedback or suggestions for improvement from anyone who gives it a try! and if you'd like to see some of my other student work please check out my portfolio at: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://gbg-web.com" rel="noopener noreferrer"&gt;🔗 &lt;strong&gt;Portfolio: gbg-web.com&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/sabrkei" rel="noopener noreferrer"&gt;📁 &lt;strong&gt;GitHub: github.com/sabrkei&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcxact15yuvxybr3i2wjc.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcxact15yuvxybr3i2wjc.jpeg" alt="gbg-web-qr" width="800" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cli</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
