From a3b57805cafbb8c7112e2d65bfb8ee74a36cb140 Mon Sep 17 00:00:00 2001 From: "Eddie Kranz [SSW]" Date: Fri, 13 Feb 2026 10:22:09 +1100 Subject: [PATCH 1/4] TinaCMS content update Co-authored-by: Eddie Kranz --- .../start-vibe-coding-best-practices/rule.mdx | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx b/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx index 62a6d46676c..cc2a10794de 100644 --- a/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx +++ b/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx @@ -29,6 +29,15 @@ Vibe coding empowers non-developers to build software using AI agents. However, + + This rule was written with non-devs in mind, who are interested in getting on the tools. + } + figurePrefix="none" + figure="" + style="info" +/> + The key to successful vibe coding is starting with the right foundation. This means ensuring your code lives in a proper repository, uses proven architectural patterns, and leverages existing AI guidance. ## Start in GitHub @@ -54,8 +63,7 @@ Use the [SSW Clean Architecture template](https://github.com/SSWConsulting/SSW.C * Proper separation of concerns (Domain, Application, Infrastructure, Presentation layers) * Built-in dependency injection -* Comprehensive `agents.md` files guiding AI on architectural decisions -* `.github/copilot-instructions.md` for GitHub Copilot integration +* Comprehensive `AGENTS.md` files guiding AI on architectural decisions (See [Do you write an AGENTS.md](/write-agents-md)) * Pre-configured with best practices and patterns Date: Fri, 13 Feb 2026 10:31:48 +1100 Subject: [PATCH 2/4] TinaCMS content update Co-authored-by: Eddie Kranz --- .../rules/start-vibe-coding-best-practices/rule.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx b/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx index cc2a10794de..c939e079814 100644 --- a/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx +++ b/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx @@ -18,9 +18,9 @@ seoDescription: 'Learn the best practices for starting vibe coding to ensure you created: 2025-11-21T04:05:21.000Z createdBy: Copilot createdByEmail: 198982749+Copilot@users.noreply.github.com -lastUpdated: 2025-11-21T04:05:21.000Z -lastUpdatedBy: Copilot -lastUpdatedByEmail: 198982749+Copilot@users.noreply.github.com +lastUpdated: 2026-02-12T23:31:46.481Z +lastUpdatedBy: Eddie Kranz +lastUpdatedByEmail: EddieKranz@ssw.com.au isArchived: false archivedreason: null --- @@ -31,7 +31,7 @@ Vibe coding empowers non-developers to build software using AI agents. However, - This rule was written with non-devs in mind, who are interested in getting on the tools. + This rule was written with non-devs in mind, who are interested in getting on the tools. If you are a dev, check out [Do you know the best workflow for AI assisted development?](/ai-assisted-development-workflow) } figurePrefix="none" figure="" @@ -43,7 +43,7 @@ The key to successful vibe coding is starting with the right foundation. This me ## Start in GitHub **❌ Starting with code on your local machine or in an unmanaged environment**\ -**✅ Create your repository in the [SSWConsulting GitHub organization](https://github.com/SSWConsulting) from the start** +**✅ Create your repository in [GitHub](https://github.com/SSWConsulting) from the start** Starting your project in GitHub, specifically within your organization, ensures: From e20567f1443b4dc9f4b13efffd93a98f97d0abb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 20 Apr 2026 17:47:57 -0700 Subject: [PATCH 3/4] Update rule.mdx --- public/uploads/rules/start-vibe-coding-best-practices/rule.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx b/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx index 375e51648a5..8b7e16784ec 100644 --- a/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx +++ b/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx @@ -31,7 +31,7 @@ Vibe coding empowers non-developers to build software using AI agents. However, - This rule was written with non-devs in mind, who are interested in getting on the tools. If you are a dev, check out [Do you know the best workflow for AI assisted development?](/ai-assisted-development-workflow) + This rule was written with non-devs in mind, who are interested in getting on the tools. If you are a dev, check out [the best workflow for AI assisted development](/ai-assisted-development-workflow). } figurePrefix="none" figure="" From c32df255d8e09e712bc036a95ab700411e3292f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Mon, 20 Apr 2026 17:49:32 -0700 Subject: [PATCH 4/4] Update rule.mdx --- .../uploads/rules/start-vibe-coding-best-practices/rule.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx b/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx index 8b7e16784ec..b345987d982 100644 --- a/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx +++ b/public/uploads/rules/start-vibe-coding-best-practices/rule.mdx @@ -62,13 +62,13 @@ Starting your project in GitHub, specifically within your organization, ensures: Don't start from scratch! Use one of these battle-tested SSW templates that already include comprehensive AI guidance. -### Clean Architecture Template +### Clean Architecture template Use the [SSW Clean Architecture template](https://github.com/SSWConsulting/SSW.CleanArchitecture) which includes: * Proper separation of concerns (Domain, Application, Infrastructure, Presentation layers) * Built-in dependency injection -* Comprehensive `AGENTS.md` files guiding AI on architectural decisions (See [Do you write an AGENTS.md](/write-agents-md)) +* Comprehensive `AGENTS.md` files guiding AI on architectural decisions (See more on [writing an AGENTS.md file](/write-agents-md)) * Pre-configured with best practices and patterns -### Vertical Slice Architecture Template +### Vertical Slice Architecture template Alternatively, use the [SSW Vertical Slice Architecture template](https://github.com/SSWConsulting/SSW.VerticalSliceArchitecture) which offers: