Skip to content

Commit d38d6c6

Browse files
tina-cloud-app[bot]edkranztiagov8
authored
XS ◾ public/uploads/rules/start vibe-coding-best-practices/rule (PR from TinaCMS) (#11998)
<!-- **Tip: Use [SSW Rule Writer GPT](https://chat.openai.com/g/g-cOvrRzEnU-ssw-rules-writer) for help with writing rules 🤖** --> > > 1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc) Feedback on the rule during brainstorming > 2. What was changed? A few small tweaks, check diff for more details. > 3. I paired or mob programmed with: <!-- list names or remove if not relevant --> N/A <!-- E.g. I paired or mob programmed with: @GordonBeeming and @sethdailyssw --> <!-- Check out the relevant rules - https://www.ssw.com.au/rules/rules-to-better-pull-requests - https://www.ssw.com.au/rules/write-a-good-pull-request - https://www.ssw.com.au/rules/over-the-shoulder-prs - https://www.ssw.com.au/rules/do-you-use-co-creation-patterns --> --------- Co-authored-by: Eddie Kranz [SSW] <ed@kranz.au> Co-authored-by: Eddie Kranz <EddieKranz@ssw.com.au> Co-authored-by: Tiago Araújo [SSW] <tiagov8@gmail.com>
1 parent fd9aa0d commit d38d6c6

File tree

1 file changed

+15
-7
lines changed
  • public/uploads/rules/start-vibe-coding-best-practices

1 file changed

+15
-7
lines changed

public/uploads/rules/start-vibe-coding-best-practices/rule.mdx

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ seoDescription: 'Learn the best practices for starting vibe coding to ensure you
1818
created: 2025-11-21T04:05:21.000Z
1919
createdBy: Copilot
2020
createdByEmail: 198982749+Copilot@users.noreply.github.com
21-
lastUpdated: 2026-04-01T01:11:51.359Z
22-
lastUpdatedBy: Tiago Araujo
23-
lastUpdatedByEmail: TiagoAraujo@ssw.com.au
21+
lastUpdated: 2026-02-12T23:31:46.481Z
22+
lastUpdatedBy: Eddie Kranz
23+
lastUpdatedByEmail: EddieKranz@ssw.com.au
2424
isArchived: false
2525
archivedreason: null
2626
---
@@ -29,6 +29,15 @@ Vibe coding empowers non-developers to build software using AI agents. However,
2929

3030
<endIntro />
3131

32+
<boxEmbed
33+
body={<>
34+
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).
35+
</>}
36+
figurePrefix="none"
37+
figure=""
38+
style="info"
39+
/>
40+
3241
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.
3342

3443
## Getting started
@@ -53,14 +62,13 @@ Starting your project in GitHub, specifically within your organization, ensures:
5362

5463
Don't start from scratch! Use one of these battle-tested SSW templates that already include comprehensive AI guidance.
5564

56-
### Clean Architecture Template
65+
### Clean Architecture template
5766

5867
Use the [SSW Clean Architecture template](https://github.com/SSWConsulting/SSW.CleanArchitecture) which includes:
5968

6069
* Proper separation of concerns (Domain, Application, Infrastructure, Presentation layers)
6170
* Built-in dependency injection
62-
* Comprehensive `agents.md` files guiding AI on architectural decisions
63-
* `.github/copilot-instructions.md` for GitHub Copilot integration
71+
* Comprehensive `AGENTS.md` files guiding AI on architectural decisions (See more on [writing an AGENTS.md file](/write-agents-md))
6472
* Pre-configured with best practices and patterns
6573

6674
<boxEmbed
@@ -72,7 +80,7 @@ Use the [SSW Clean Architecture template](https://github.com/SSWConsulting/SSW.C
7280
figure=""
7381
/>
7482

75-
### Vertical Slice Architecture Template
83+
### Vertical Slice Architecture template
7684

7785
Alternatively, use the [SSW Vertical Slice Architecture template](https://github.com/SSWConsulting/SSW.VerticalSliceArchitecture) which offers:
7886

0 commit comments

Comments
 (0)