<?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: James Murrell</title>
    <description>The latest articles on DEV Community by James Murrell (@cs97jmm3).</description>
    <link>https://dev.to/cs97jmm3</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%2F3649422%2F83f64310-0c6c-4d7d-9ab5-9cc7990ce60a.jpg</url>
      <title>DEV Community: James Murrell</title>
      <link>https://dev.to/cs97jmm3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cs97jmm3"/>
    <language>en</language>
    <item>
      <title>The Business Analyst's Guide to AI-Assisted Tool Development</title>
      <dc:creator>James Murrell</dc:creator>
      <pubDate>Wed, 07 Jan 2026 22:05:09 +0000</pubDate>
      <link>https://dev.to/cs97jmm3/the-business-analysts-guide-to-ai-assisted-tool-development-27e8</link>
      <guid>https://dev.to/cs97jmm3/the-business-analysts-guide-to-ai-assisted-tool-development-27e8</guid>
      <description>&lt;p&gt;I built a few production tools in 3 months without being a developer. Total time saved per week: 8 hours. Here's exactly how I did it.&lt;/p&gt;

&lt;p&gt;Three months ago I was doing this manually:&lt;br&gt;
4 hours/week: Accessibility compliance checking&lt;br&gt;
2 hours/week: Care provider research across multiple regulators&lt;br&gt;
1.5 hours/week: Preprod environment testing&lt;br&gt;
30 mins/week: Rewriting documentation for different audiences&lt;/p&gt;

&lt;p&gt;Now I have tools that do it:&lt;br&gt;
🐕 The Moby Accessibility Checker → 30 seconds &lt;br&gt;
🏥 Care Provider Finder → 2 minutes &lt;br&gt;
🔍 MGC Web Page Analyzer → 5 minutes &lt;br&gt;
✍️ Prompt Refiner → Instant&lt;/p&gt;

&lt;p&gt;Time saved: ~8 hours per week&lt;/p&gt;

&lt;p&gt;I'm 57. Business Analyst . Not a developer.&lt;br&gt;
But I learned how to work effectively with AI to build tools I actually use.&lt;br&gt;
What I built:&lt;/p&gt;

&lt;p&gt;The Moby Accessibility Checker&lt;br&gt;
Care Provider Finder&lt;br&gt;
Web Page Analyzer v2.0&lt;br&gt;
Prompt Refiner&lt;/p&gt;

&lt;p&gt;All on GitHub. All working. All used daily.&lt;/p&gt;

&lt;p&gt;How this happened: Not overnight. Not magic. Proper work:&lt;br&gt;
15-25 hours per tool&lt;br&gt;
Constant testing against real workflows&lt;br&gt;
Multiple rewrites when things didn't work&lt;br&gt;
Real problems solved, not theoretical exercises&lt;/p&gt;

&lt;p&gt;What made it possible:&lt;br&gt;
I brought domain expertise. AI brought code generation.&lt;br&gt;
I knew what needed to be built. AI knew how to build it.&lt;br&gt;
I tested everything. AI iterated until it worked.&lt;br&gt;
That partnership is the key.&lt;/p&gt;

&lt;p&gt;What I learned:&lt;br&gt;
✅ Start with one painful, repetitive problem &lt;br&gt;
✅ Simple working tools beat complex broken ones &lt;br&gt;
✅ Your BA skills translate perfectly (requirements, testing, iteration) &lt;br&gt;
✅ Documentation matters more than elegant code &lt;br&gt;
✅ Domain knowledge is more valuable than coding skills&lt;br&gt;
❌ Token limits will surprise you (had to refactor entire approach) &lt;br&gt;
❌ Not all data is available (still frustrated about Wales) &lt;br&gt;
❌ First version is never right &lt;br&gt;
❌ Screenshots don't scale (learned that the hard way)&lt;/p&gt;

&lt;p&gt;I wrote it all down.&lt;br&gt;
The process. The decisions. The mistakes. The code.&lt;br&gt;
"The Business Analyst's Guide to AI-Assisted Tool Development". Real examples with working code. Real problems and how I solved them. Real failures and how I recovered.&lt;/p&gt;

&lt;p&gt;No theory. No hype. Just the practical process that worked.&lt;br&gt;
£5. Launches this week.&lt;/p&gt;

&lt;p&gt;hashtag#update Get it here: &lt;a href="https://lnkd.in/efVeXn6F" rel="noopener noreferrer"&gt;https://lnkd.in/efVeXn6F&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;If you're spending hours on repetitive work and wondering "could I build something to fix this?" - this shows you exactly how.&lt;/p&gt;

