diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 0bc8272..34e0ff1 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -107,6 +107,20 @@ "title": "2025-07-18" } }, + { + "id": "22b62bffb3b4f91c", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Temporary/n8n - ideas.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "n8n - ideas" + } + }, { "id": "cc6d11db1af17686", "type": "leaf", @@ -122,7 +136,7 @@ } } ], - "currentTab": 6 + "currentTab": 7 } ], "direction": "vertical" @@ -254,13 +268,13 @@ "state": { "type": "outline", "state": { - "file": "0 Journal/0 Daily/2025-07-18.md", + "file": "Temporary/n8n - ideas.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of 2025-07-18" + "title": "Outline of n8n - ideas" } }, { @@ -369,10 +383,11 @@ "periodic-notes:Open today": false } }, - "active": "bdfbce663bd8ceb1", + "active": "22b62bffb3b4f91c", "lastOpenFiles": [ - "Temporary/n8n.md", "0 Journal/0 Daily/2025-07-18.md", + "Temporary/n8n - ideas.md", + "Temporary/n8n.md", "Attachments/Pasted image 20250717210347.png", "0 Journal/0 Daily/2025-07-14.md", "Templates/Daily Template.md", @@ -404,7 +419,6 @@ "Dashboard Canvas.canvas", "Dashboard.md", "Templates/Weekly Template.md", - "0 Journal/1 Weekly/2025-W27.md", "Attachments/Pasted image 20250627101456.png", "99 Work/0 OneSec/OneSecNotes/40 - User Manuals", "Attachments/Pasted image 20250624161349.png", diff --git a/Temporary/n8n - ideas.md b/Temporary/n8n - ideas.md new file mode 100644 index 0000000..470857a --- /dev/null +++ b/Temporary/n8n - ideas.md @@ -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. \ No newline at end of file