vault backup: 2025-07-21 10:49:45

Affected files:
.obsidian/workspace.json
Temporary/n8n - ideas.md
This commit is contained in:
2025-07-21 10:49:45 +02:00
parent 593d82a277
commit 198c4be294
2 changed files with 38 additions and 6 deletions

18
Temporary/n8n - ideas.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: n8n - ideas
created_date: 2025-07-21
updated_date: 2025-07-21
aliases:
tags:
---
# n8n - ideas
- [ ] decision approver (Type1 vs Type 2 decisions - amazon or stripe): is it reversible - yes: decide fast and ship fast. Is it a decision that could kill your company / cost millions: take time to decide, review, etc.
- [ ] Software Code Reviewer: deep reviews for pull requests
- [ ] Every commit commenter: for every commit you get a comment on slack / mail: good coding bad coding, etc.
- [ ] Technical Writer: for every PR a parallel PR is started which contains detailed documentation about the project
- [ ] Build a small software company: what are software company roles?
- [ ] manager
- [ ] agile team
- [ ] different software developers
- [ ] I as a human give high level goals for the next month, the manager creates jira tasks and breaks down the project into smaller chunks and distributes them onto the different devs
- [ ] I as a human write a coding guideline doc, which is ingested into every agent: such that they all write similar code.