&lt;p&gt;Questions welcome. Still learning myself.&lt;/p&gt;

</description>
      <category>businessanalysis</category>
      <category>ai</category>
      <category>mcp</category>
    </item>
    <item>
      <title>From Problem to Solution: Creating Prompt Refiner</title>
      <dc:creator>James Murrell</dc:creator>
      <pubDate>Mon, 08 Dec 2025 21:35:15 +0000</pubDate>
      <link>https://dev.to/cs97jmm3/from-problem-to-solution-creating-prompt-refiner-2aie</link>
      <guid>https://dev.to/cs97jmm3/from-problem-to-solution-creating-prompt-refiner-2aie</guid>
      <description>&lt;h1&gt;
  
  
  Building Prompt Refiner: An MCP Extension for Better AI Prompts
&lt;/h1&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;As a Business Analyst, I use Claude daily for requirements documentation, user stories, and stakeholder communications. But I found myself constantly rewriting prompts to get better results.&lt;/p&gt;

&lt;p&gt;The cycle was frustrating:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write a prompt&lt;/li&gt;
&lt;li&gt;Get okay results&lt;/li&gt;
&lt;li&gt;Rewrite to be more specific&lt;/li&gt;
&lt;li&gt;Get better results&lt;/li&gt;
&lt;li&gt;Realize I should have been more concise&lt;/li&gt;
&lt;li&gt;Rewrite again...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I needed a faster way.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;

&lt;p&gt;I built Prompt Refiner - an MCP extension that instantly shows you 4 refined versions of any prompt:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Concise&lt;/strong&gt; - Direct and to the point&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Detailed&lt;/strong&gt; - Rich with context&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Creative&lt;/strong&gt; - Encourages imagination&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analytical&lt;/strong&gt; - Structured and logical&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Ask Claude to refine your prompt&lt;/li&gt;
&lt;li&gt;See 4 variants instantly in a React artifact&lt;/li&gt;
&lt;li&gt;Click copy on your preferred variant&lt;/li&gt;
&lt;li&gt;Use it immediately&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Technical Implementation
&lt;/h2&gt;

&lt;p&gt;Built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Node.js MCP server&lt;/li&gt;
&lt;li&gt;SQLite for history tracking&lt;/li&gt;
&lt;li&gt;React artifacts for UI&lt;/li&gt;
&lt;li&gt;Configurable storage system&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Configurable Storage
&lt;/h3&gt;

&lt;p&gt;Perfect for enterprise environments. Store data on network drives, local folders, or in-memory.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Graceful Fallback
&lt;/h3&gt;

&lt;p&gt;Works even on locked-down machines with automatic fallback.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. History Tracking
&lt;/h3&gt;

&lt;p&gt;All refinements saved for future reference.&lt;/p&gt;

&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;5-minute setup&lt;/li&gt;
&lt;li&gt;Zero external dependencies&lt;/li&gt;
&lt;li&gt;Works entirely in Claude Desktop&lt;/li&gt;
&lt;li&gt;Open source (MIT license)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It Yourself
&lt;/h2&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/cs97jjm3/prompt-refiner" rel="noopener noreferrer"&gt;https://github.com/cs97jjm3/prompt-refiner&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;If you use AI in your workflow, prompt engineering is a skill worth developing. Prompt Refiner is a tool to help you get there faster.&lt;/p&gt;

&lt;p&gt;What prompt engineering tools do you use? Share in the comments!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>businessanalysis</category>
      <category>promptengineering</category>
    </item>
    <item>
      <title>How I Built an MCP Server to Automate My BA Workflow</title>
      <dc:creator>James Murrell</dc:creator>
      <pubDate>Sat, 06 Dec 2025 15:51:56 +0000</pubDate>
      <link>https://dev.to/cs97jmm3/how-i-built-an-mcp-server-to-automate-my-ba-workflow-36o3</link>
      <guid>https://dev.to/cs97jmm3/how-i-built-an-mcp-server-to-automate-my-ba-workflow-36o3</guid>
      <description>&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;p&gt;Every sprint planning session, same questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"When will we ship?"&lt;/li&gt;
&lt;li&gt;"What fits in this sprint?"&lt;/li&gt;
&lt;li&gt;"Does this prioritisation actually make sense?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm a Business Analyst. I answer these questions weekly. They're not hard, just repetitive.&lt;br&gt;
So I built tools to answer them automatically.&lt;/p&gt;

&lt;p&gt;What is MCP? &lt;/p&gt;

&lt;p&gt;Model Context Protocol lets you extend what Claude can do. Instead of just chatting, you give it tools - functions it can call to get real answers.&lt;br&gt;
Think of it like plugins for AI.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Problem I Was Solving&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
BA work involves lots of small calculations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Working days between dates (excluding bank holidays)&lt;/li&gt;
&lt;li&gt;Release dates based on velocity&lt;/li&gt;
&lt;li&gt;Whether priorities actually make sense&lt;/li&gt;
&lt;li&gt;Formatting user stories consistently&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not complex. But time-consuming when you do them repeatedly.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;What I Built&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
BA Workflow Tools - 17 MCP tools in one server:&lt;br&gt;
Sprint &amp;amp; Release Planning&lt;/p&gt;

&lt;p&gt;calculate_working_days - excludes weekends and UK bank holidays&lt;br&gt;
calculate_sprint_dates - generate multiple sprints at once&lt;br&gt;
calculate_release_date - story points + velocity = ship date&lt;br&gt;
calculate_velocity - with capacity adjustments for holidays&lt;/p&gt;

&lt;p&gt;MoSCoW Prioritisation&lt;/p&gt;

&lt;p&gt;calculate_moscow_priority - breakdown with percentages&lt;br&gt;
plan_moscow_capacity - what fits in your sprint&lt;br&gt;
validate_moscow_dependencies - catch problems before they happen&lt;/p&gt;

&lt;p&gt;User Stories&lt;/p&gt;

&lt;p&gt;format_user_story - proper structure with acceptance criteria&lt;/p&gt;

&lt;p&gt;Plus: timezone tools, estimation converters, text utilities&lt;/p&gt;

&lt;p&gt;Code Walkthrough&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;javascript// Example: Release date calculator
{
  name: "calculate_release_date",
  description: "Calculate estimated release date based on story points remaining, team velocity, and sprint length",
  inputSchema: {
    type: "object",
    properties: {
      storyPointsRemaining: { type: "number" },
      teamVelocity: { type: "number" },
      sprintLength: { type: "number" },
      startDate: { type: "string" }
    },
    required: ["storyPointsRemaining", "teamVelocity", "sprintLength", "startDate"]
  }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The logic: divide points by velocity, multiply by sprint length in weeks, add working days to start date. Simple - but now Claude does it for me.&lt;/p&gt;

&lt;p&gt;How to Install&lt;/p&gt;

&lt;p&gt;Clone the repo&lt;br&gt;
npm install&lt;br&gt;
Add to Claude Desktop config&lt;br&gt;
Restart Claude Desktop&lt;/p&gt;

&lt;p&gt;Real Examples&lt;/p&gt;

&lt;p&gt;Me: "I've got 85 story points left, velocity is 25 per sprint, sprints are 2 weeks. When will we finish?"&lt;br&gt;
Claude: [calls calculate_release_date] "Based on your velocity, you'll need approximately 4 sprints. Estimated completion: March 14th 2025."&lt;br&gt;
Me: "Check if any of my Must-haves depend on Won't items"&lt;br&gt;
Claude: [calls validate_moscow_dependencies] "Found 2 issues: REQ-045 (Must) depends on REQ-089 (Won't)..."&lt;/p&gt;

&lt;p&gt;What I Learned Building MCP Servers&lt;/p&gt;

&lt;p&gt;This is my third MCP server. The other two are at work:&lt;/p&gt;

&lt;p&gt;Date Operations - working days across 14 countries&lt;br&gt;
Web Analyser with Login - page analysis behind authentication&lt;/p&gt;

&lt;p&gt;Key lessons:&lt;/p&gt;

&lt;p&gt;Start with problems you solve repeatedly&lt;br&gt;
Keep tools focused - one job per tool&lt;br&gt;
Good descriptions matter - Claude uses them to decide when to call your tool&lt;br&gt;
Test with real prompts, not just unit tests&lt;/p&gt;

&lt;p&gt;What's Next&lt;/p&gt;

&lt;p&gt;Planning to add:&lt;/p&gt;

&lt;p&gt;RAID log management&lt;br&gt;
Stakeholder matrix tools&lt;br&gt;
More estimation converters&lt;/p&gt;

&lt;p&gt;PRs welcome.&lt;/p&gt;

&lt;p&gt;Links&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/cs97jjm3/ba-workflow-tools" rel="noopener noreferrer"&gt;https://github.com/cs97jjm3/ba-workflow-tools&lt;/a&gt;&lt;br&gt;
MCP Documentation: [link]&lt;br&gt;
Follow me for more BA automation content&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
